Re: [PATCH 1/2] watchdog: bd70528: don't crash if WDG is confiured with BD71828

2021-01-07 Thread Vaittinen, Matti
On Thu, 2021-01-07 at 20:15 +0200, Matti Vaittinen wrote: > Thanks a lot for taking a careful look at this Guenter! > > On Thu, 2021-01-07 at 07:12 -0800, Guenter Roeck wrote: > > On Thu, Jan 07, 2021 at 08:37:03AM +0200, Matti Vaittinen wrote: > > > If config for BD70528 watchdog is enabled

Re: [PATCH 1/2] watchdog: bd70528: don't crash if WDG is confiured with BD71828

2021-01-07 Thread Vaittinen, Matti
Thanks a lot for taking a careful look at this Guenter! On Thu, 2021-01-07 at 07:12 -0800, Guenter Roeck wrote: > On Thu, Jan 07, 2021 at 08:37:03AM +0200, Matti Vaittinen wrote: > > If config for BD70528 watchdog is enabled when BD71828 or BD71815 > > are used the RTC module will issue call to

Re: [PATCH 1/2] watchdog: bd70528: don't crash if WDG is confiured with BD71828

2021-01-07 Thread Guenter Roeck
On Thu, Jan 07, 2021 at 08:37:03AM +0200, Matti Vaittinen wrote: > If config for BD70528 watchdog is enabled when BD71828 or BD71815 > are used the RTC module will issue call to BD70528 watchdog with > NULL data. Ignore this call and don't crash. > > Signed-off-by: Matti Vaittinen I really

[PATCH 1/2] watchdog: bd70528: don't crash if WDG is confiured with BD71828

2021-01-06 Thread Matti Vaittinen
If config for BD70528 watchdog is enabled when BD71828 or BD71815 are used the RTC module will issue call to BD70528 watchdog with NULL data. Ignore this call and don't crash. Signed-off-by: Matti Vaittinen --- drivers/watchdog/bd70528_wdt.c | 15 +++ 1 file changed, 15