mbox series

[GIT,PULL,1/6] i.MX drivers update for 5.7

Message ID 20200318051918.32579-1-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/6] i.MX drivers update for 5.7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.7

Message

Shawn Guo March 18, 2020, 5:19 a.m. UTC
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.7

for you to fetch changes up to 2a52651292ad9e642d205ce2ece2686d3b3395a7:

  soc: imx: drop COMPILE_TEST for IMX_SCU_SOC (2020-03-16 11:44:40 +0800)

----------------------------------------------------------------
i.MX drivers update for 5.7:

 - Update SCU power domain driver to include PD ranges for audio, CM40
   I2C and INTMUX, also  enlarge PD range for mu_b.
 - Remove IMX_SC_RPC_SVC_ABORT from SCU API, as it was added by mistake.
 - Increase build test coverage for i.MX8M SoC and IMX_SCU driver.
 - Improve i.MX GPC power up sequencing to ensure that the reset is
   properly propagated through the peripheral devices in the power
   domain.

----------------------------------------------------------------
Anson Huang (1):
      firmware: imx: add COMPILE_TEST for IMX_SCU driver

Daniel Baluta (1):
      firmware: imx: scu-pd: Add missing audio PD ranges

Joakim Zhang (1):
      firmware: imx: scu-pd: add power domain for I2C and INTMUX in CM40 SS

Leonard Crestez (2):
      soc: imx: gpcv2: include linux/sizes.h
      firmware: imx: Remove IMX_SC_RPC_SVC_ABORT

Lucas Stach (1):
      soc: imx: gpc: fix power up sequencing

Peng Fan (2):
      soc: imx: increase build coverage for imx8m soc driver
      soc: imx: drop COMPILE_TEST for IMX_SCU_SOC

Sebastien Fagard (1):
      firmware: imx: scu-pd: enlarge PD range for mu_b

 drivers/firmware/imx/Kconfig                |  2 +-
 drivers/firmware/imx/scu-pd.c               | 13 ++++++++++++-
 drivers/soc/Makefile                        |  2 +-
 drivers/soc/imx/Kconfig                     | 11 ++++++++++-
 drivers/soc/imx/Makefile                    |  2 +-
 drivers/soc/imx/gpc.c                       | 24 +++++++++++++-----------
 drivers/soc/imx/gpcv2.c                     |  1 +
 drivers/soc/imx/{soc-imx8.c => soc-imx8m.c} |  0
 include/linux/firmware/imx/ipc.h            |  1 -
 9 files changed, 39 insertions(+), 17 deletions(-)
 rename drivers/soc/imx/{soc-imx8.c => soc-imx8m.c} (100%)