]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtc: sh: simplify irq setup after refactoring
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 27 Feb 2025 13:43:00 +0000 (14:43 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 8 Apr 2025 13:56:19 +0000 (15:56 +0200)
commit689602e0609e2209e294f213c6cb5a6798517f4d
tree4027b3d8bbb27a2fe9c8b94cacc3dab4030af043
parenta7e7d966ccab12110680354636a666af2c015f77
rtc: sh: simplify irq setup after refactoring

We only need the alarm_irq handler. That means we can remove everything
related to periodic_irq and carry_irq. Also, the shared handler can go
since we only we need the alarm interrupt in any case.

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