Re: [PATCHv2 4/5] watchdog: rti-wdt: attach to running watchdog during probe

2020-07-13 Thread Tero Kristo
On 05/07/2020 18:07, Guenter Roeck wrote: On 7/3/20 5:04 AM, Tero Kristo wrote: If the RTI watchdog is running already during probe, the driver must configure itself to match the HW. Window size and timeout is probed from hardware, and the last keepalive ping is adjusted to match it also. Signe

Re: [PATCHv2 4/5] watchdog: rti-wdt: attach to running watchdog during probe

2020-07-05 Thread Guenter Roeck
On 7/3/20 5:04 AM, Tero Kristo wrote: > If the RTI watchdog is running already during probe, the driver must > configure itself to match the HW. Window size and timeout is probed from > hardware, and the last keepalive ping is adjusted to match it also. > > Signed-off-by: Tero Kristo > --- > dri

[PATCHv2 4/5] watchdog: rti-wdt: attach to running watchdog during probe

2020-07-03 Thread Tero Kristo
If the RTI watchdog is running already during probe, the driver must configure itself to match the HW. Window size and timeout is probed from hardware, and the last keepalive ping is adjusted to match it also. Signed-off-by: Tero Kristo --- drivers/watchdog/rti_wdt.c | 26 +++