[GIT PULL] clk: imx: Updates for v6.5

From: Abel Vesa
Date: Wed Jun 14 2023 - 08:11: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:

git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.5

for you to fetch changes up to 878b02d5f3b56cb090dbe2c70c89273be144087f:

clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe() (2023-06-12 12:20:02 +0300)

----------------------------------------------------------------
i.MX clocks changes for 6.5

- Remove CLK_SET_RATE_PARENT flag from LDB clocks on i.MX6SX
- Keep UART clocks enabled during kernel boot if earlycon is set
- Drop the imx_unregister_clocks as there are no users for it
- Switch to _safe iterator on imx_clk_scu_unregister to avoid use after free
- Add determine_rate op to the imx8m composite clock
- Use device managed API for iomap and kzalloc for i.MXRT1050,
i.MX8MN, i.MX8MP and i.MX93 clock controller drivers
- Add missing interrupt DT property for the i.MX8M clock controller

----------------------------------------------------------------
Adam Ford (1):
clk: imx: composite-8m: Add imx8m_divider_determine_rate

Alexander Stein (2):
clk: imx6ul: retain early UART clocks during kernel init
dt-bindings: clock: imx8m: Add missing interrupt property

Dan Carpenter (1):
clk: imx: scu: use _safe list iterator to avoid a use after free

Fabio Estevam (1):
clk: imx: imx6sx: Remove CLK_SET_RATE_PARENT from the LDB clocks

Hao Luo (1):
clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe

Kai Ma (1):
clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe

Peng Fan (1):
clk: imx: drop imx_unregister_clocks

Yuxing Liu (1):
clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()

Zhanhao Hu (1):
clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe

.../devicetree/bindings/clock/imx8m-clock.yaml | 3 +++
drivers/clk/imx/clk-composite-8m.c | 31 ++++++++++++++++++++++
drivers/clk/imx/clk-imx6sx.c | 8 +++---
drivers/clk/imx/clk-imx6ul.c | 2 ++
drivers/clk/imx/clk-imx8mn.c | 8 +++---
drivers/clk/imx/clk-imx8mp.c | 24 +++++++++--------
drivers/clk/imx/clk-imx93.c | 15 ++++++-----
drivers/clk/imx/clk-imxrt1050.c | 22 ++++++++++-----
drivers/clk/imx/clk-scu.c | 4 +--
drivers/clk/imx/clk.c | 8 ------
drivers/clk/imx/clk.h | 1 -
11 files changed, 82 insertions(+), 44 deletions(-)