Linux-Clk Archive mirror
 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.9-rc6
Date: Fri,  3 May 2024 20:06:06 -0700	[thread overview]
Message-ID: <20240504030607.999295-1-sboyd@kernel.org> (raw)

The following changes since commit d3e8a91a848a5941e3c31ecebd6b2612b37e01a6:

  clk: mediatek: mt7988-infracfg: fix clocks for 2nd PCIe port (2024-04-10 20:50:26 -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 aacb99de1099346244d488bdf7df489a44278574:

  clk: samsung: Revert "clk: Use device_get_match_data()" (2024-04-30 14:24:27 -0700)

----------------------------------------------------------------
A handful of clk driver fixes:

 - Avoid a deadlock in the Qualcomm clk driver by making the regulator
   which supplies the GDSC optional.

 - Restore RPM clks on Qualcomm msm8976 by setting num_clks.

 - Fix Allwinner H6 CPU rate changing logic to avoid system crashes by
   temporarily reparenting the CPU clk to something that isn't being
   changed.

 - Set a MIPI PLL min/max rate on Allwinner A64 to fix blank screens on
   some devices.

 - Revert back to of_match_device() in the Samsung clkout driver to get
   the match data based on the parent device's compatible string.

----------------------------------------------------------------
Adam Skladowski (1):
      clk: qcom: smd-rpm: Restore msm8976 num_clk

Frank Oltmanns (2):
      clk: sunxi-ng: common: Support minimum and maximum rate
      clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPI

Jernej Skrabec (1):
      clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change

Johan Hovold (1):
      clk: qcom: gdsc: treat optional supplies as optional

Marek Szyprowski (1):
      clk: samsung: Revert "clk: Use device_get_match_data()"

Stephen Boyd (2):
      Merge tag 'qcom-clk-fixes-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into clk-fixes
      Merge tag 'sunxi-clk-fixes-for-6.9-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes

 drivers/clk/qcom/clk-smd-rpm.c          |  1 +
 drivers/clk/qcom/gdsc.c                 | 11 ++++++++---
 drivers/clk/samsung/clk-exynos-clkout.c | 13 ++++++++++---
 drivers/clk/sunxi-ng/ccu-sun50i-a64.c   |  2 ++
 drivers/clk/sunxi-ng/ccu-sun50i-h6.c    | 19 +++++++++++++++++--
 drivers/clk/sunxi-ng/ccu_common.c       | 19 +++++++++++++++++++
 drivers/clk/sunxi-ng/ccu_common.h       |  3 +++
 7 files changed, 60 insertions(+), 8 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:[~2024-05-04  3:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-04  3:06 Stephen Boyd [this message]
2024-05-05 17:12 ` [GIT PULL] clk fixes for v6.9-rc6 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=20240504030607.999295-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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).