commit | d4eaffe28bc1e4d55bd69a9462259135cc20aacc | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Mon Jan 11 00:17:43 2021 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sat Jan 16 23:19:26 2021 +0100 |
tree | 4cb8db09b5de10111b9177fb8b4cb046ff7adb2c | |
parent | 25cbe9c8d92a5e118b9dac79835dd8e6a039ae33 [diff] |
rtc: pcf85063: remove pcf85063_rtc_ops_alarm Move the alarm callbacks in pcf85063_rtc_ops and use RTC_FEATURE_ALARM to signal to the core whether alarms are available instead of having a supplementary struct rtc_class_ops without alarm callbacks. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210110231752.1418816-9-alexandre.belloni@bootlin.com