watchdog: add rza_wdt driver
authorChris Brandt <chris.brandt@renesas.com>
Sat, 4 Mar 2017 22:37:35 +0000 (17:37 -0500)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 5 Jun 2017 18:37:17 +0000 (20:37 +0200)
commitaea24187f65e8adb00b2be949cd809fcb2aa241c
treef490f4ceef5a7f9c501afc4527546037b8b7d9a5
parent5dca80f63eaf18eca2ba3ebf61056feb66103951
watchdog: add rza_wdt driver

Adds a watchdog timer driver for the Renesas RZ/A Series SoCs. A reset
handler is also included since a WDT overflow is the only method for
restarting an RZ/A SoC.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/rza_wdt.c [new file with mode: 0644]