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: spear: drop uie_unsupported

Since commitc9f5c7e7a84f ("rtc: rtc-spear: Provide flag for no support of
UIE mode") which was in 2012, the core changed a lot and UIE are now
supported using regular alarms. Drop uie_unsupported now to reflect that.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20220309162301.61679-20-alexandre.belloni@bootlin.com

-1
-1
drivers/rtc/rtc-spear.c
··· 387 387 config->rtc->ops = &spear_rtc_ops; 388 388 config->rtc->range_min = RTC_TIMESTAMP_BEGIN_0000; 389 389 config->rtc->range_min = RTC_TIMESTAMP_END_9999; 390 - config->rtc->uie_unsupported = 1; 391 390 392 391 status = devm_rtc_register_device(config->rtc); 393 392 if (status)