Re: [PATCH v5 12/31] clk: at91: clk-system: use clk_parent_data

From: claudiu beznea

Date: Fri Jan 30 2026 - 02:08:20 EST




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

Use struct clk_parent_data instead of struct parent_hw as this leads
to 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.

Signed-off-by: Claudiu Beznea<claudiu.beznea@xxxxxxxxx>
[ryan.wanner@microchip: Update SAM9X75 clk-system to use parent_data.]
Signed-off-by: Ryan Wanner<Ryan.Wanner@xxxxxxxxxxxxx>


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