Re: [PATCH V2 1/3] watchdog: stm32: update to devm_watchdog_register_device

2019-05-03 Thread Ludovic BARRE
hi Guenter On 5/2/19 10:21 PM, Guenter Roeck wrote: On Thu, May 02, 2019 at 04:08:44PM +0200, Ludovic Barre wrote: From: Ludovic Barre This patch updates to devm_watchdog_register_device interface Not that easy. See below. A more complete solution is at

Re: [PATCH V2 1/3] watchdog: stm32: update to devm_watchdog_register_device

2019-05-02 Thread Guenter Roeck
On Thu, May 02, 2019 at 04:08:44PM +0200, Ludovic Barre wrote: > From: Ludovic Barre > > This patch updates to devm_watchdog_register_device interface > Not that easy. See below. A more complete solution is at https://patchwork.kernel.org/patch/10894355 I have a total of three patches for

[PATCH V2 1/3] watchdog: stm32: update to devm_watchdog_register_device

2019-05-02 Thread Ludovic Barre
From: Ludovic Barre This patch updates to devm_watchdog_register_device interface Signed-off-by: Ludovic Barre --- drivers/watchdog/stm32_iwdg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/watchdog/stm32_iwdg.c b/drivers/watchdog/stm32_iwdg.c index