]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: Add Watchdog Timer driver for RZ/G2L
authorBiju Das <biju.das.jz@bp.renesas.com>
Tue, 30 Nov 2021 19:53:57 +0000 (19:53 +0000)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Wed, 5 Jan 2022 09:33:15 +0000 (10:33 +0100)
commit1a9598cfd9e89d235693dc61d735f4ff57f71657
treef866f9b3a78b908f21f6866024285c9b491a2739
parentf8e78f1ccf802d78198ff3d1d9281367c2fed66a
watchdog: Add Watchdog Timer driver for RZ/G2L

Add Watchdog Timer driver for RZ/G2L SoC.

WDT IP block supports normal watchdog timer function and reset
request function due to CPU parity error.

This driver currently supports normal watchdog timer function
and later will add support for reset request function due to
CPU parity error.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20211130195357.18626-3-biju.das.jz@bp.renesas.com
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/rzg2l_wdt.c [new file with mode: 0644]