mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
3b6bddda2f
Handling of extended interrupts (kickstart, wake-up, ram-clear) was
moved off to a work queue, but the interrupts aren't acknowledged
in the interrupt handler. This leads to a deadlock, if driver
is used with interrupts. To fix this we use a threaded interrupt, get rid
of the work queue and do locking with just the rtc mutex lock.
Fixes:
|
||
---|---|---|
.. | ||
ds1286.h | ||
ds1307.h | ||
ds1685.h | ||
m48t59.h | ||
sirfsoc_rtciobrg.h |