[GIT PULL] i.MX clock changes for 5.12

Shawn Guo shawnguo at kernel.org
Tue Feb 2 02:33:30 EST 2021


The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.12

for you to fetch changes up to de5774d192ba15539191ed8b0c79f3d52464b8e3:

  clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible header (2021-01-30 22:13:23 +0800)

----------------------------------------------------------------
i.MX clock changes for 5.12:

- Use pr_notice() instead of pr_warn() on i.MX6Q pre-boot ldb_di_clk
  reparenting.
- A couple of W=1 build warning fixes from Lee Jones.
- A series from Liu Ying that adds some SCU clocks support for i.MX8qxp
  DC0/MIPI-LVDS subsystems.
- A series from Lucas Stach that adds PLL monitor clocks for i.MX8MQ,
  and clkout1/2 support for i.MX8MM/MN.

----------------------------------------------------------------
Ahmad Fatoum (1):
      clk: imx6q: demote warning about pre-boot ldb_di_clk reparenting

Lee Jones (2):
      clk: imx: clk-imx31: Remove unused static const table 'uart_clks'
      clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible header

Liu Ying (4):
      clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 PLL clocks
      clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 bypass clocks
      clk: imx: clk-imx8qxp: Register DC0 display clocks with imx_clk_scu2()
      clk: imx: clk-imx8qxp: Add some SCU clocks support for MIPI-LVDS subsystems

Lucas Stach (3):
      clk: imx8mq: add PLL monitor output
      clk: imx8mm: add clkout1/2 support
      clk: imx8mn: add clkout1/2 support

 arch/arm/mach-imx/common.h               |  1 -
 arch/arm/mach-imx/cpuidle-imx6sl.c       |  1 +
 arch/arm/mach-imx/pm-imx6.c              |  1 +
 drivers/clk/imx/clk-imx31.c              | 10 ----------
 drivers/clk/imx/clk-imx6q.c              |  6 +++---
 drivers/clk/imx/clk-imx6sl.c             |  1 +
 drivers/clk/imx/clk-imx8mm.c             | 12 ++++++++++++
 drivers/clk/imx/clk-imx8mn.c             | 12 ++++++++++++
 drivers/clk/imx/clk-imx8mq.c             | 22 ++++++++++++++++++++++
 drivers/clk/imx/clk-imx8qxp.c            | 26 ++++++++++++++++++++++++--
 include/dt-bindings/clock/imx8-clock.h   |  2 ++
 include/dt-bindings/clock/imx8mm-clock.h | 10 +++++++++-
 include/dt-bindings/clock/imx8mn-clock.h |  9 ++++++++-
 include/dt-bindings/clock/imx8mq-clock.h | 16 +++++++++++++++-
 include/linux/clk/imx.h                  | 15 +++++++++++++++
 15 files changed, 125 insertions(+), 19 deletions(-)
 create mode 100644 include/linux/clk/imx.h



More information about the linux-arm-kernel mailing list