Re: [PATCH v7 04/12] clk: Always clamp the rounded rate

2022-04-07 Thread Maxime Ripard
On Thu, Apr 07, 2022 at 08:27:39AM +, Yassine Oudjana wrote: > On Thursday, April 7th, 2022 at 12:08 PM, Maxime Ripard > wrote: > > I've been piling up few fixes already for other platforms, could you > > also test ? > > > > https://github.com/mripard/linux/tree/rpi/clk-improvements-more-fixe

Re: [PATCH v7 04/12] clk: Always clamp the rounded rate

2022-04-07 Thread Maxime Ripard
Hi Yassine, On Thu, Apr 07, 2022 at 07:56:42AM +, Yassine Oudjana wrote: > On Fri, 25 Feb 2022 15:35:26 +0100, Maxime Ripard wrote: > > The current core while setting the min and max rate properly in the > > clk_request structure will not make sure that the requested rate is > > within these

[PATCH v7 04/12] clk: Always clamp the rounded rate

2022-02-25 Thread Maxime Ripard
The current core while setting the min and max rate properly in the clk_request structure will not make sure that the requested rate is within these boundaries, leaving it to each and every driver to make sure it is. It's not clear if this was on purpose or not, but this introduces some inconsiste