Re: [PATCH] nvmem: qfprom: Increase fuse blow timeout to prevent write fail.

From: Doug Anderson
Date: Tue Feb 22 2022 - 11:48:25 EST


Srinivas

On Fri, Jan 7, 2022 at 6:57 AM Doug Anderson <dianders@xxxxxxxxxxxx> wrote:
>
> Hi,
>
> On Thu, Jan 6, 2022 at 6:31 PM Knox Chiou <knoxchiou@xxxxxxxxxxxx> wrote:
> >
> > sc7180 blow fuses got slightly chances to hit qfprom_reg_write timeout.
> > Current timeout is simply too low. Since blowing fuses is a
> > very rare operation, so the risk associated with overestimating this
> > number is low.
> > Increase fuse blow timeout from 1ms to 10ms.
> >
> > Signed-off-by: Knox Chiou <knoxchiou@xxxxxxxxxxxx>
> > ---
> >
> > drivers/nvmem/qfprom.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Slight nit that ${SUBJECT} for patches usually doesn't end with a
> period. Presumably if Srinivas cares he can fix it while applying.
>
> Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>

I noticed that this patch still isn't in linux-next. Did it get lost,
or are you waiting for anything additional before applying?

Thanks!

-Doug