Re: [PATCH] clocksource: sun5i: fail gracefully when clock rate is unavailable

From: Chen-Yu Tsai
Date: Thu Jan 24 2019 - 03:57:10 EST


On Thu, Jan 10, 2019 at 5:19 PM Daniel Lezcano
<daniel.lezcano@xxxxxxxxxx> wrote:
>
> On 10/01/2019 07:22, Chen-Yu Tsai wrote:
> > If the clock tree is not fully populated when the timer-sun5i init code
> > is called, attempts to get the clock rate for the timer would fail and
> > return 0.
> >
> > Make the init code for both clock events and clocksource check the
> > returned clock rate and fail gracefully if the result is 0, instead of
> > causing a divide by 0 exception later on.
> >
> > Fixes: 4a59058f0b09 ("clocksource/drivers/sun5i: Refactor the current code")
> > Signed-off-by: Chen-Yu Tsai <wens@xxxxxxxx>
> > ---
>
> Applied thanks.

I'm not seeing this in linux-next, nor the patch

arm64: arch_timer: Workaround for Allwinner A64 timer instability

Any idea where these ended up?


Thanks
ChenYu