Re: [PATCH v1 1/1] wdt: nuvoton: Add support for Nuvoton

2022-03-11 Thread Simon Glass
Hi, On Tue, 8 Mar 2022 at 01:51, jimliu2 wrote: > > Add watchdog controller driver for NPCM7xx/npcm8xx > > Signed-off-by: jimliu2 Do you have a real name? > --- > drivers/watchdog/Kconfig| 6 ++ > drivers/watchdog/Makefile | 1 + > drivers/watchdog/npcm_wdt.c | 119 +

[PATCH v1 1/1] wdt: nuvoton: Add support for Nuvoton

2022-03-08 Thread jimliu2
Add watchdog controller driver for NPCM7xx/npcm8xx Signed-off-by: jimliu2 --- drivers/watchdog/Kconfig| 6 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/npcm_wdt.c | 119 3 files changed, 126 insertions(+) create mode 100644 drivers/watchdog