commit | 05cb3a56ee8cc3f75bf34ce73d06cb798ec5f73a | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Mon Apr 01 18:08:12 2019 +0200 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu Apr 04 10:07:11 2019 +0200 |
tree | 8525a199beaf21479ab7acb6509924cea7c6baba | |
parent | 0e2e87779ab8699e1c9a82fbf08b9462c34fd974 [diff] |
rtc: pcf85063: add alarm support Add support for the alarms. The match on the weekday is not used as it it not necessarily properly set. The tested RTC shows a behaviour where setting an alarm on the second right after an alarm that fired is not working, probably because of the circuit that ensures an alarm only fires once. This is why uie_unsupported is set. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>