[GIT PULL 2/4] i.MX drivers change for 6.1
Shawn Guo
shawnguo at kernel.org
Sun Sep 18 02:28:04 PDT 2022
Hi,
This is the i.MX drivers changeset for 6.1. It's built on top of
imx/bindings branch (tag imx-bindings-6.1) to resolve the dependency
on DT bindings header. Please consider to pull, thanks!
Shawn
The following changes since commit 64e61a940d96184d294f431848a28765f44525fa:
dt-bindings: arm: imx: update fsl.yaml for imx8dxl (2022-09-17 16:25:50 +0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-6.1
for you to fetch changes up to e9aa77d413c903ba4cf7da3fe0b419cae5b97a81:
soc: imx: add i.MX93 media blk ctrl driver (2022-09-17 16:31:06 +0800)
----------------------------------------------------------------
i.MX drivers change for 6.1:
- Update i.MX8MP blk-ctrl driver to handle PCIe PHY reset bit.
- Add interconnect support into i.MX8MP blk-ctrl driver, so that i.MX8MP
NoC can be set up properly after related power domain is up.
- Add blk-ctrl support for i.MX8MP HDMI HDCP/HRV and VPU block.
- Add i.MX93 SRC power domain and MEDIA blk-ctrl driver.
- Update imx8m-blk-ctrl driver to use genpd_xlate_onecell.
----------------------------------------------------------------
Lucas Stach (1):
soc: imx: imx8mp-blk-ctrl: handle PCIe PHY resets
Peng Fan (7):
soc: imx: add icc paths for i.MX8MP media blk ctrl
soc: imx: add icc paths for i.MX8MP hsio/hdmi blk ctrl
soc: imx: add i.MX8MP HDMI blk ctrl HDCP/HRV_MWR
soc: imx: imx8m-blk-ctrl: add i.MX8MP VPU blk ctrl
soc: imx: imx8m-blk-ctrl: Use genpd_xlate_onecell
soc: imx: add i.MX93 SRC power domain driver
soc: imx: add i.MX93 media blk ctrl driver
drivers/soc/imx/Kconfig | 8 +
drivers/soc/imx/Makefile | 2 +
drivers/soc/imx/imx8m-blk-ctrl.c | 96 +++++++--
drivers/soc/imx/imx8mp-blk-ctrl.c | 89 ++++++--
drivers/soc/imx/imx93-blk-ctrl.c | 436 ++++++++++++++++++++++++++++++++++++++
drivers/soc/imx/imx93-pd.c | 164 ++++++++++++++
drivers/soc/imx/imx93-src.c | 33 +++
7 files changed, 800 insertions(+), 28 deletions(-)
create mode 100644 drivers/soc/imx/imx93-blk-ctrl.c
create mode 100644 drivers/soc/imx/imx93-pd.c
create mode 100644 drivers/soc/imx/imx93-src.c
More information about the linux-arm-kernel
mailing list