You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Alexandre Belloni
parent
7457d5f588
commit
1726982f20
@@ -240,9 +240,6 @@ static irqreturn_t mxc_rtc_interrupt(int irq, void *dev_id)
|
|||||||
mxc_rtc_irq_enable(&pdev->dev, RTC_ALM_BIT, 0);
|
mxc_rtc_irq_enable(&pdev->dev, RTC_ALM_BIT, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (status & RTC_1HZ_BIT)
|
|
||||||
events |= (RTC_UF | RTC_IRQF);
|
|
||||||
|
|
||||||
if (status & PIT_ALL_ON)
|
if (status & PIT_ALL_ON)
|
||||||
events |= (RTC_PF | RTC_IRQF);
|
events |= (RTC_PF | RTC_IRQF);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user