Re: [PATCH v3 29/65] clk: socfpga: gate: Add a determine_rate hook

2023-05-11 Thread Maxime Ripard
Hi Dinh, On Tue, May 09, 2023 at 12:37:39PM -0500, Dinh Nguyen wrote: > Hi Maxime, > > On 5/4/23 12:04, Maxime Ripard wrote: > > Hi Dinh, > > > > On Thu, Apr 27, 2023 at 02:09:48PM -0500, Dinh Nguyen wrote: > > > Hi Maxime, > > > > > > On 4/25/23 09:48, Maxime Ripard wrote: > > > > Hi Dinh, >

Re: [PATCH v3 29/65] clk: socfpga: gate: Add a determine_rate hook

2023-05-09 Thread Dinh Nguyen
Hi Maxime, On 5/4/23 12:04, Maxime Ripard wrote: Hi Dinh, On Thu, Apr 27, 2023 at 02:09:48PM -0500, Dinh Nguyen wrote: Hi Maxime, On 4/25/23 09:48, Maxime Ripard wrote: Hi Dinh, On Mon, Apr 24, 2023 at 01:32:28PM -0500, Dinh Nguyen wrote: On 4/4/23 05:11, Maxime Ripard wrote: The SoCFGPA

Re: [PATCH v3 29/65] clk: socfpga: gate: Add a determine_rate hook

2023-05-04 Thread Maxime Ripard
Hi Dinh, On Thu, Apr 27, 2023 at 02:09:48PM -0500, Dinh Nguyen wrote: > Hi Maxime, > > On 4/25/23 09:48, Maxime Ripard wrote: > > Hi Dinh, > > > > On Mon, Apr 24, 2023 at 01:32:28PM -0500, Dinh Nguyen wrote: > > > On 4/4/23 05:11, Maxime Ripard wrote: > > > > The SoCFGPA gate clock implements a

Re: [PATCH v3 29/65] clk: socfpga: gate: Add a determine_rate hook

2023-04-27 Thread Dinh Nguyen
Hi Maxime, On 4/25/23 09:48, Maxime Ripard wrote: Hi Dinh, On Mon, Apr 24, 2023 at 01:32:28PM -0500, Dinh Nguyen wrote: On 4/4/23 05:11, Maxime Ripard wrote: The SoCFGPA gate clock implements a mux with a set_parent hook, but doesn't provide a determine_rate implementation. This is a bit

Re: [PATCH v3 29/65] clk: socfpga: gate: Add a determine_rate hook

2023-04-25 Thread Maxime Ripard
Hi Dinh, On Mon, Apr 24, 2023 at 01:32:28PM -0500, Dinh Nguyen wrote: > On 4/4/23 05:11, Maxime Ripard wrote: > > The SoCFGPA gate 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

Re: [PATCH v3 29/65] clk: socfpga: gate: Add a determine_rate hook

2023-04-24 Thread Dinh Nguyen
Hi Maxime, On 4/4/23 05:11, Maxime Ripard wrote: The SoCFGPA gate 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

[PATCH v3 29/65] clk: socfpga: gate: Add a determine_rate hook

2023-04-04 Thread Maxime Ripard
The SoCFGPA gate 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 call to