Re: [PATCH v3] wdt: nuvoton: Add support for Nuvoton

2022-03-09 Thread Stefan Roese
On 3/10/22 04:50, jimliu2 wrote: Add watchdog controller driver for NPCM7xx/npcm8xx Signed-off-by: jimliu2 Reviewed-by: Stefan Roese Thanks, Stefan --- Changes for v2: - coding Style cleanup - change register type from struct npcm_wdt to iomem Changes for v3: - remove common.

[PATCH v3] wdt: nuvoton: Add support for Nuvoton

2022-03-09 Thread jimliu2
Add watchdog controller driver for NPCM7xx/npcm8xx Signed-off-by: jimliu2 --- Changes for v2: - coding Style cleanup - change register type from struct npcm_wdt to iomem Changes for v3: - remove common.h drivers/watchdog/Kconfig| 6 ++ drivers/watchdog/Makefile | 1 + driver