[GIT PULL] clk fixes for v5.18-rc4

From: Stephen Boyd
Date: Fri Apr 29 2022 - 16:44:58 EST


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