Re: [PATCH v4 19/31] clk: at91: clk-smd: add support for clk_parent_data

From: Claudiu Beznea

Date: Mon Oct 20 2025 - 15:14:33 EST


Hi, Ryan,

On 9/19/25 00:16, Ryan.Wanner@xxxxxxxxxxxxx wrote:
> From: Claudiu Beznea <claudiu.beznea@xxxxxxxxx>
>
> Add support for parent_hw in smd clock drivers.

s/parent_hw/parent_data

> With this parent-child relation is described with pointers rather
> than strings making registration a bit faster.
>
> All the SoC based drivers that rely on clk-smd 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>
>