Re: [PATCH v2 35/65] clk: ux500: sysctrl: Add a determine_rate hook

2022-11-14 Thread Lee Jones
On Fri, 11 Nov 2022, Linus Walleij wrote: > On Thu, Nov 10, 2022 at 2:05 PM Ulf Hansson wrote: > > On Thu, 10 Nov 2022 at 12:39, Linus Walleij > > wrote: > > > > > > On Thu, Nov 10, 2022 at 12:29 PM Ulf Hansson > > > wrote: > > > > On Fri, 4 Nov 2022 at 14:32, Maxime Ripard wrote: > > > > >

Re: [PATCH v2 35/65] clk: ux500: sysctrl: Add a determine_rate hook

2022-11-11 Thread Linus Walleij
On Thu, Nov 10, 2022 at 2:05 PM Ulf Hansson wrote: > On Thu, 10 Nov 2022 at 12:39, Linus Walleij wrote: > > > > On Thu, Nov 10, 2022 at 12:29 PM Ulf Hansson wrote: > > > On Fri, 4 Nov 2022 at 14:32, Maxime Ripard wrote: > > > > > > > > The UX500 sysctrl "set_parent" clocks implement a mux with

Re: [PATCH v2 35/65] clk: ux500: sysctrl: Add a determine_rate hook

2022-11-10 Thread Ulf Hansson
On Thu, 10 Nov 2022 at 12:39, Linus Walleij wrote: > > On Thu, Nov 10, 2022 at 12:29 PM Ulf Hansson wrote: > > On Fri, 4 Nov 2022 at 14:32, Maxime Ripard wrote: > > > > > > The UX500 sysctrl "set_parent" clocks implement a mux with a set_parent > > > hook, but doesn't provide a determine_rate im

Re: [PATCH v2 35/65] clk: ux500: sysctrl: Add a determine_rate hook

2022-11-10 Thread Linus Walleij
On Thu, Nov 10, 2022 at 12:29 PM Ulf Hansson wrote: > On Fri, 4 Nov 2022 at 14:32, Maxime Ripard wrote: > > > > The UX500 sysctrl "set_parent" clocks implement a mux with a set_parent > > hook, but doesn't provide a determine_rate implementation. > > > > This is a bit odd, since set_parent() is t

Re: [PATCH v2 35/65] clk: ux500: sysctrl: Add a determine_rate hook

2022-11-10 Thread Ulf Hansson
On Fri, 4 Nov 2022 at 14:32, Maxime Ripard wrote: > > The UX500 sysctrl "set_parent" clocks implement 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. How

Re: [PATCH v2 35/65] clk: ux500: sysctrl: 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 sysctrl "set_parent" clocks implement 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. Ho

[PATCH v2 35/65] clk: ux500: sysctrl: Add a determine_rate hook

2022-11-04 Thread Maxime Ripard
The UX500 sysctrl "set_parent" clocks implement 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