linux-kernel.vger.kernel.org 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 v5.18-rc4
Date: Fri, 29 Apr 2022 13:44:51 -0700	[thread overview]
Message-ID: <20220429204451.2794649-1-sboyd@kernel.org> (raw)

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -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 a91b05f6b928e8fab750fc953d7df0aa6dc43547:

  Merge tag 'sunxi-clk-fixes-for-5.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes (2022-04-25 16:47:24 -0700)

----------------------------------------------------------------
A semi-large pile of clk driver fixes this time around. Nothing is
touching the core so these fixes are fairly well contained to specific
devices that use these clk drivers.

 - Some Allwinner SoC fixes to gracefully handle errors and mark an RTC
   clk as critical so that the RTC keeps ticking.

 - Fix AXI bus clks and RTC clk design for Microchip PolarFire SoC
   driver introduced this cycle. This has some devicetree bits acked by
   riscv maintainers. We're fixing it now so that the prior bindings
   aren't released in a major kernel version.

 - Remove a reset on Microchip PolarFire SoCs that broke when enabling
   CONFIG_PM.

 - Set a min/max for the Qualcomm graphics clk. This got broken by the
   clk rate range patches introduced this cycle.

----------------------------------------------------------------
Conor Dooley (10):
      clk: microchip: mpfs: don't reset disabled peripherals
      clk: microchip: mpfs: fix parents for FIC clocks
      clk: microchip: mpfs: mark CLK_ATHENA as critical
      riscv: dts: microchip: fix usage of fic clocks on mpfs
      dt-bindings: clk: mpfs document msspll dri registers
      dt-bindings: clk: mpfs: add defines for two new clocks
      dt-bindings: rtc: add refclk to mpfs-rtc
      clk: microchip: mpfs: re-parent the configurable clocks
      clk: microchip: mpfs: add RTCREF clock control
      riscv: dts: microchip: reparent mpfs clocks

Dmitry Baryshkov (1):
      clk: qcom: clk-rcg2: fix gfx3d frequency calculation

Samuel Holland (1):
      clk: sunxi-ng: sun6i-rtc: Mark rtc-32k as critical

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

Wan Jiabing (1):
      clk: sunxi-ng: fix not NULL terminated coccicheck error

Yang Yingliang (1):
      clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource()

 .../devicetree/bindings/clock/microchip,mpfs.yaml  |  13 +-
 .../bindings/rtc/microchip,mfps-rtc.yaml           |  15 +-
 .../boot/dts/microchip/microchip-mpfs-fabric.dtsi  |  16 +-
 .../dts/microchip/microchip-mpfs-icicle-kit.dts    |   2 +-
 arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi  |  10 +-
 drivers/clk/microchip/clk-mpfs.c                   | 195 +++++++++++++++++----
 drivers/clk/qcom/clk-rcg2.c                        |   2 +-
 drivers/clk/sunxi-ng/ccu-sun6i-rtc.c               |   2 +
 drivers/clk/sunxi/clk-sun9i-mmc.c                  |   2 +
 include/dt-bindings/clock/microchip,mpfs-clock.h   |   5 +-
 10 files changed, 216 insertions(+), 46 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:[~2022-04-29 20:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29 20:44 Stephen Boyd [this message]
2022-04-29 23:29 ` [GIT PULL] clk fixes for v5.18-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=20220429204451.2794649-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 NNTP newsgroup(s).