watchdog: GPIO-controlled watchdog
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 30 Nov 2013 07:54:32 +0000 (11:54 +0400)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 28 Jan 2014 20:21:02 +0000 (21:21 +0100)
commit25134eafb05eef6dd4b6caee3a711b63ee0c3737
tree17cd804d9904ad9c561b7efcbd9341c8578b7094
parent8832b20093434514fda5e8a0c885270eda4fbf40
watchdog: GPIO-controlled watchdog

This patch adds a watchdog driver for devices controlled through GPIO,
(Analog Devices ADM706, Maxim MAX823, National NE555 etc).

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/devicetree/bindings/watchdog/gpio-wdt.txt [new file with mode: 0644]
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/gpio_wdt.c [new file with mode: 0644]