diff options
author | Sekhar Nori <nsekhar@ti.com> | 2009-11-16 17:21:30 +0530 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-01-06 08:57:44 -0800 |
commit | 2d3f595016f982294c1669ee87aa91179d88502b (patch) | |
tree | c3cc878c31abc541c27146d271abe24c8d0d9f55 /lib/Kconfig | |
parent | 077639f443294a25b16e4040ca06a1611700a4ae (diff) |
davinci: cp_intc: provide set_wake function
There is nothing special to be done for interrupts
which can wakeup the device from sleep on CP-INTC,
but not having a set_wake implemented prevents use
of common drivers which expect this function to be
implemented for all wakeup interrupt sources.
This patch fixes the issue encountered when using the
omap-rtc driver on DA850. On DA850 the RTC alarm
interrupt is used to wake up the SoC from deep sleep
mode. Without this patch, the disable_irq_wake throws
an unbalanced wake disable warning while resuming
because the previous enable call fails for lack of
set_wake implementation.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'lib/Kconfig')
0 files changed, 0 insertions, 0 deletions