mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
eb6bdd0ce2
If a gpio interrupt is already enabled, do not re-enable it again and do not clear the interrupt status. Before this patch: if an edge interrupt is marked as wakeup, the gpio sys suspend will enable it. On resume, the gpio sys resume would clear the intr_status of the wakeup irq. Thus, if this particular wakeup irq triggered and woke us up, we would lose its intr_status before calling the gpio summary handler. Now, when the summary handler is finally called, the irq handler for the wakeup interrupt is never called. With this change: we are *not* re-enabling the gpio-irq again to make sure that when the irq framework unmasks all irqs on resume, it does not clear the intr_status. Change-Id: Ia5a9c6b00173a56b1abbdd4d4821becb7311d7f6 Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org> Signed-off-by: Ajay Dudani <adudani@codeaurora.org> Signed-off-by: Iliyan Malchev <malchev@google.com> |
||
---|---|---|
.. | ||
devres.c | ||
gpio-74x164.c | ||
gpio-ab8500.c | ||
gpio-adp5520.c | ||
gpio-adp5588.c | ||
gpio-bt8xx.c | ||
gpio-cs5535.c | ||
gpio-da9052.c | ||
gpio-davinci.c | ||
gpio-ep93xx.c | ||
gpio-fsm9xxx.c | ||
gpio-ge.c | ||
gpio-generic.c | ||
gpio-it8761e.c | ||
gpio-janz-ttl.c | ||
gpio-ks8695.c | ||
gpio-langwell.c | ||
gpio-lpc32xx.c | ||
gpio-max730x.c | ||
gpio-max732x.c | ||
gpio-max7300.c | ||
gpio-max7301.c | ||
gpio-mc9s08dz60.c | ||
gpio-mc33880.c | ||
gpio-mcp23s08.c | ||
gpio-ml-ioh.c | ||
gpio-mpc8xxx.c | ||
gpio-mpc5200.c | ||
gpio-msm-common.c | ||
gpio-msm-common.h | ||
gpio-msm-v1.c | ||
gpio-msm-v2.c | ||
gpio-msm-v3.c | ||
gpio-mxc.c | ||
gpio-mxs.c | ||
gpio-nomadik.c | ||
gpio-omap.c | ||
gpio-pca953x.c | ||
gpio-pcf857x.c | ||
gpio-pch.c | ||
gpio-pl061.c | ||
gpio-pm8xxx-rpc.c | ||
gpio-pxa.c | ||
gpio-rdc321x.c | ||
gpio-sa1100.c | ||
gpio-samsung.c | ||
gpio-sch.c | ||
gpio-sodaville.c | ||
gpio-stmpe.c | ||
gpio-sx150x.c | ||
gpio-tc3589x.c | ||
gpio-tegra.c | ||
gpio-timberdale.c | ||
gpio-tnetv107x.c | ||
gpio-tps65910.c | ||
gpio-tps65912.c | ||
gpio-twl4030.c | ||
gpio-ucb1400.c | ||
gpio-vr41xx.c | ||
gpio-vx855.c | ||
gpio-wm831x.c | ||
gpio-wm8350.c | ||
gpio-wm8994.c | ||
gpio-xilinx.c | ||
gpiolib.c | ||
Kconfig | ||
Makefile | ||
pm8xxx-gpio.c | ||
pm8xxx-mpp.c | ||
qpnp-pin.c |