Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

rtc: add new RTC_FEATURE_ALARM_WAKEUP_ONLY feature

Some RTCs have an IRQ pin that is not connected to a CPU interrupt but
rather directly to a PMIC or power supply. In that case, it is still useful
to be able to set alarms but we shouldn't expect interrupts.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220309162301.61679-22-alexandre.belloni@bootlin.com

+2 -1
+2 -1
include/uapi/linux/rtc.h
··· 133 133 #define RTC_FEATURE_UPDATE_INTERRUPT 4 134 134 #define RTC_FEATURE_CORRECTION 5 135 135 #define RTC_FEATURE_BACKUP_SWITCH_MODE 6 136 - #define RTC_FEATURE_CNT 7 136 + #define RTC_FEATURE_ALARM_WAKEUP_ONLY 7 137 + #define RTC_FEATURE_CNT 8 137 138 138 139 /* parameter list */ 139 140 #define RTC_PARAM_FEATURES 0