On Tue, Aug 18, 2015 at 2:32 AM, Govindraj Raja <govindraj.raja@xxxxxxxxxx> wrote: > From: Zdenko Pulitika <zdenko.pulitika@xxxxxxxxxx> > > This commit fixes 32bit integer overflows throughout the pll driver > (i.e. wherever the result of integer multiplication may exceed the > range of u32). > > One of the functions affected by this problem is .recalc_rate. It > returns incorrect rate for some pll settings (not for all though) > which in turn results in the incorrect rate setup of pll's child > clocks. > > Signed-off-by: Zdenko Pulitika <zdenko.pulitika@xxxxxxxxxx> > Signed-off-by: Govindraj Raja <govindraj.raja@xxxxxxxxxx> Reviewed-by: Andrew Bresticker <abrestic@xxxxxxxxxxxx>