From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
Fabio Estevam <festevam@gmail.com>,
Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
kernel@pengutronix.de, linux-imx@nxp.com,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/6] i.MX drivers update for 5.14
Date: Sun, 13 Jun 2021 16:25:39 +0800 [thread overview]
Message-ID: <20210613082544.16067-1-shawnguo@kernel.org> (raw)
Message-ID: <20210613082539.-dDTOk_ceOoC_ZQHOqGzO87sh8GvytFpcXXYW-lZ14w@z> (raw)
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.14
for you to fetch changes up to 2a53b9d47b13ae8816ce5a7e5adeb77009d2ca4d:
soc: imx: gpcv2: add support for i.MX8MN power domains (2021-06-12 11:51:28 +0800)
----------------------------------------------------------------
i.MX drivers update for 5.14:
- A patch series from Lucas Stach and Peng Fan adding i.MX8MM power
domains support into i.MX GPCv2 driver.
- A couple of patches from Adam Ford adding i.MX8MN power domains on top
of i.MX8MM power domain support.
----------------------------------------------------------------
Adam Ford (2):
dt-bindings: add defines for i.MX8MN power domains
soc: imx: gpcv2: add support for i.MX8MN power domains
Lucas Stach (11):
soc: imx: gpcv2: move to more ideomatic error handling in probe
soc: imx: gpcv2: move domain mapping to domain driver probe
soc: imx: gpcv2: switch to clk_bulk_* API
soc: imx: gpcv2: split power up and power down sequence control
soc: imx: gpcv2: wait for ADB400 handshake
soc: imx: gpcv2: add runtime PM support for power-domains
soc: imx: gpcv2: allow domains without power-sequence control
soc: imx: gpcv2: add support for optional resets
dt-bindings: power: add defines for i.MX8MM power domains
soc: imx: gpcv2: add support for i.MX8MM power domains
soc: imx: gpcv2: Add support for missing i.MX8MM VPU/DISPMIX power domains
Peng Fan (1):
soc: imx: gpcv2: move reset assert after requesting domain power up
.../devicetree/bindings/power/fsl,imx-gpcv2.yaml | 3 +
drivers/soc/imx/gpcv2.c | 634 +++++++++++++++++----
include/dt-bindings/power/imx8mm-power.h | 22 +
include/dt-bindings/power/imx8mn-power.h | 15 +
4 files changed, 559 insertions(+), 115 deletions(-)
create mode 100644 include/dt-bindings/power/imx8mm-power.h
create mode 100644 include/dt-bindings/power/imx8mn-power.h
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2021-06-13 8:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-13 8:25 Shawn Guo [this message]
2021-06-13 8:25 ` [GIT PULL 1/6] i.MX drivers update for 5.14 Shawn Guo
2021-06-13 8:25 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
2021-06-13 8:25 ` Shawn Guo
2021-06-13 8:25 ` [GIT PULL 3/6] i.MX dt-bindings update " Shawn Guo
2021-06-13 8:25 ` Shawn Guo
2021-06-13 8:25 ` [GIT PULL 4/6] i.MX device tree changes " Shawn Guo
2021-06-13 8:25 ` Shawn Guo
2021-06-13 8:25 ` [GIT PULL 5/6] i.MX arm64 " Shawn Guo
2021-06-13 8:25 ` Shawn Guo
2021-06-13 8:25 ` [GIT PULL 6/6] i.MX defconfig update " Shawn Guo
2021-06-13 8:25 ` Shawn Guo
2021-06-15 16:00 ` [GIT PULL 1/6] i.MX drivers " patchwork-bot+linux-soc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210613082544.16067-1-shawnguo@kernel.org \
--to=shawnguo@kernel.org \
--cc=arm@kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=soc@kernel.org \
--cc=stefan@agner.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).