OSDN Git Service

Watchdog: Add marvell GTI watchdog driver
authorBharat Bhushan <bbhushan2@marvell.com>
Thu, 3 Aug 2023 03:25:23 +0000 (08:55 +0530)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 13 Aug 2023 12:29:49 +0000 (14:29 +0200)
commitef9e7fe2c890f7609b5a667eba282f900434e58d
treee489b5c598105dc1e0dfecb1bc19899a8c688be6
parente81e57fe89a20c1ee5e0f0b927ce8fe614118458
Watchdog: Add marvell GTI watchdog driver

This patch add support for Marvell GTI watchdog.  Global timer
unit (GTI) support hardware watchdog timer. Software programs
watchdog timer to generate interrupt on first timeout, second
timeout is configured to be ignored and system reboots on
third timeout.

Signed-off-by: Bharat Bhushan <bbhushan2@marvell.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20230803032523.6242-2-bbhushan2@marvell.com
[groeck: MODULE_LICENSE GPL v2 -> GPL since that is sufficient]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/marvell_gti_wdt.c [new file with mode: 0644]