mbox series

[GIT,PULL] clk: imx: Updates for v6.12

Message ID 20240904095710.2813541-1-abel.vesa@linaro.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] clk: imx: Updates for v6.12 | expand

Pull-request

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

Message

Abel Vesa Sept. 4, 2024, 9:57 a.m. UTC
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 32c055ef563c3a4a73a477839f591b1b170bde8e:

  clk: imx6ul: fix clock parent for IMX6UL_CLK_ENETx_REF_SEL (2024-09-04 12:39:38 +0300)

----------------------------------------------------------------
i.MX clocks changes for 6.12

- Use clk_hw pointer instead of fw_name for acm_aud_clk[0-1]_sel clocks
  on i.MX8Q as parents in ACM provider
- Add i.MX95 NETCMIX support to the block control provider
- Fix parents for ENETx_REF_SEL clocks on i.MX6UL

----------------------------------------------------------------
Michel Alex (1):
      clk: imx6ul: fix clock parent for IMX6UL_CLK_ENETx_REF_SEL

Shengjiu Wang (1):
      clk: imx: imx8: Use clk_hw pointer for self registered clock in clk_parent_data

Wei Fang (3):
      dt-bindings: clock: add i.MX95 NETCMIX block control
      dt-bindings: clock: add RMII clock selection
      clk: imx95: enable the clock of NETCMIX block control

 .../bindings/clock/nxp,imx95-blk-ctl.yaml          |  1 +
 drivers/clk/imx/clk-imx6ul.c                       |  4 +--
 drivers/clk/imx/clk-imx8-acm.c                     | 38 +++++++++++++++++-----
 drivers/clk/imx/clk-imx95-blk-ctl.c                | 30 +++++++++++++++++
 include/dt-bindings/clock/nxp,imx95-clock.h        |  3 ++
 5 files changed, 65 insertions(+), 11 deletions(-)

Comments

Stephen Boyd Sept. 5, 2024, 6:25 p.m. UTC | #1
Quoting Abel Vesa (2024-09-04 02:57:10)
> The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
> 
>   Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.12
> 
> for you to fetch changes up to 32c055ef563c3a4a73a477839f591b1b170bde8e:
> 
>   clk: imx6ul: fix clock parent for IMX6UL_CLK_ENETx_REF_SEL (2024-09-04 12:39:38 +0300)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next. I also found the v6.11 PR for clk-imx in my
repo for some reason :( Sorry about that! I've merged that into clk-next
as well now so the next merge window will get two cycles worth.
Abel Vesa Sept. 8, 2024, 8:25 p.m. UTC | #2
On 24-09-05 11:25:37, Stephen Boyd wrote:
> Quoting Abel Vesa (2024-09-04 02:57:10)
> > The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
> > 
> >   Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.12
> > 
> > for you to fetch changes up to 32c055ef563c3a4a73a477839f591b1b170bde8e:
> > 
> >   clk: imx6ul: fix clock parent for IMX6UL_CLK_ENETx_REF_SEL (2024-09-04 12:39:38 +0300)
> > 
> > ----------------------------------------------------------------
> 
> Thanks. Pulled into clk-next. I also found the v6.11 PR for clk-imx in my
> repo for some reason :( Sorry about that! I've merged that into clk-next
> as well now so the next merge window will get two cycles worth.

No worries. Please let me know if you want the pull requests in more
earlier or something.