mbox series

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

Message ID 20220222075226.160187-1-shawnguo@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/6] i.MX drivers update for 5.18 | expand

Pull-request

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

Message

Shawn Guo Feb. 22, 2022, 7:52 a.m. UTC
Hi,

Commit 7a7b1414ea9a ("dt-bindings: power: imx8mq: add defines for VPU
blk-ctrl domains") on imx/bindings branch is merged here to resolve
a dependency on VPU blk-ctrl domain defines.

Please consider to pull, thanks!

Shawn


The following changes since commit 7a7b1414ea9a3641672be768afe16f583f0b76e7:

  dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains (2022-02-11 10:49:26 +0800)

are available in the Git repository at:

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

for you to fetch changes up to e6cb5408289f4202f4088731a4ac98c7ffaedb9d:

  bus: imx-weim: add DT overlay support for WEIM bus (2022-02-22 14:55:12 +0800)

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

- Drop LS1021A device check from soc-imx driver as it's unneeded since
  commit commit 4ebd29f91629 ("soc: imx: Register SoC device only on
  i.MX boards").
- Add support for power domains provided by the VPU blk-ctrl on the
  i.MX8MQ.
- Add resource owner management API which will be used to check whether
  M4 is under control of Linux.
- Add VPU MU resources support into SCU power domain driver.
- Support DT overlay for WEIM bus driver with OF reconfiguration
  notifier handler.

----------------------------------------------------------------
Fabio Estevam (1):
      soc: imx: Remove Layerscape check

Ivan Bornyakov (1):
      bus: imx-weim: add DT overlay support for WEIM bus

Lucas Stach (1):
      soc: imx: imx8m-blk-ctrl: add i.MX8MQ VPU blk-ctrl

Ming Qian (1):
      firmware: imx: scu-pd: imx8q: add vpu mu resources

Peng Fan (1):
      firmware: imx: add get resource owner api

Shawn Guo (1):
      Merge commit '7a7b1414ea9a3641672be768afe16f583f0b76e7' into imx/drivers

 drivers/bus/imx-weim.c              | 135 +++++++++++++++++++++++++++++++++---
 drivers/firmware/imx/rm.c           |  45 ++++++++++++
 drivers/firmware/imx/scu-pd.c       |   4 ++
 drivers/soc/imx/imx8m-blk-ctrl.c    |  66 ++++++++++++++++++
 drivers/soc/imx/soc-imx.c           |   3 -
 include/linux/firmware/imx/svc/rm.h |   5 ++
 6 files changed, 246 insertions(+), 12 deletions(-)