Searched hist:"7 e794cb7e36ccdb8c44b8ca7738720625b7aa2da" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/rtc/ |
H A D | rtc-stmp3xxx.c | diff 7e794cb7e36ccdb8c44b8ca7738720625b7aa2da Wed May 25 05:56:53 CDT 2011 Wolfram Sang <w.sang@pengutronix.de> rtc: stmp3xxx: Remove UIE handlers
The RTC core handles UIE since 6610e08 (RTC: Rework RTC code to use timerqueue for events), so remove the specific interrupt in this driver. To make it work at all, enable interrupts in set_alarm() if needed. Drop IRQF_DISABLED which is deprecated, while we are here. Finally, add my copyright after all these changes.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Tested-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: John Stultz <john.stultz@linaro.org>
|