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.2, round 2
Date: Mon, 30 Jan 2023 08:36:16 +0800 [thread overview]
Message-ID: <20230130003614.GP20713@T480> (raw)
The following changes since commit 490748874ebf1875420fc29b335bba2075dd1b5e:
soc: imx8m: Fix incorrect check for of_clk_get_by_name() (2023-01-02 21:16:05 +0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.2-2
for you to fetch changes up to 1febf88ef907b142fdde34f7c64ed3535d9339e4:
ARM: dts: imx7d-smegw01: Fix USB host over-current polarity (2023-01-26 15:38:05 +0800)
----------------------------------------------------------------
i.MX fixes for 6.2, round 2:
- Update MAINTAINERS i.MX entry to match arm64 freescale DTS.
- Drop misused 'uart-has-rtscts' from imx8m-venice boards.
- Fix USB host over-current polarity for imx7d-smegw01 board.
- Fix a typo in i.MX8DXL sc_pwrkey property name.
- Fix GPIO watchdog property for i.MX8MM eDM SBC board.
- Keep Ethernet PHY powered on imx8mm-verdin to avoid kernel crash.
- Fix configuration of i.MX8MM pad UART1_DTE_RX.
----------------------------------------------------------------
Ahmad Fatoum (1):
MAINTAINERS: match freescale ARM64 DT directory in i.MX entry
Fabio Estevam (2):
arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
Frank Li (1):
arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name linux,keycode
Marek Vasut (1):
arm64: dts: imx8mm: Reinstate GPIO watchdog always-running property on eDM SBC
Philippe Schenker (1):
arm64: dts: imx8mm-verdin: Do not power down eth-phy
Pierluigi Passaro (1):
arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
MAINTAINERS | 3 +++
arch/arm/boot/dts/imx7d-smegw01.dts | 3 ++-
arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts | 1 +
arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h | 2 +-
arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx-0x-rs232-rts.dtso | 1 -
arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs232-rts.dtso | 1 -
arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi | 1 -
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts | 3 ---
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts | 3 ---
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts | 1 -
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 1 +
arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts | 1 -
arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts | 1 -
14 files changed, 9 insertions(+), 15 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.2, round 2
Date: Mon, 30 Jan 2023 08:36:16 +0800 [thread overview]
Message-ID: <20230130003614.GP20713@T480> (raw)
The following changes since commit 490748874ebf1875420fc29b335bba2075dd1b5e:
soc: imx8m: Fix incorrect check for of_clk_get_by_name() (2023-01-02 21:16:05 +0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.2-2
for you to fetch changes up to 1febf88ef907b142fdde34f7c64ed3535d9339e4:
ARM: dts: imx7d-smegw01: Fix USB host over-current polarity (2023-01-26 15:38:05 +0800)
----------------------------------------------------------------
i.MX fixes for 6.2, round 2:
- Update MAINTAINERS i.MX entry to match arm64 freescale DTS.
- Drop misused 'uart-has-rtscts' from imx8m-venice boards.
- Fix USB host over-current polarity for imx7d-smegw01 board.
- Fix a typo in i.MX8DXL sc_pwrkey property name.
- Fix GPIO watchdog property for i.MX8MM eDM SBC board.
- Keep Ethernet PHY powered on imx8mm-verdin to avoid kernel crash.
- Fix configuration of i.MX8MM pad UART1_DTE_RX.
----------------------------------------------------------------
Ahmad Fatoum (1):
MAINTAINERS: match freescale ARM64 DT directory in i.MX entry
Fabio Estevam (2):
arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
Frank Li (1):
arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name linux,keycode
Marek Vasut (1):
arm64: dts: imx8mm: Reinstate GPIO watchdog always-running property on eDM SBC
Philippe Schenker (1):
arm64: dts: imx8mm-verdin: Do not power down eth-phy
Pierluigi Passaro (1):
arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
MAINTAINERS | 3 +++
arch/arm/boot/dts/imx7d-smegw01.dts | 3 ++-
arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts | 1 +
arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h | 2 +-
arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx-0x-rs232-rts.dtso | 1 -
arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs232-rts.dtso | 1 -
arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi | 1 -
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts | 3 ---
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts | 3 ---
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts | 1 -
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 1 +
arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts | 1 -
arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts | 1 -
14 files changed, 9 insertions(+), 15 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-01-30 0:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-30 0:36 Shawn Guo [this message]
2023-01-30 0:36 ` [GIT PULL] i.MX fixes for 6.2, round 2 Shawn Guo
2023-01-30 16:50 ` 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=20230130003614.GP20713@T480 \
--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.