]> asedeno.scripts.mit.edu Git - linux.git/commit
watchdog: add driver for Cortina Gemini watchdog
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 28 Jan 2017 22:59:37 +0000 (23:59 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 24 Feb 2017 22:00:23 +0000 (14:00 -0800)
commiteca10ae6000d45ee3fec65f0abf7e07abfc66abb
tree1cbc57b906f1fa61647b9b3504025f8b9616471b
parent428a66554a1d475896e47a23f1d2c99b58fa7105
watchdog: add driver for Cortina Gemini watchdog

This add support for the Cortina systems Gemini (SL3516)
SoC watchdog.

I have tried to use all the right new kernel interfaces
and tested with busybox' "watchdog" command both to kick
and get timeouts and reboots.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/gemini_wdt.c [new file with mode: 0644]