From: Shawn Guo <shawnguo@kernel.org>
To: arm@kernel.org
Cc: Fabio Estevam <fabio.estevam@nxp.com>,
Shawn Guo <shawnguo@kernel.org>,
linux-imx@nxp.com, kernel@pengutronix.de,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/7] i.MX drivers changes for 4.21
Date: Mon, 10 Dec 2018 15:46:32 +0800 [thread overview]
Message-ID: <20181210074638.27873-1-shawnguo@kernel.org> (raw)
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.21
for you to fetch changes up to b6444cf5fa607469d9a14edef2edad32773f4514:
soc: imx: gpc: Increase GPC_CLK_MAX to 7 (2018-12-10 08:51:12 +0800)
----------------------------------------------------------------
i.MX drivers change for 4.21:
- A series from Aisheng that improves SCU power domain bindings by
defining '#power-domain-cells' as 1, and adds i.MX8 SCU power domain
driver support on top of it.
- A series from Lucas that updates gpcv2 driver for scalability and
adds i.MX8MQ support into the driver.
- Increase gpc driver GPC_CLK_MAX definition to 7, as DISPLAY power
domain on imx6sx has 7 clocks.
----------------------------------------------------------------
A.s. Dong (5):
dt-bindings: imx: add scu resource id headfile
firmware: imx: remove resource id enums
dt-bindings: fsl: scu: update power domain binding
firmware: imx: add pm svc headfile
firmware: imx: add SCU power domain driver
Leonard Crestez (1):
soc: imx: gpc: Increase GPC_CLK_MAX to 7
Lucas Stach (3):
soc: imx: gpcv2: prefix i.MX7 specific defines
soc: imx: gpcv2: move register access table to domain data
soc: imx: gpcv2: add support for i.MX8MQ SoC
.../devicetree/bindings/arm/freescale/fsl,scu.txt | 37 +-
.../devicetree/bindings/power/fsl,imx-gpcv2.txt | 7 +-
drivers/firmware/imx/Kconfig | 6 +
drivers/firmware/imx/Makefile | 3 +-
drivers/firmware/imx/scu-pd.c | 339 +++++++++++++
drivers/soc/imx/Kconfig | 6 +-
drivers/soc/imx/Makefile | 2 +-
drivers/soc/imx/gpc.c | 2 +-
drivers/soc/imx/gpcv2.c | 296 +++++++++--
include/dt-bindings/firmware/imx/rsrc.h | 559 +++++++++++++++++++++
include/dt-bindings/power/imx8mq-power.h | 21 +
include/linux/firmware/imx/sci.h | 1 +
include/linux/firmware/imx/svc/pm.h | 85 ++++
include/linux/firmware/imx/types.h | 552 --------------------
14 files changed, 1284 insertions(+), 632 deletions(-)
create mode 100644 drivers/firmware/imx/scu-pd.c
create mode 100644 include/dt-bindings/firmware/imx/rsrc.h
create mode 100644 include/dt-bindings/power/imx8mq-power.h
create mode 100644 include/linux/firmware/imx/svc/pm.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:[~2018-12-10 7:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-10 7:46 Shawn Guo [this message]
2018-12-10 7:46 ` [GIT PULL 2/7] i.MX SoC changes for 4.21 Shawn Guo
2018-12-11 2:51 ` Shawn Guo
2018-12-12 21:53 ` Olof Johansson
2018-12-10 7:46 ` [GIT PULL 3/7] i.MX device tree update " Shawn Guo
2018-12-12 20:55 ` Olof Johansson
2018-12-10 7:46 ` [GIT PULL 4/7] i.MX7D PICO boards " Shawn Guo
2018-12-12 20:56 ` Olof Johansson
2018-12-10 7:46 ` [GIT PULL 5/7] i.MX7ULP device tree " Shawn Guo
2018-12-12 20:58 ` Olof Johansson
2018-12-10 7:46 ` [GIT PULL 6/7] Freescale arm64 device tree update " Shawn Guo
2018-12-12 21:00 ` Olof Johansson
2018-12-10 7:46 ` [GIT PULL 7/7] i.MX defconfig " Shawn Guo
2018-12-12 21:47 ` Olof Johansson
2018-12-12 21:33 ` [GIT PULL 1/7] i.MX drivers changes " Olof Johansson
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=20181210074638.27873-1-shawnguo@kernel.org \
--to=shawnguo@kernel.org \
--cc=arm@kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
/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).