All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk fixes for v6.5-rc4
@ 2023-08-05  1:21 Stephen Boyd
  2023-08-05 20:19 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2023-08-05  1:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel

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(-)

-- 
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] clk fixes for v6.5-rc4
  2023-08-05  1:21 [GIT PULL] clk fixes for v6.5-rc4 Stephen Boyd
@ 2023-08-05 20:19 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-08-05 20:19 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Linus Torvalds, Michael Turquette, linux-clk, linux-kernel

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-05 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05  1:21 [GIT PULL] clk fixes for v6.5-rc4 Stephen Boyd
2023-08-05 20:19 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.