commit | 0622b25bf071fd83c6eef6b61fb5f3f12a418528 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jun 06 13:38:17 2011 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Mon Jun 06 16:12:23 2011 -0700 |
tree | b94745ded735e4347ee37b51e5e382e3a6d81432 | |
parent | d52b31deffe1956ac62d0b81b915c9b52cffb814 [diff] |
GPIO: OMAP: fix setting IRQWAKEN bits for OMAP4 Setting the IRQWAKEN bit was overwriting previous IRQWAKEN bits, causing only the last bit set to take effect, resulting in lost wakeups when the GPIO controller is in idle. Replace direct writes to IRQWAKEN with MOD_REG_BIT calls to perform a read-modify-write on the register. Signed-off-by: Colin Cross <ccross@android.com> Signed-off-by: Kevin Hilman <khilman@ti.com>