Re: [U-Boot] [PATCH v2 3/4] watchdog: stm32mp: Add watchdog driver

2019-05-01 Thread Stefan Roese
On 30.04.19 17:26, Patrice Chotard wrote: This patch adds IWDG (Independent WatchDoG) support for STM32MP platform. Signed-off-by: Christophe Kerello Signed-off-by: Patrice Chotard --- Changes in v2: - Rename timeout variable in timeout_ms in stm32mp_wdt_start() Reviewed-by: Stefan

[U-Boot] [PATCH v2 3/4] watchdog: stm32mp: Add watchdog driver

2019-04-30 Thread Patrice Chotard
This patch adds IWDG (Independent WatchDoG) support for STM32MP platform. Signed-off-by: Christophe Kerello Signed-off-by: Patrice Chotard --- Changes in v2: - Rename timeout variable in timeout_ms in stm32mp_wdt_start() MAINTAINERS| 1 +