]> www.infradead.org Git - users/hch/misc.git/commit
clk: clocking-wizard: use newer clk_hw API
authorHarry Austen <hpausten@protonmail.com>
Fri, 13 Sep 2024 19:11:20 +0000 (19:11 +0000)
committerStephen Boyd <sboyd@kernel.org>
Wed, 9 Oct 2024 23:38:24 +0000 (16:38 -0700)
commitbb487924b16115bc24e57ea2111e9206fa2f48fe
treef603e56601be8796b5ede581f986db5ee5613a27
parent9c9cd4de25edc60a3a90031e69567bb92921bd27
clk: clocking-wizard: use newer clk_hw API

Utilise clock provider API with struct clk_hw instances instead of the
consumer-side struct clk.

Signed-off-by: Harry Austen <hpausten@protonmail.com>
Link: https://lore.kernel.org/r/20240913191037.2690-3-hpausten@protonmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/xilinx/clk-xlnx-clock-wizard.c