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

2022-03-08 Thread Stefan Roese
On 3/9/22 07:13, jimliu2 wrote: Add watchdog controller driver for NPCM7xx/npcm8xx Signed-off-by: jimliu2 So what did you change in v2? Please add a changelog next time, as described here: http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions Also there is no need to se

[PATCH v2 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