Re: [PATCH v2 34/65] clk: ux500: prcmu: Add a determine_rate hook

2022-11-09 Thread Maxime Ripard
Hi Linus, On Tue, Nov 08, 2022 at 02:25:04PM +0100, Linus Walleij wrote: > On Fri, Nov 4, 2022 at 2:32 PM Maxime Ripard wrote: > > > The UX500 PRCMU "clkout" clock implements a mux with a set_parent hook, > > but doesn't provide a determine_rate implementation. > > > > This is a bit odd, since s

Re: [PATCH v2 34/65] clk: ux500: prcmu: Add a determine_rate hook

2022-11-08 Thread Linus Walleij
On Fri, Nov 4, 2022 at 2:32 PM Maxime Ripard wrote: > The UX500 PRCMU "clkout" clock implements a mux with a set_parent hook, > but doesn't provide a determine_rate implementation. > > This is a bit odd, since set_parent() is there to, as its name implies, > change the parent of a clock. However,

[PATCH v2 34/65] clk: ux500: prcmu: Add a determine_rate hook

2022-11-04 Thread Maxime Ripard
The UX500 PRCMU "clkout" clock implements a mux with a set_parent hook, but doesn't provide a determine_rate implementation. This is a bit odd, since set_parent() is there to, as its name implies, change the parent of a clock. However, the most likely candidate to trigger that parent change is a c