2022-11-16 10:34:33

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL] clk: samsung: Pull for v6.2

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-6.2

for you to fetch changes up to 2bc5febd05abe86c3e3d4b4f18dff4bc4316c1be:

clk: samsung: Revert "clk: samsung: exynos-clkout: Use of_device_get_match_data()" (2022-11-15 10:36:54 +0100)

----------------------------------------------------------------
Samsung SoC clock drivers changes for 6.1

1. Fix calling of_device_get_match_data() on wrong device (parent's) in
Exynos clock out driver.
2. Correct clock name in bindings of ExynosAutov9 clocks.
3. Correct parents of div4 clock on Exynos7885.

----------------------------------------------------------------
David Virag (1):
clk: samsung: exynos7885: Correct "div4" clock parents

Inbaraj E (1):
dt-bindings: clock: exynosautov9: fix reference to CMU_FSYS1

Marek Szyprowski (1):
clk: samsung: Revert "clk: samsung: exynos-clkout: Use of_device_get_match_data()"

.../devicetree/bindings/clock/samsung,exynosautov9-clock.yaml | 2 +-
drivers/clk/samsung/clk-exynos-clkout.c | 6 ++++--
drivers/clk/samsung/clk-exynos7885.c | 4 ++--
3 files changed, 7 insertions(+), 5 deletions(-)


2022-11-23 01:00:38

by Stephen Boyd

[permalink] [raw]
Subject: Re: [GIT PULL] clk: samsung: Pull for v6.2

Quoting Krzysztof Kozlowski (2022-11-16 01:26:16)
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
>
> Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-6.2
>
> for you to fetch changes up to 2bc5febd05abe86c3e3d4b4f18dff4bc4316c1be:
>
> clk: samsung: Revert "clk: samsung: exynos-clkout: Use of_device_get_match_data()" (2022-11-15 10:36:54 +0100)
>
> ----------------------------------------------------------------

Thanks. Pulled into clk-fixes even though the subject says v6.2 they
look like fixes that we really want now instead of later.