mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 00:05:24 +00:00
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 | ||