commit | 512053a43d95d4da65565fc74c63906083d419bb | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Wed Aug 23 01:48:35 2017 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Thu Aug 24 11:03:35 2017 +0200 |
tree | a88cd29f97f213320db86c77b5d6a0f4f2ce738a | |
parent | 1cf85b2327a9b03bde5266e72ee64a38d085256d [diff] |
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>