From: Liam Beguin <lvb@xxxxxxxxxx> Add alarm support for the rtc-ab-eoz9. The board used to test this series has the interrupt line of the RTC connected to a circuit controlling the power of the board. An event on the interrupt line while the board is off will power it on. Because of these hardware limitations, the irq handler added in this patch wasn't fully tested. The alarm functionality was tested, with: $ date "2010-10-10 10:10" Sun Oct 10 10:10:00 UTC 2010 $ /usr/sbin/rtcwake -u -d /dev/rtc0 -s20 --mode off [ ... ] $ # power on after 20 seconds Liam Beguin (4): rtc: ab-eoz9: make use of regmap local variable rtc: ab-eoz9: set regmap max_register rtc: ab-eoz9: add alarm support rtc: ab-eoz9: make use of RTC_FEATURE_ALARM drivers/rtc/rtc-ab-eoz9.c | 149 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 141 insertions(+), 8 deletions(-) base-commit: e49d033bddf5b565044e2abe4241353959bc9120 -- 2.30.1.489.g328c10930387