Re: [PATCH] clk: tegra: Fix an infinite loop when clock rate is zero

From: Stephen Boyd
Date: Tue Oct 02 2018 - 03:36:03 EST


Quoting Stephen Boyd (2018-10-01 15:08:46)
> Quoting ryang (2018-09-21 15:00:37)
> > Calling clk_set_rate or clk_round_rate will lock up the kernel when the
> > rate is zero. This avoids the infinite loop and uses a slightly more
> > optimized p divider calculation.
> >
> > Signed-off-by: ryang <decatf@xxxxxxxxx>
>
> Do you have a more proper name? Or you want the author name to show up as
> "ryang"?
>

I see a v2 on the list, and it looks similar so I'm going to assume this
is superseded now.