]> git.ipfire.org Git - people/ms/linux.git/commit
watchdog: hpe-wdt: Introduce HPE GXP Watchdog
authorNick Hawkins <nick.hawkins@hpe.com>
Mon, 16 May 2022 16:33:41 +0000 (11:33 -0500)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 May 2022 12:05:53 +0000 (14:05 +0200)
commit6b47441bed490d0bd39fdafaa95ac7acdcd0c11a
treec2a4d1a1888677d999784dcb13631908073ca973
parent1219ce9d9f2efa01b59f1e1298458b73fb88f02f
watchdog: hpe-wdt: Introduce HPE GXP Watchdog

Add support for the HPE GXP Watchdog. The GXP asic contains a full
complement of timers one of which is the watchdog timer. The watchdog
timer is 16 bit and has 10ms resolution. The watchdog is created as a
child device of timer since the same register range is used.

Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/gxp-wdt.c [new file with mode: 0644]