mbox series

[GIT,PULL] ARM: SoC fixes for 6.2, part 3

Message ID 98b46fed-4b4d-46f0-8975-d07df36534be@app.fastmail.com
State New
Headers show
Series [GIT,PULL] ARM: SoC fixes for 6.2, part 3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.2-3

Message

Arnd Bergmann Feb. 2, 2023, 8:53 p.m. UTC
The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

  Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.2-3

for you to fetch changes up to 5efb648042a1c3d1734e69ebbae2fe9477f4fc4d:

  ARM: dts: wpcm450: Add nuvoton,shm = <&shm> to FIU node (2023-02-01 17:10:45 +0100)

----------------------------------------------------------------
ARM: SoC fixes for 6.2, part 3

The majority of bugfixes is once more for the NXP i.MX platform,
addressing issue with i.MX8M (UART, watchdog and ethernet) as well as
imx8dxl power button and the USB modem on an imx7 board. The reason that
i.MX always shows up here is obviously not that they are more buggy than
the others, but they have the most boards and are good about getting
fixes in quickly.

The other DT fixes are for the Nuvoton wpcm450 flash controller and
the i2c mux on an ASpeed board.

Lastly, there are updates to the MAINTAINERS entries for Mediatek,
AMD/Seattle and NXP SoCs, as well as a lone code fix for error
handling in the allwinner "rsb" bus driver.

----------------------------------------------------------------
Ahmad Fatoum (1):
      MAINTAINERS: match freescale ARM64 DT directory in i.MX entry

Arnd Bergmann (2):
      Merge tag 'sunxi-fixes-for-6.2-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
      Merge tag 'imx-fixes-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes

Eddie James (1):
      ARM: dts: aspeed: Fix pca9849 compatible

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

Jonathan Neuschäfer (1):
      ARM: dts: wpcm450: Add nuvoton,shm = <&shm> to FIU node

Krzysztof Kozlowski (1):
      MAINTAINERS: amd: drop inactive Brijesh Singh

Marek Vasut (1):
      arm64: dts: imx8mm: Reinstate GPIO watchdog always-running property on eDM SBC

Matthias Brugger (1):
      MAINTAINERS: Update entry for MediaTek SoC support

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

Yuan Can (1):
      bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()

 MAINTAINERS                                                   | 11 ++++++++---
 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts                  |  2 +-
 arch/arm/boot/dts/imx7d-smegw01.dts                           |  3 ++-
 arch/arm/boot/dts/nuvoton-wpcm450.dtsi                        |  1 +
 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 +-
 .../boot/dts/freescale/imx8mm-venice-gw72xx-0x-rs232-rts.dtso |  1 -
 .../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 -
 drivers/bus/sunxi-rsb.c                                       |  8 +++++++-
 17 files changed, 23 insertions(+), 20 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 2, 2023, 9:04 p.m. UTC | #1
The pull request you sent on Thu, 02 Feb 2023 21:53:40 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.2-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/42c78a5b29c47ad913993bcf845bfc39e2ed8c8b

Thank you!