mbox series

[GIT,PULL] clk: imx: Updates for v5.17

Message ID 1639866882-9578-1-git-send-email-abel.vesa@nxp.com
State New
Headers show
Series [GIT,PULL] clk: imx: Updates for v5.17 | expand

Pull-request

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

Message

Abel Vesa Dec. 18, 2021, 10:34 p.m. UTC
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9dd81021084ff22cf88a180d720f4f4b47392059:

  clk: imx8mp: Fix the parent clk of the audio_root_clk (2021-11-22 17:33:12 +0200)

----------------------------------------------------------------
i.MX clock changes for 5.17

- Set suppress_bind_attrs to true for i.MX8ULP driver
- Switch from do_div to div64_ul for throughout all drivers
- Fix imx8mn_clko1_sels for i.MX8MN
- Remove unused IPG_AUDIO_ROOT from i.MX8MP
- Switch parent for audio_root_clk to audio ahb in i.MX8MP driver

----------------------------------------------------------------
Adam Ford (1):
      clk: imx8mn: Fix imx8mn_clko1_sels

Changcheng Deng (1):
      clk: imx: Use div64_ul instead of do_div

Hui Wang (2):
      clk: imx8mp: Remove IPG_AUDIO_ROOT from imx8mp-clock.h
      clk: imx8mp: Fix the parent clk of the audio_root_clk

Peng Fan (1):
      clk: imx: imx8ulp: set suppress_bind_attrs to true

 drivers/clk/imx/clk-imx8mn.c             | 6 +++---
 drivers/clk/imx/clk-imx8mp.c             | 2 +-
 drivers/clk/imx/clk-imx8ulp.c            | 1 +
 drivers/clk/imx/clk-pllv3.c              | 6 +++---
 include/dt-bindings/clock/imx8mp-clock.h | 1 -
 5 files changed, 8 insertions(+), 8 deletions(-)

Comments

Stephen Boyd Jan. 4, 2022, 9:04 p.m. UTC | #1
Quoting Abel Vesa (2021-12-18 14:34:42)
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-5.17
> 
> for you to fetch changes up to 9dd81021084ff22cf88a180d720f4f4b47392059:
> 
>   clk: imx8mp: Fix the parent clk of the audio_root_clk (2021-11-22 17:33:12 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next