Re: [PATCH v6 1/4] clk: pistachio: Fix 32bit integer overflows

2015-08-26 Thread Stephen Boyd
On 08/26, Govindraj Raja wrote: > From: Zdenko Pulitika > > 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 in

[PATCH v6 1/4] clk: pistachio: Fix 32bit integer overflows

2015-08-26 Thread Govindraj Raja
From: Zdenko Pulitika 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