From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: 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] i.MX fixes for 5.13
Date: Thu, 27 May 2021 09:17:59 +0800 [thread overview]
Message-ID: <20210527011758.GD8194@dragon> (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-fixes-5.13
for you to fetch changes up to b73eb6b3b91ff7d76cff5f8c7ab92fe0c51e3829:
ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells (2021-05-23 13:36:59 +0800)
----------------------------------------------------------------
i.MX fixes for 5.13:
- Fix missing-prototypes warning of 'imx27_pm_init' in i.MX27 platform
pm code.
- A couple of patches from Fabio Estevam to fix 'tuning-step' property
in imx7d-meerkat96 and imx7d-pico DT.
- Fix '#gpio-cells' of nxp,pca8574 device in imx6qdl-emcon-avari DT.
- A couple of patches from Lucas Stach to fix regulator and voltage for
imx8mq-zii-ultra board.
- Add missing regulators for imx6q-dhcom to avoid possible instability
issues.
- Fix memory-controller settings for fsl-ls1028a DT.
- Fix RGMII clock and voltage for a couple of fsl-ls1028a-kontron-sl28
boards.
- Fix RGMII connection to QCA8334 switch for imx6dl-yapp4 board.
----------------------------------------------------------------
Fabio Estevam (3):
ARM: imx: pm-imx27: Include "common.h"
ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' property
ARM: dts: imx7d-pico: Fix the 'tuning-step' property
Geert Uytterhoeven (1):
ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells
Lucas Stach (2):
arm64: dts: zii-ultra: remove second GEN_3V3 regulator instance
arm64: dts: zii-ultra: fix 12V_MAIN voltage
Marek Vasut (1):
ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators
Michael Walle (3):
arm64: dts: ls1028a: fix memory node
arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage
arm64: dts: freescale: sl28: var1: fix RGMII clock and voltage
Michal Vokáč (1):
ARM: dts: imx6dl-yapp4: Fix RGMII connection to QCA8334 switch
arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 6 +++++-
arch/arm/boot/dts/imx6q-dhcom-som.dtsi | 12 +++++++++++
arch/arm/boot/dts/imx6qdl-emcon-avari.dtsi | 2 +-
arch/arm/boot/dts/imx7d-meerkat96.dts | 2 +-
arch/arm/boot/dts/imx7d-pico.dtsi | 2 +-
arch/arm/mach-imx/pm-imx27.c | 1 +
.../freescale/fsl-ls1028a-kontron-sl28-var1.dts | 3 ++-
.../freescale/fsl-ls1028a-kontron-sl28-var4.dts | 5 ++---
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 4 ++--
.../boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts | 10 +++++-----
.../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 23 +++++++---------------
11 files changed, 39 insertions(+), 31 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: 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] i.MX fixes for 5.13
Date: Thu, 27 May 2021 09:17:59 +0800 [thread overview]
Message-ID: <20210527011758.GD8194@dragon> (raw)
Message-ID: <20210527011759.UwLcUZgRJecm2HdWDyvSWePT-Wc8hRnJ7Q9EC4yLXnY@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-fixes-5.13
for you to fetch changes up to b73eb6b3b91ff7d76cff5f8c7ab92fe0c51e3829:
ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells (2021-05-23 13:36:59 +0800)
----------------------------------------------------------------
i.MX fixes for 5.13:
- Fix missing-prototypes warning of 'imx27_pm_init' in i.MX27 platform
pm code.
- A couple of patches from Fabio Estevam to fix 'tuning-step' property
in imx7d-meerkat96 and imx7d-pico DT.
- Fix '#gpio-cells' of nxp,pca8574 device in imx6qdl-emcon-avari DT.
- A couple of patches from Lucas Stach to fix regulator and voltage for
imx8mq-zii-ultra board.
- Add missing regulators for imx6q-dhcom to avoid possible instability
issues.
- Fix memory-controller settings for fsl-ls1028a DT.
- Fix RGMII clock and voltage for a couple of fsl-ls1028a-kontron-sl28
boards.
- Fix RGMII connection to QCA8334 switch for imx6dl-yapp4 board.
----------------------------------------------------------------
Fabio Estevam (3):
ARM: imx: pm-imx27: Include "common.h"
ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' property
ARM: dts: imx7d-pico: Fix the 'tuning-step' property
Geert Uytterhoeven (1):
ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells
Lucas Stach (2):
arm64: dts: zii-ultra: remove second GEN_3V3 regulator instance
arm64: dts: zii-ultra: fix 12V_MAIN voltage
Marek Vasut (1):
ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators
Michael Walle (3):
arm64: dts: ls1028a: fix memory node
arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage
arm64: dts: freescale: sl28: var1: fix RGMII clock and voltage
Michal Vokáč (1):
ARM: dts: imx6dl-yapp4: Fix RGMII connection to QCA8334 switch
arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 6 +++++-
arch/arm/boot/dts/imx6q-dhcom-som.dtsi | 12 +++++++++++
arch/arm/boot/dts/imx6qdl-emcon-avari.dtsi | 2 +-
arch/arm/boot/dts/imx7d-meerkat96.dts | 2 +-
arch/arm/boot/dts/imx7d-pico.dtsi | 2 +-
arch/arm/mach-imx/pm-imx27.c | 1 +
.../freescale/fsl-ls1028a-kontron-sl28-var1.dts | 3 ++-
.../freescale/fsl-ls1028a-kontron-sl28-var4.dts | 5 ++---
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 4 ++--
.../boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts | 10 +++++-----
.../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 23 +++++++---------------
11 files changed, 39 insertions(+), 31 deletions(-)
_______________________________________________
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-05-27 1:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-27 1:17 Shawn Guo [this message]
2021-05-27 1:17 ` [GIT PULL] i.MX fixes for 5.13 Shawn Guo
2021-06-05 22:58 ` patchwork-bot+linux-soc
2021-06-05 23:00 ` 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=20210527011758.GD8194@dragon \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.