]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler
authorJan Luebbe <jlu@pengutronix.de>
Mon, 4 Feb 2013 22:28:53 +0000 (14:28 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Feb 2013 17:04:44 +0000 (09:04 -0800)
commitaec357f03412b4d2ca8d9a9019994b810bf64497
tree7bcd308d5799f587f9c5fcaf315d5192969b49d8
parentcf032052de7afcebd9cd0c248de3b46525afba7e
drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler

commit 72fca4a4b32dc778b5b885c3498700e42b610d49 upstream.

Previously the alarm event was not propagated into the RTC subsystem.
By adding a call to rtc_update_irq, this fixes a timeout problem with
the hwclock utility.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/rtc/rtc-isl1208.c