Hi Biju, On Thu, Feb 24, 2022 at 10:51 AM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > Subject: Re: [PATCH v4 5/6] watchdog: rzg2l_wdt: Use force reset for WDT > > reset > > On Wed, Feb 23, 2022 at 5:01 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > wrote: > > > This patch uses the force reset(WDTRSTB) for triggering WDT reset for > > > restart callback. This method(ie, Generate Reset (WDTRSTB) Signal on > > > parity error)is faster compared to the overflow method for triggering > > > watchdog reset. > > > > > > Overflow method: > > > reboot: Restarting system > > > Reboot failed -- System halted > > > NOTICE: BL2: v2.5(release):v2.5/rzg2l-1.00-27-gf48f1440c > > > > > > Parity error method: > > > reboot: Restarting system > > > NOTICE: BL2: v2.5(release):v2.5/rzg2l-1.00-27-gf48f1440c > > > > > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > > > Thanks for your patch! > > > > > --- a/drivers/watchdog/rzg2l_wdt.c > > > +++ b/drivers/watchdog/rzg2l_wdt.c > > > > > @@ -117,17 +120,14 @@ static int rzg2l_wdt_restart(struct > > > watchdog_device *wdev, { > > > struct rzg2l_wdt_priv *priv = watchdog_get_drvdata(wdev); > > > > > > - /* Reset the module before we modify any register */ > > > - reset_control_reset(priv->rstc); > > > - > > > > I think this part belongs in patch 4/6. > > For Overflow method we need to reset the module, so that we can > update WDTSET register to change the timeout value from 60sec to 43.69 msec, > so that reboot can occur after 43.69 msec which corresponds to counter value of 1. > > Where as on parity error case, Generating parity error > immediately trigger the reboot. Here we don't need to reset the module, > for Generating parity error, that is the reason it got removed in this patch. Right, so please ignore my comment. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds