]> git.ipfire.org Git - thirdparty/linux.git/commit
rtc: sh: remove update interrupt handling
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 27 Feb 2025 13:42:57 +0000 (14:42 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 8 Apr 2025 13:56:19 +0000 (15:56 +0200)
commitc090d390e5ed917a7f33a35da9bd8de4b505cc8e
tree5d82c1520d1c3f5d739228a6397731e93742bc13
parent8f2efdbc303fe7baa83843d3290dd6ea5ba3276c
rtc: sh: remove update interrupt handling

Since commit e428c6a2772b ("RTC: Clean out UIE icotl implementations"),
the flag for UIE cannot be set anymore. Because UIE is now handled via
regular alarms and a timerqueue by the RTC core, the UIE handling code
can simply go away now.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20250227134256.9167-12-wsa+renesas@sang-engineering.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-sh.c