[GIT PULL] clk fixes for v6.3-rc6
From: Stephen Boyd
Date: Thu Apr 13 2023 - 18:41:04 EST
The following changes since commit 5cf9d015be160e2d90d29ae74ef1364390e8fce8:
clk: Avoid invalid function names in CLK_OF_DECLARE() (2023-03-09 15:40:49 -0800)
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 632e04739c8f45c2d9ca4d4c5bd18d80c2ac9296:
clk: rs9: Fix suspend/resume (2023-03-21 10:47:06 -0700)
----------------------------------------------------------------
A few more clk driver fixes
- Set the max_register member of the spreadtrum regmap so that reads
don't go off the end of the I/O space
- Avoid a clk parent error in the i.MX imx6ul driver when the selector
is unknown
- Fix an oops due to REGCACHE_NONE usage by the Renesas 9-series driver
----------------------------------------------------------------
Alexander Stein (1):
clk: rs9: Fix suspend/resume
Chunyan Zhang (1):
clk: sprd: set max_register according to mapping range
Oleksij Rempel (1):
clk: imx6ul: fix "failed to get parent" error
drivers/clk/clk-renesas-pcie.c | 3 ++-
drivers/clk/imx/clk-imx6ul.c | 10 ++++++----
drivers/clk/sprd/common.c | 9 ++++++---
3 files changed, 14 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