linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk fixes for v5.18-rc4
@ 2022-04-29 20:44 Stephen Boyd
  2022-04-29 23:29 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2022-04-29 20:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel

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

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

* Re: [GIT PULL] clk fixes for v5.18-rc4
  2022-04-29 20:44 [GIT PULL] clk fixes for v5.18-rc4 Stephen Boyd
@ 2022-04-29 23:29 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-04-29 23:29 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Linus Torvalds, Michael Turquette, linux-clk, linux-kernel

The pull request you sent on Fri, 29 Apr 2022 13:44:51 -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/c0e6265e6c2dd3f1bc37d929194c97079f7ffd3f

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:[~2022-04-29 23:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 20:44 [GIT PULL] clk fixes for v5.18-rc4 Stephen Boyd
2022-04-29 23:29 ` pr-tracker-bot

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