[GIT PULL] clk fixes for v6.4-rc6

From: Stephen Boyd
Date: Sat Jun 17 2023 - 00:36:39 EST


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

Linux 6.4-rc1 (2023-05-07 13:34:35 -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 23200a4c8ac284f8b4263d7cecaefecaa3ad6732:

clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr (2023-06-14 17:22:17 -0700)

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

- Fix an OOB issue in the Mediatek mt8365 driver where arrays of clks
are mismatched in size

- Use the proper clk_ops for a few clks in the Mediatek mt8365 driver

- Stop using abs() in clk_composite_determine_rate() because 64-bit
math goes wrong on large unsigned long numbers that are subtracted
and passed into abs()

- Zero initialize a struct clk_init_data in clk-loongson2 to avoid
stack junk confusing clk_hw_register()

- Actually use a pointer to __iomem for writel() in
pxa3xx_clk_update_accr() so we don't oops

----------------------------------------------------------------
Alexandre Mergnat (1):
clk: mediatek: mt8365: Fix index issue

Arnd Bergmann (1):
clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr

Binbin Zhou (1):
clk: clk-loongson2: Zero init clk_init_data

Markus Schneider-Pargmann (1):
clk: mediatek: mt8365: Fix inverted topclk operations

Sebastian Reichel (1):
clk: composite: Fix handling of high clock rates

drivers/clk/clk-composite.c | 5 ++++-
drivers/clk/clk-loongson2.c | 2 +-
drivers/clk/mediatek/clk-mt8365.c | 18 +++++++++++++++---
drivers/clk/pxa/clk-pxa3xx.c | 2 +-
4 files changed, 21 insertions(+), 6 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