[PATCH v5 06/31] clk: at91: clk-main: switch to clk parent data
Claudiu Beznea
claudiu.beznea at tuxon.dev
Mon Jan 26 00:52:21 PST 2026
On 1/16/26 22:06, ryan.wanner at microchip.com wrote:
> From: Claudiu Beznea<claudiu.beznea at tuxon.dev>
>
> Use struct clk_parent_data instead of parent_hw for the main clock.
> So there is less usage of __clk_get_hw() in SoC specific clock drivers and
> simpler conversion of existing SoC specific clock drivers from parent_names to
> modern clk_parent_data structures. This will lead in the end at removing
> __clk_get_hw() in SoC specific drivers
> (that will be solved by subsequent commits).
>
> Signed-off-by: Claudiu Beznea<claudiu.beznea at tuxon.dev>
> [ryan.wanner at microchip: Add SAMA7D65 and SAM9X75 SoCs to use parent_data.]
> Signed-off-by: Ryan Wanner<Ryan.Wanner at microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea at tuxon.dev>
More information about the linux-arm-kernel
mailing list