mbox series

[GIT,PULL] i.MX clock change for 5.10

Message ID 20200922090221.GA17284@dragon
State New
Headers show
Series [GIT,PULL] i.MX clock change for 5.10 | expand

Pull-request

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

Message

Shawn Guo Sept. 22, 2020, 9:02 a.m. UTC
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 805837740d0142c38ab94b2269ca28da3890ae68:

  clk: imx: imx21: Remove clock driver (2020-09-22 14:09:19 +0800)

----------------------------------------------------------------
i.MX clock change for 5.10:

- A series from Anson Huang to support building i.MX ARMv8 platforms
  clock driver as module.
- Remove i.MX21 clock driver, as i.MX21 platform support is being
  dropped.
- A couple of minor imx8mp clock correction from Jacky Bai.
- Add clock for CRC block found on vf610 SoC.
- A couple of clock flag fix-up from Peng Fan.
- Minor kerneldoc fix-up for i.MX clock drivers.

----------------------------------------------------------------
Anson Huang (7):
      clk: imx6sl: Use BIT(x) to avoid shifting signed 32-bit value by 31 bits
      clk: composite: Export clk_hw_register_composite()
      clk: imx: Support building i.MX common clock driver as module
      clk: imx: Add clock configuration for ARMv7 platforms
      clk: imx8m: Support module build
      clk: imx8qxp: Support building i.MX8QXP clock driver as module
      clk: imx: Explicitly include bits.h

Fabio Estevam (1):
      clk: imx: imx21: Remove clock driver

Jacky Bai (2):
      clk: imx: Correct the root clk of media ldb on imx8mp
      clk: imx: Correct the memrepair clock on imx8mp

Jonathan Neuschäfer (1):
      clk: imx: gate2: Fix a few typos

Krzysztof Kozlowski (2):
      clk: imx: vf610: Add CRC clock
      clk: imx: Fix and update kerneldoc

Peng Fan (2):
      clk: imx: fix composite peripheral flags
      clk: imx: fix i.MX7D peripheral clk mux flags

 drivers/clk/clk-composite.c              |   1 +
 drivers/clk/imx/Kconfig                  |  90 +++++++++++++---
 drivers/clk/imx/Makefile                 |  78 +++++++-------
 drivers/clk/imx/clk-busy.c               |   1 +
 drivers/clk/imx/clk-composite-7ulp.c     |   1 +
 drivers/clk/imx/clk-composite-8m.c       |   3 +
 drivers/clk/imx/clk-cpu.c                |   2 +
 drivers/clk/imx/clk-fixup-mux.c          |   1 +
 drivers/clk/imx/clk-frac-pll.c           |   2 +
 drivers/clk/imx/clk-gate2.c              |   4 +-
 drivers/clk/imx/clk-imx21.c              | 171 -------------------------------
 drivers/clk/imx/clk-imx6q.c              |   1 +
 drivers/clk/imx/clk-imx6sl.c             |  15 +--
 drivers/clk/imx/clk-imx6sx.c             |   1 +
 drivers/clk/imx/clk-imx7d.c              | 132 ++++++++++++------------
 drivers/clk/imx/clk-imx8mm.c             |   4 +
 drivers/clk/imx/clk-imx8mn.c             |   4 +
 drivers/clk/imx/clk-imx8mp.c             |  28 +++--
 drivers/clk/imx/clk-imx8mq.c             |   4 +
 drivers/clk/imx/clk-imx8qxp-lpcg.c       |   4 +
 drivers/clk/imx/clk-imx8qxp.c            |   4 +
 drivers/clk/imx/clk-lpcg-scu.c           |   1 +
 drivers/clk/imx/clk-pfd.c                |   2 +-
 drivers/clk/imx/clk-pfdv2.c              |   2 +-
 drivers/clk/imx/clk-pll14xx.c            |   7 +-
 drivers/clk/imx/clk-pllv1.c              |   1 +
 drivers/clk/imx/clk-pllv3.c              |   5 +-
 drivers/clk/imx/clk-pllv4.c              |   1 +
 drivers/clk/imx/clk-sscg-pll.c           |   2 +
 drivers/clk/imx/clk-vf610.c              |   2 +
 drivers/clk/imx/clk.c                    |  18 +++-
 drivers/clk/imx/clk.h                    |   7 ++
 include/dt-bindings/clock/imx8mp-clock.h |   2 +-
 include/dt-bindings/clock/vf610-clock.h  |   3 +-
 34 files changed, 281 insertions(+), 323 deletions(-)
 delete mode 100644 drivers/clk/imx/clk-imx21.c

Comments

Stephen Boyd Sept. 22, 2020, 7:24 p.m. UTC | #1
Quoting Shawn Guo (2020-09-22 02:02:22)
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> 
>   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.10
> 
> for you to fetch changes up to 805837740d0142c38ab94b2269ca28da3890ae68:
> 
>   clk: imx: imx21: Remove clock driver (2020-09-22 14:09:19 +0800)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next