]> git.baikalelectronics.ru Git - kernel.git/commit
clk: meson: g12: drop use of __clk_lookup()
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 21 Oct 2020 16:21:47 +0000 (18:21 +0200)
committerStephen Boyd <sboyd@kernel.org>
Sat, 14 Nov 2020 20:56:58 +0000 (12:56 -0800)
commitac1c79cf31d4a53999d6c376183f6c5a55d9db0f
tree46ba5961154282f4e4a0ad925661bc0f299cf27b
parent172c5c952faa8d04125f14c4f03887f0ba07e3ee
clk: meson: g12: drop use of __clk_lookup()

g12 clock controller used __clk_lookup() to get struct clk from a
struct clk_hw. This type of hack is no longer required as CCF now provides
the necessary functions to get this.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20201021162147.563655-4-jbrunet@baylibre.com
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/meson/g12a.c