summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRussell King2013-06-18 18:20:32 +0200
committerWim Van Sebroeck2013-07-11 22:18:30 +0200
commit6910ceb5cababfefffc4ddc58a085a71c0ab9f22 (patch)
treee80d0356a22f65ff39be283561d5e3ae8e073803 /MAINTAINERS
parentWatchdog: allow orion_wdt to be built for Dove (diff)
downloadkernel-qcow2-linux-6910ceb5cababfefffc4ddc58a085a71c0ab9f22.tar.gz
kernel-qcow2-linux-6910ceb5cababfefffc4ddc58a085a71c0ab9f22.tar.xz
kernel-qcow2-linux-6910ceb5cababfefffc4ddc58a085a71c0ab9f22.zip
Watchdog: fix clearing of the watchdog interrupt
The bits in BRIDGE_CAUSE are documented as RW0C - read, write 0 to clear. If we read the register, mask off the watchdog bit, and write it back, we're actually clearing every interrupt which wasn't pending at the time we read the register - and that is racy. Fix this to only write ~WATCHDOG_BIT to the register, which means we write as zero only the watchdog bit. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Jason Cooper <jason@lakedaemon.net> Tested-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions