OSDN Git Service

rtc: ds1553: make alarms useful
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 12 Feb 2018 22:47:44 +0000 (23:47 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 1 Mar 2018 09:49:28 +0000 (10:49 +0100)
commit1af7068d2a19d333e9280f8a43bc7215c90bfb91
treeed4f13e16da22c0185cf843b6805e66613e50046
parent3a9a06d44bf75a1e0752e2de686729fb2a85ad22
rtc: ds1553: make alarms useful

Currently, the IRQs are disabled when the rtc driver is removed (e.g. when
shutting down the platform).
This means that the RTC will be unable to wakeup the platform.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-ds1553.c