watchdog: uniphier: add UniPhier watchdog driver
authorKeiji Hayashibara <hayashibara.keiji@socionext.com>
Wed, 14 Jun 2017 07:53:44 +0000 (16:53 +0900)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 3 Jul 2017 11:58:55 +0000 (13:58 +0200)
commite7bf02895f06c0603af800c4bfce3ca4ede9147d
tree773893c7cac09aefaff992d4e2342616ca26f9db
parente75bf0ea77e9778e9a1975eb9b38698babcbde63
watchdog: uniphier: add UniPhier watchdog driver

Add a watchdog driver for Socionext UniPhier series SoC.
Note that the timeout value for this device must be a power
of 2 because of the specification.

Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.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>
Documentation/watchdog/watchdog-parameters.txt
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/uniphier_wdt.c [new file with mode: 0644]