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, 22 Jul 2011 08:57:38 +0000 (08:57 +0000)
commitc9353ae1c69ba13ec9d29ab4f2dae881c2c06a58
tree1f25e7743bb228548190132d06d6134ac60fc1e5
parent7ccdb9467bbb10d4afd87770f5eaeccd08551a46
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]