mbox series

[GIT,PULL] clk: samsung: Pull for v6.2

Message ID 20221116092616.17960-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit 0d51d0db9f92fcf56bee6d500a1cde8fafb5b411
Headers show
Series [GIT,PULL] clk: samsung: Pull for v6.2 | expand

Pull-request

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

Message

Krzysztof Kozlowski Nov. 16, 2022, 9:26 a.m. UTC
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(-)

Comments

Stephen Boyd Nov. 23, 2022, 12:47 a.m. UTC | #1
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.