Hi Stephen, Mike, The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git tags/clk-v5.3-samsung for you to fetch changes up to 7ef91224c4864202958b018cd5612db5cc9dc67d: clk: samsung: Add bus clock for GPU/G3D on Exynos4412 (2019-06-19 10:50:51 +0200) ---------------------------------------------------------------- clk/samsung updates for 5.3 Addition of clocks required for new Exynos5422 Dynamic Memory Controller driver, clock definition for Exynos4412 Mali, minor clean up of clk-exynos5433.c. ---------------------------------------------------------------- Kefeng Wang (1): clk: samsung: exynos5433: Use of_clk_get_parent_count() Krzysztof Kozlowski (1): clk: samsung: Add bus clock for GPU/G3D on Exynos4412 Lukasz Luba (3): clk: samsung: add needed IDs for DMC clocks in Exynos5420 clk: samsung: add BPLL rate table for Exynos 5422 SoC clk: samsung: add new clocks for DMC for Exynos5422 SoC drivers/clk/samsung/clk-exynos4.c | 1 + drivers/clk/samsung/clk-exynos5420.c | 78 +++++++++++++++++++++++++--- drivers/clk/samsung/clk-exynos5433.c | 4 +- include/dt-bindings/clock/exynos4.h | 1 + include/dt-bindings/clock/exynos5420.h | 18 ++++++- 5 files changed, 92 insertions(+), 10 deletions(-) Thanks Sylwester