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 |