Re: [PATCH v2 28/65] clk: renesas: r9a06g032: Add a determine_rate hook

2022-11-06 Thread Geert Uytterhoeven
CC Gareth On Fri, Nov 4, 2022 at 2:18 PM Maxime Ripard wrote: > > The Renesas r9a06g032 bitselect 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 o

[PATCH v2 28/65] clk: renesas: r9a06g032: Add a determine_rate hook

2022-11-04 Thread Maxime Ripard
The Renesas r9a06g032 bitselect 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