OSDN Git Service

rtc: sa1100: make alarms useful
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 22 Aug 2017 23:48:35 +0000 (01:48 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 24 Aug 2017 09:03:35 +0000 (11:03 +0200)
commit512053a43d95d4da65565fc74c63906083d419bb
treea88cd29f97f213320db86c77b5d6a0f4f2ce738a
parent1cf85b2327a9b03bde5266e72ee64a38d085256d
rtc: sa1100: make alarms useful

Currently, the driver unregisters the IRQs when the rtc character device is
closed. This means that the device needs to stay open to get alarms while
the usual use case will open the device, set the alarm and close the
device.

Move the IRQ requests to sa1100_rtc_probe() and use the devm managed
versions so we don't need to free them.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-sa1100.c