Re: [PATCH] wdt: dw: Fix passing NULL pointer to reset functions

2021-09-20 Thread Stefan Roese
On 11.09.21 21:11, Sean Anderson wrote: reset_*_bulk expects a real pointer. Fixes: 4f7abafe1c ("driver: watchdog: reset watchdog in designware_wdt_stop() function") Signed-off-by: Sean Anderson Applied to u-boot-marvell/master Thanks, Stefan --- drivers/watchdog/designware_wdt.c | 10

Re: [PATCH] wdt: dw: Fix passing NULL pointer to reset functions

2021-09-19 Thread Stefan Roese
On 11.09.21 21:11, Sean Anderson wrote: reset_*_bulk expects a real pointer. Fixes: 4f7abafe1c ("driver: watchdog: reset watchdog in designware_wdt_stop() function") Signed-off-by: Sean Anderson Reviewed-by: Stefan Roese Thanks, Stefan --- drivers/watchdog/designware_wdt.c | 10 +-

Re: [PATCH] wdt: dw: Fix passing NULL pointer to reset functions

2021-09-19 Thread Stefan Roese
On 20.09.21 01:07, Sean Anderson wrote: Is it possible to get this in 2020.10? Let me check, if I can find my time machine somewhere. ;) But yes, v2021.10 should be possible. I'm just back from vacation and will look into the new patches very soon. Thanks, Stefan Meng's patch breaks boards w

Re: [PATCH] wdt: dw: Fix passing NULL pointer to reset functions

2021-09-19 Thread Sean Anderson
Is it possible to get this in 2020.10? Meng's patch breaks boards which use this watchdog. --Sean On 9/11/21 3:11 PM, Sean Anderson wrote: reset_*_bulk expects a real pointer. Fixes: 4f7abafe1c ("driver: watchdog: reset watchdog in designware_wdt_stop() function") Signed-off-by: Sean Anderso

[PATCH] wdt: dw: Fix passing NULL pointer to reset functions

2021-09-11 Thread Sean Anderson
reset_*_bulk expects a real pointer. Fixes: 4f7abafe1c ("driver: watchdog: reset watchdog in designware_wdt_stop() function") Signed-off-by: Sean Anderson --- drivers/watchdog/designware_wdt.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/watchdog/desig