[GIT,PULL] clk fixes for v6.5-rc4

Message ID 20230805012129.2619470-1-sboyd@kernel.org
State New
Headers
Series [GIT,PULL] clk fixes for v6.5-rc4 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

Message

Stephen Boyd Aug. 5, 2023, 1:21 a.m. UTC
  The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to ae9b14582ad03abb3db66ba3f8dc5ca443ff54a1:

  Merge tag 'clk-meson-fixes-v6.5-1' of https://github.com/BayLibre/clk-meson into clk-fixes (2023-07-26 11:47:57 -0700)

----------------------------------------------------------------
A few clk driver fixes for some SoC clk drivers:

 - Change a usleep() to udelay() to avoid scheduling while atomic
   in the Amlogic PLL code
 - Revert a patch to the Mediatek MT8183 driver that caused an
   out-of-bounds write
 - Return the right error value when devm_of_iomap() fails in
   imx93_clocks_probe()
 - Constrain the Kconfig for the fixed mmio clk so that it depends on
   HAS_IOMEM and can't be compiled on architectures such as s390

----------------------------------------------------------------
Baoquan He (1):
      clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEM

Chen-Yu Tsai (1):
      clk: mediatek: mt8183: Add back SSPM related clocks

Dmitry Rokosov (1):
      clk: meson: change usleep_range() to udelay() for atomic context

Geert Uytterhoeven (1):
      clk: imx93: Propagate correct error in imx93_clocks_probe()

Stephen Boyd (1):
      Merge tag 'clk-meson-fixes-v6.5-1' of https://github.com/BayLibre/clk-meson into clk-fixes

 drivers/clk/Kconfig               |  1 +
 drivers/clk/imx/clk-imx93.c       |  2 +-
 drivers/clk/mediatek/clk-mt8183.c | 27 +++++++++++++++++++++++++++
 drivers/clk/meson/clk-pll.c       |  4 ++--
 4 files changed, 31 insertions(+), 3 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Aug. 5, 2023, 8:19 p.m. UTC | #1
The pull request you sent on Fri,  4 Aug 2023 18:21:28 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c9d26d8de10f7c4decd10b6e75f5593c11ff9dfc

Thank you!