]> git.karo-electronics.de Git - karo-tx-linux.git/commit
watchdog: add support for the Synopsys DesignWare WDT
authorJamie Iles <jamie@jamieiles.com>
Mon, 24 Jan 2011 12:19:12 +0000 (12:19 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 1 Jul 2011 08:06:03 +0000 (08:06 +0000)
commit3f7a2c5b1b9a4179c7dc76dd3e857b48038991f0
tree9f5f5950f8bcbfae35e829a9d2edfc31e9ee50e0
parentf8addb27e16f328f22f2a60c2f2c8d4d6ad50a61
watchdog: add support for the Synopsys DesignWare WDT

The Synopsys DesignWare watchdog is found in several ARM based systems
and provides a choice of 16 timeout periods depending on the clock
input.  The watchdog cannot be disabled once started.

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Acked-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/dw_wdt.c [new file with mode: 0644]