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

From: Abel Vesa
Date: Tue Feb 27 2024 - 06:05:39 EST


The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 13269dc6c70444528f0093585e3559cd2f38850a:

clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (2024-02-26 11:05:58 +0200)

----------------------------------------------------------------
i.MX clocks changes for 6.9

- Minor clean-ups and error handling improvements in both composite-8m
and SCU clock drivers
- Fix for SAI_MCLK_SEL definition for i.MX8MP

----------------------------------------------------------------
Markus Elfring (3):
clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() after error detection
clk: imx: composite-8m: Delete two unnecessary initialisations in __imx8m_clk_hw_composite()
clk: imx: scu: Use common error handling code in imx_clk_scu_alloc_dev()

Shengjiu Wang (1):
clk: imx: imx8mp: Fix SAI_MCLK_SEL definition

drivers/clk/imx/clk-composite-8m.c | 16 +++++++++-------
drivers/clk/imx/clk-imx8mp-audiomix.c | 11 ++++++++---
drivers/clk/imx/clk-scu.c | 22 ++++++++++------------
3 files changed, 27 insertions(+), 22 deletions(-)