Re: [PATCH v5 15/31] clk: at91: clk-audio-pll: add support for parent_hw
From: claudiu beznea
Date: Fri Jan 30 2026 - 02:22:03 EST
On 1/16/26 22:07, ryan.wanner@xxxxxxxxxxxxx wrote:
From: Claudiu Beznea<claudiu.beznea@xxxxxxxxx>
Add support for parent_hw in audio pll clock drivers.
With this parent-child relation is described with pointers rather
than strings making registration a bit faster.
Same here as in patch 14/31.
All the SoC based drivers that rely on clk-audio-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 patch description adjusted:
Reviewed-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxx>