]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: Drop obsolete devm_clk_bulk_get_all_enable() helper
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Tue, 17 Dec 2024 21:41:53 +0000 (23:41 +0200)
committerStephen Boyd <sboyd@kernel.org>
Mon, 23 Dec 2024 20:53:52 +0000 (12:53 -0800)
commitef94ea4fc18ff3fa5034d0da4c1a52dba0b23f8c
treecf79a5c77fa14921cc92034d9cf5389c7c602fa3
parent10106d5c1f9cee1a514fc29d711b55601d7241f2
clk: Drop obsolete devm_clk_bulk_get_all_enable() helper

Commit 265b07df758a ("clk: Provide managed helper to get and enable bulk
clocks") added devm_clk_bulk_get_all_enable() function, but missed to
return the number of clocks stored in the clk_bulk_data table referenced
by the clks argument.  Without knowing the number, it's not possible to
iterate these clocks when needed, hence the argument is useless and
could have been simply removed.

A new helper devm_clk_bulk_get_all_enabled() has been introduced, which
is consistent with devm_clk_bulk_get_all() in terms of the returned
value.

Drop the obsolete function since all users switched to the new helper.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20241217-clk_bulk_ena_fix-v5-3-aafbbb245155@collabora.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/linux/clk.h