mbox series

[GIT,PULL] clk: samsung: drivers for v6.11

Message ID 20240702063120.5821-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] clk: samsung: drivers for v6.11 | expand

Pull-request

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

Message

Krzysztof Kozlowski July 2, 2024, 6:31 a.m. UTC
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e61f400d6cf3d598ac3ff88a47b34823f9e1f2d5:

  clk: samsung: gs101: mark gout_hsi2_ufs_embd_i_clk_unipro as critical (2024-07-01 10:15:30 +0200)

----------------------------------------------------------------
Samsung SoC clock drivers changes for 6.11

1. exynos-clkout: Remove usage of of_device_id table as .of_match_table,
   because the driver is instantiated as MFD cell, not as standalone
   platform driver.  Populated .of_match_table confused people few times
   to convert the code to device_get_match_data(), which broke the
   driver.

2. Mark one of UFS clocks as critical, because having it off stops the
   system from shutdown.

3. Cleanup: Use kmemdup_array() when applicable.

----------------------------------------------------------------
Andy Shevchenko (1):
      clk: samsung: Switch to use kmemdup_array()

Marek Szyprowski (1):
      clk: samsung: exynos-clkout: Remove misleading of_match_table/MODULE_DEVICE_TABLE

Peter Griffin (1):
      clk: samsung: gs101: mark gout_hsi2_ufs_embd_i_clk_unipro as critical

 drivers/clk/samsung/clk-cpu.c           | 4 ++--
 drivers/clk/samsung/clk-exynos-clkout.c | 7 ++++---
 drivers/clk/samsung/clk-gs101.c         | 2 +-
 drivers/clk/samsung/clk-pll.c           | 8 ++++----
 4 files changed, 11 insertions(+), 10 deletions(-)

Comments

Stephen Boyd July 2, 2024, 7:43 p.m. UTC | #1
Quoting Krzysztof Kozlowski (2024-07-01 23:31:19)
> The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
> 
>   Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-6.11
> 
> for you to fetch changes up to e61f400d6cf3d598ac3ff88a47b34823f9e1f2d5:
> 
>   clk: samsung: gs101: mark gout_hsi2_ufs_embd_i_clk_unipro as critical (2024-07-01 10:15:30 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next