[PATCH v3] watchdog: arm_smc_wdt: add watchdog support

2023-04-14 Thread Lionel Debieve
Implement a ARM SMCCC based driver that allow to use a secure watchdog on the platform. Signed-off-by: Lionel Debieve Reviewed-by: Patrick Delaunay Reviewed-by: Stefan Roese Tested-by: Patrick Delaunay --- Changes in v3: - Adds missing log error when probe failed Changes in v2: - Adds log

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

2023-04-11 Thread Lionel DEBIEVE
Hi Stephan, On 4/11/23 11:29, Stefan Roese wrote: Hi Lionel, On 4/5/23 11:53, Lionel Debieve wrote: Implement a ARM SMCCC based driver that allow to use a secure watchdog on the platform. Signed-off-by: Lionel Debieve Reviewed-by: Patrick Delaunay Tested-by: Patrick Delaunay

[PATCH v2] watchdog: arm_smc_wdt: add watchdog support

2023-04-05 Thread Lionel Debieve
Implement a ARM SMCCC based driver that allow to use a secure watchdog on the platform. Signed-off-by: Lionel Debieve Reviewed-by: Patrick Delaunay Tested-by: Patrick Delaunay --- (no changes since v1) drivers/watchdog/Kconfig | 8 +++ drivers/watchdog/Makefile | 1 + drivers

[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