mbox series

[GIT,PULL] i.MX fixes for 6.7

Message ID 20231207005202.GF270430@dragon (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] i.MX fixes for 6.7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.7

Message

Shawn Guo Dec. 7, 2023, 12:52 a.m. UTC
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(-)