]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rtc: interface: Ensure alarm irq is enabled when UIE is enabled
authorEsben Haabendal <esben@geanix.com>
Fri, 16 May 2025 07:23:39 +0000 (09:23 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 9 Oct 2025 21:34:52 +0000 (23:34 +0200)
commit9db26d5855d0374d4652487bfb5aacf40821c469
treeb9c0b139b6a361f8992536b61c0994b6e55b0eca
parent1502fe0e97be01d18f2b30fd7fe29bb39def0e7d
rtc: interface: Ensure alarm irq is enabled when UIE is enabled

When setting a normal alarm, user-space is responsible for using
RTC_AIE_ON/RTC_AIE_OFF to control if alarm irq should be enabled.

But when RTC_UIE_ON is used, interrupts must be enabled so that the
requested irq events are generated.
When RTC_UIE_OFF is used, alarm irq is disabled if there are no other
alarms queued, so this commit brings symmetry to that.

Signed-off-by: Esben Haabendal <esben@geanix.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20250516-rtc-uie-irq-fixes-v2-5-3de8e530a39e@geanix.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/interface.c