Hi,
Commit 'f11cf9e35e7f' from imx-bindings-5.19 is merged here to resolve
the dependency on constants in imx8mp-power.h. Please consider to pull,
thanks!
Shawn
The following changes since commit f11cf9e35e7f740d158e298baf5764bcdd8a199e:
dt-bindings: power: imx8mp: add defines for HDMI blk-ctrl domains (2022-05-05 09:24:41 +0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.19
for you to fetch changes up to 7a0c5cb67166ba546ec52e2dc2145b8f89caa9fc:
soc: imx: fix semicolon.cocci warnings (2022-05-05 20:51:52 +0800)
----------------------------------------------------------------
i.MX drivers update for 5.19:
- A series from Lucas and Paul to update GPCv2 driver for i.MX8MP power
domains, and add HSIO and HDMI block control support.
----------------------------------------------------------------
Lucas Stach (5):
soc: imx: gpcv2: add PGC control register indirection
soc: imx: gpcv2: add support for i.MX8MP power domains
soc: imx: imx8m-blk-ctrl: set power device name
soc: imx: add i.MX8MP HSIO blk-ctrl
soc: imx: add i.MX8MP HDMI blk-ctrl
Paul Elder (1):
soc: imx: imx8m-blk-ctrl: Add i.MX8MP media blk-ctrl
Shawn Guo (1):
Merge commit 'f11cf9e35e7f' into imx/drivers
kernel test robot (1):
soc: imx: fix semicolon.cocci warnings
drivers/soc/imx/Makefile | 1 +
drivers/soc/imx/gpcv2.c | 430 ++++++++++++++++++++++-
drivers/soc/imx/imx8m-blk-ctrl.c | 124 ++++++-
drivers/soc/imx/imx8mp-blk-ctrl.c | 696 ++++++++++++++++++++++++++++++++++++++
4 files changed, 1237 insertions(+), 14 deletions(-)
create mode 100644 drivers/soc/imx/imx8mp-blk-ctrl.c