[PATCH v5 16/31] clk: at91: clk-plldiv: add support for parent_data
claudiu beznea
claudiu.beznea at tuxon.dev
Sat Jan 31 02:51:41 PST 2026
On 1/16/26 22:07, ryan.wanner at microchip.com wrote:
> From: Claudiu Beznea<claudiu.beznea at tuxon.dev>
>
> Add support for parent_data in plldiv clock driver.
I would replace the following:
> With this parent-child relation is described with pointers rather
> than strings making registration a bit faster.
with something like what you have used in patch 13/31:
"Having this allows the driver to conform to the new clk-system API."
As with parent_data you could describe the parent-child relationship with either
struct clk_hw pointers, clk names, indexes...
Valid for the rest of the patches that uses the same description.
>
> All the SoC based drivers that rely on clk-plldiv 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 at tuxon.dev>
> Signed-off-by: Ryan Wanner<Ryan.Wanner at microchip.com>
With those addressed:
Reviewed-by: Claudiu Beznea <claudiu.beznea at tuxon.dev>
More information about the linux-arm-kernel
mailing list