OSDN Git Service

watchdog: add driver for Ricoh RN5T618 watchdog
authorBeniamino Galvani <b.galvani@gmail.com>
Sun, 28 Sep 2014 22:39:47 +0000 (00:39 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 20 Oct 2014 18:55:02 +0000 (20:55 +0200)
commit22b1c841e31510c3124c88a13b8a7ada14e2e2d1
tree6b8fac57c56dea0da96887c85f64d2126a1cb1b8
parent2b9366b669679f1388457ec5a62f9dd1d0a78b08
watchdog: add driver for Ricoh RN5T618 watchdog

This adds a driver for the watchdog timer available in Ricoh RN5T618
PMIC. The device supports a programmable expiration time of 1, 8, 32
or 128 seconds.

Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/rn5t618_wdt.c [new file with mode: 0644]