Hi Stephen, Mike, The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git tags/clk-v5.10-samsung for you to fetch changes up to ff8e0ff9b99643a32f7e33a96867e76d0fa10f76: clk: samsung: Use cached clk_hws instead of __clk_lookup() calls (2020-09-17 12:05:18 +0200) ---------------------------------------------------------------- clk/samsung updates for 5.10 Minor refactoring removing most of the __clk_lookup() calls. ---------------------------------------------------------------- Marek Szyprowski (1): clk: samsung: Keep top BPLL mux on Exynos542x enabled Sylwester Nawrocki (5): clk: samsung: exynos5420: Add definition of clock ID for mout_sw_aclk_g3d clk: samsung: exynos5420: Avoid __clk_lookup() calls when enabling clocks clk: samsung: Add clk ID definitions for the CPU parent clocks clk: samsung: exynos5420/5250: Add IDs to the CPU parent clk definitions clk: samsung: Use cached clk_hws instead of __clk_lookup() calls drivers/clk/samsung/clk-cpu.c | 37 +++++++++++--------------- drivers/clk/samsung/clk-cpu.h | 6 ++--- drivers/clk/samsung/clk-exynos3250.c | 6 +++-- drivers/clk/samsung/clk-exynos4.c | 7 +++-- drivers/clk/samsung/clk-exynos5250.c | 8 +++--- drivers/clk/samsung/clk-exynos5420.c | 30 +++++++++++++-------- drivers/clk/samsung/clk-exynos5433.c | 10 +++++-- include/dt-bindings/clock/exynos5250.h | 4 ++- include/dt-bindings/clock/exynos5420.h | 6 +++++ 9 files changed, 68 insertions(+), 46 deletions(-) -- Regards, Sylwester