Re: [PATCH v5 14/31] clk: at91: clk-pll: add support for parent_hw

From: claudiu beznea

Date: Fri Jan 30 2026 - 02:18:34 EST




On 1/16/26 22:07, ryan.wanner@xxxxxxxxxxxxx wrote:
From: Claudiu Beznea <claudiu.beznea@xxxxxxxxx>

Add support for parent_hw in pll clock driver.

Isn't it parent_data?

With this parent-child
relation is described with pointers rather than strings making
registration a bit faster.

Please update this along with s/parent_hw/parent_data above.


All the SoC based drivers that rely on clk-pll were adapted
to the new API change. The switch itself for SoCs will be done
in subsequent patches.

Signed-off-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxx>
Signed-off-by: Ryan Wanner <Ryan.Wanner@xxxxxxxxxxxxx>

The rest LGTM. With the description adjusted:

Reviewed-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxx>