Re: [PATCH] watchdog: arm_smc_wdt: add watchdog support

2023-04-03 Thread Patrick DELAUNAY
Hi, On 3/31/23 09:59, Stefan Roese wrote: Hi Lionel, On 3/31/23 09:14, Lionel Debieve wrote: Implement a ARM SMCCC based driver that allow to use a secure watchdog on the platform. Signed-off-by: Lionel Debieve ---   drivers/watchdog/Kconfig   |   8 +++   drivers/watchdog/Makefile 

[PATCH] watchdog: arm_smc_wdt: add watchdog support

2023-03-31 Thread Lionel Debieve
Implement a ARM SMCCC based driver that allow to use a secure watchdog on the platform. Signed-off-by: Lionel Debieve --- drivers/watchdog/Kconfig | 8 +++ drivers/watchdog/Makefile | 1 + drivers/watchdog/arm_smc_wdt.c | 116 + 3 files changed,

Re: [PATCH] watchdog: arm_smc_wdt: add watchdog support

2023-03-31 Thread Stefan Roese
Hi Lionel, On 3/31/23 09:14, Lionel Debieve wrote: Implement a ARM SMCCC based driver that allow to use a secure watchdog on the platform. Signed-off-by: Lionel Debieve --- drivers/watchdog/Kconfig | 8 +++ drivers/watchdog/Makefile | 1 + drivers/watchdog/arm_smc_wdt.c |