public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk fixes for v6.5-rc4
Date: Fri,  4 Aug 2023 18:21:28 -0700	[thread overview]
Message-ID: <20230805012129.2619470-1-sboyd@kernel.org> (raw)

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

             reply	other threads:[~2023-08-05  1:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-05  1:21 Stephen Boyd [this message]
2023-08-05 20:19 ` [GIT PULL] clk fixes for v6.5-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230805012129.2619470-1-sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox