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 6.7
Date: Thu, 7 Dec 2023 08:52:02 +0800 [thread overview]
Message-ID: <20231207005202.GF270430@dragon> (raw)
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.7
for you to fetch changes up to 63ef8fc9bcee6b73ca445a19a7ac6bd544723c9f:
ARM: dts: imx28-xea: Pass the 'model' property (2023-12-06 17:23:58 +0800)
----------------------------------------------------------------
i.MX fixes for 6.7:
- A MAINTAINERS update to reinstate freescale ARM64 DT directory in i.MX
entry.
- A series from Alexander Stein to fix #pwm-cells for imx8-ss.
- A series from Haibo Chen to fix GPIO node name for i.MX93 and
i.MX8ULP.
- Add parkmode-disable-ss-quirk for DWC3 on i.MX8MP and i.MX8MQ to fix
an issue that the controller may hang when processing transactions
under heavy USB traffic from multiple endpoints.
- Fix mediamix block power on/off for i.MX93 by correcting the power
domain clock to be 'nic_media'.
- A couple of Ethernet PHY clock regression fixes for imx6ul-pico and
imx6q-skov board.
- Fix edma3 power domain for i.MX8QM to fix a panic during startup
process.
----------------------------------------------------------------
Ahmad Fatoum (1):
MAINTAINERS: reinstate freescale ARM64 DT directory in i.MX entry
Alexander Stein (4):
arm64: dt: imx93: tqma9352-mba93xxla: Fix LPUART2 pad config
dt-bindings: pwm: imx-pwm: Unify #pwm-cells for all compatibles
arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells
arm64: dts: freescale: imx8-ss-dma: Fix #pwm-cells
Fabio Estevam (2):
ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock
ARM: dts: imx28-xea: Pass the 'model' property
Haibo Chen (2):
arm64: dts: imx93: update gpio node name to align with register address
arm64: dts: imx8ulp: update gpio node name to align with register address
Kunwu Chan (1):
ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init
Nathan Rossi (1):
arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3
Peng Fan (1):
arm64: dts: imx93: correct mediamix power
Philipp Zabel (1):
ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt
Stefan Eichenberger (1):
arm64: dts: imx8-apalis: set wifi regulator to always-on
Stefan Kerkmann (1):
ARM: dts: imx6q: skov: fix ethernet clock regression
Xiaolei Wang (1):
arm64: dts: imx8qm: Add imx8qm's own pm to avoid panic during startup
Documentation/devicetree/bindings/pwm/imx-pwm.yaml | 10 ++++------
MAINTAINERS | 1 +
arch/arm/boot/dts/nxp/imx/imx6q-skov-reve-mi1010ait-1cp1.dts | 4 ++--
arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi | 2 ++
arch/arm/boot/dts/nxp/imx/imx7s.dtsi | 8 ++++----
arch/arm/boot/dts/nxp/mxs/imx28-xea.dts | 1 +
arch/arm/mach-imx/mmdc.c | 7 ++++++-
arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 5 +----
arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi | 8 ++++----
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 ++
arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 ++
arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi | 11 +++++++++++
arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 6 +++---
arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts | 2 +-
arch/arm64/boot/dts/freescale/imx93.dtsi | 10 +++++-----
16 files changed, 50 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 6.7
Date: Thu, 7 Dec 2023 08:52:02 +0800 [thread overview]
Message-ID: <20231207005202.GF270430@dragon> (raw)
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.7
for you to fetch changes up to 63ef8fc9bcee6b73ca445a19a7ac6bd544723c9f:
ARM: dts: imx28-xea: Pass the 'model' property (2023-12-06 17:23:58 +0800)
----------------------------------------------------------------
i.MX fixes for 6.7:
- A MAINTAINERS update to reinstate freescale ARM64 DT directory in i.MX
entry.
- A series from Alexander Stein to fix #pwm-cells for imx8-ss.
- A series from Haibo Chen to fix GPIO node name for i.MX93 and
i.MX8ULP.
- Add parkmode-disable-ss-quirk for DWC3 on i.MX8MP and i.MX8MQ to fix
an issue that the controller may hang when processing transactions
under heavy USB traffic from multiple endpoints.
- Fix mediamix block power on/off for i.MX93 by correcting the power
domain clock to be 'nic_media'.
- A couple of Ethernet PHY clock regression fixes for imx6ul-pico and
imx6q-skov board.
- Fix edma3 power domain for i.MX8QM to fix a panic during startup
process.
----------------------------------------------------------------
Ahmad Fatoum (1):
MAINTAINERS: reinstate freescale ARM64 DT directory in i.MX entry
Alexander Stein (4):
arm64: dt: imx93: tqma9352-mba93xxla: Fix LPUART2 pad config
dt-bindings: pwm: imx-pwm: Unify #pwm-cells for all compatibles
arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells
arm64: dts: freescale: imx8-ss-dma: Fix #pwm-cells
Fabio Estevam (2):
ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock
ARM: dts: imx28-xea: Pass the 'model' property
Haibo Chen (2):
arm64: dts: imx93: update gpio node name to align with register address
arm64: dts: imx8ulp: update gpio node name to align with register address
Kunwu Chan (1):
ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init
Nathan Rossi (1):
arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3
Peng Fan (1):
arm64: dts: imx93: correct mediamix power
Philipp Zabel (1):
ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt
Stefan Eichenberger (1):
arm64: dts: imx8-apalis: set wifi regulator to always-on
Stefan Kerkmann (1):
ARM: dts: imx6q: skov: fix ethernet clock regression
Xiaolei Wang (1):
arm64: dts: imx8qm: Add imx8qm's own pm to avoid panic during startup
Documentation/devicetree/bindings/pwm/imx-pwm.yaml | 10 ++++------
MAINTAINERS | 1 +
arch/arm/boot/dts/nxp/imx/imx6q-skov-reve-mi1010ait-1cp1.dts | 4 ++--
arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi | 2 ++
arch/arm/boot/dts/nxp/imx/imx7s.dtsi | 8 ++++----
arch/arm/boot/dts/nxp/mxs/imx28-xea.dts | 1 +
arch/arm/mach-imx/mmdc.c | 7 ++++++-
arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 5 +----
arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi | 8 ++++----
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 ++
arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 ++
arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi | 11 +++++++++++
arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 6 +++---
arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts | 2 +-
arch/arm64/boot/dts/freescale/imx93.dtsi | 10 +++++-----
16 files changed, 50 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:[~2023-12-07 0:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-07 0:52 Shawn Guo [this message]
2023-12-07 0:52 ` [GIT PULL] i.MX fixes for 6.7 Shawn Guo
2023-12-08 9: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=20231207005202.GF270430@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.