]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: sirf: add watchdog driver of CSR SiRFprimaII and SiRFatlasVI
authorXianglong Du <Xianglong.Du@csr.com>
Wed, 2 Oct 2013 00:13:49 +0000 (08:13 +0800)
committerWim Van Sebroeck <wim@iguana.be>
Sun, 17 Nov 2013 18:37:23 +0000 (19:37 +0100)
commit512d4d828b9a0ea7cff222b0a72c5a9aa76ddcc7
tree775898deec716feca6e7d2742405e754679eddc7
parent5353e733bb7743fa358ace4094817420d7ba74ae
watchdog: sirf: add watchdog driver of CSR SiRFprimaII and SiRFatlasVI

On CSR SiRFprimaII and SiRFatlasVI, the 6th timer can act as a watchdog
timer when the Watchdog mode is enabled.

watchdog occur when TIMER watchdog counter matches the value software
pre-set, when this event occurs, the effect is the same as the system
software reset.

Signed-off-by: Xianglong Du <Xianglong.Du@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Cc: Romain Izard <romain.izard.pro@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/devicetree/bindings/watchdog/sirfsoc_wdt.txt [new file with mode: 0644]
arch/arm/configs/prima2_defconfig
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/sirfsoc_wdt.c [new file with mode: 0644]