Merge tag 'clk-imx-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa...
authorStephen Boyd <sboyd@kernel.org>
Tue, 27 Feb 2024 22:24:05 +0000 (14:24 -0800)
committerStephen Boyd <sboyd@kernel.org>
Tue, 27 Feb 2024 22:24:05 +0000 (14:24 -0800)
commit79b92ba0ef73d7c33876abb2a5e71276f20afbd1
treed5f54e4c7864490dc6d0e484bacd2e4a62b6f386
parent6613476e225e090cc9aad49be7fa504e290dd33d
parent13269dc6c70444528f0093585e3559cd2f38850a
Merge tag 'clk-imx-6.9' of git://git./linux/kernel/git/abelvesa/linux into clk-imx

Pull i.MX clk driver updates from Abel Vesa:

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

* tag 'clk-imx-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux:
  clk: imx: imx8mp: Fix SAI_MCLK_SEL definition
  clk: imx: scu: Use common error handling code in imx_clk_scu_alloc_dev()
  clk: imx: composite-8m: Delete two unnecessary initialisations in __imx8m_clk_hw_composite()
  clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() after error detection