forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtc: sun6i: Allow RTC wakeup after shutdown
Only IRQs that have enable_irq_wake() called on them can wake the system from sleep or after it has been shut down. Currently, the RTC alarm can only wake the system from sleep. Run the suspend callback to arm the IRQ during the shutdown process, so the RTC alarm also works after shutdown. Signed-off-by: Samuel Holland <samuel@sholland.org>
- Loading branch information
1 parent
0293c4a
commit cf35c00
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters