]> www.infradead.org Git - users/hch/misc.git/commit
clk: clocking-wizard: use devres versions of clk_hw API
authorHarry Austen <hpausten@protonmail.com>
Fri, 13 Sep 2024 19:11:26 +0000 (19:11 +0000)
committerStephen Boyd <sboyd@kernel.org>
Wed, 9 Oct 2024 23:38:55 +0000 (16:38 -0700)
commitfc51bad73c5a299db206455a96eec24468ca76d7
tree4543e55442dc11a26a2eb567cd7bcaf71559bf2a
parentbb487924b16115bc24e57ea2111e9206fa2f48fe
clk: clocking-wizard: use devres versions of clk_hw API

Use device managed versions of the clk_hw API, entirely removing the
need for the driver's remove() callback and greatly simplifying the
probe() function's error paths.

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