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

rtc: mxc: remove UIE signaling

The RTC core handles it since 6610e08 (RTC: Rework RTC code to use
timerqueue for events).

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

authored by

Wolfram Sang and committed by
Alexandre Belloni
1726982f 7457d5f5

-3
-3
drivers/rtc/rtc-mxc.c
··· 240 240 mxc_rtc_irq_enable(&pdev->dev, RTC_ALM_BIT, 0); 241 241 } 242 242 243 - if (status & RTC_1HZ_BIT) 244 - events |= (RTC_UF | RTC_IRQF); 245 - 246 243 if (status & PIT_ALL_ON) 247 244 events |= (RTC_PF | RTC_IRQF); 248 245