diff options
author | Sudeep Holla <[email protected]> | 2015-09-21 16:46:58 +0100 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2015-11-08 14:12:25 +0100 |
commit | 93a6f9168f2fbeb5bb000ba079e17a11bedc1a62 (patch) | |
tree | ad75965592d74ce6d31974ced3c04a4e45c55f87 /lib/mpi/mpiutil.c | |
parent | eff6dd41c2240f49e562b89d50ed3e86485cc4ad (diff) |
rtc: ab8500: remove misuse of IRQF_NO_SUSPEND flag
The IRQF_NO_SUSPEND flag is used to identify the interrupts that should
be left enabled so as to allow them to work as expected during the
suspend-resume cycle, but doesn't guarantee that it will wake the system
from a suspended state, enable_irq_wake is recommended to be used for
the wakeup.
This patch removes the use of IRQF_NO_SUSPEND flags and uses newly
introduce PM wakeup APIs dev_pm_{set,clear}_wake_irq.
Cc: Linus Walleij <[email protected]>
Cc: Alessandro Zummo <[email protected]>
Cc: Alexandre Belloni <[email protected]>
Cc: [email protected]
Signed-off-by: Sudeep Holla <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions