All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo2@yeah.net>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	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.8
Date: Tue,  6 Feb 2024 23:17:44 +0800	[thread overview]
Message-ID: <20240206151744.2459-1-shawnguo2@yeah.net> (raw)

From: Shawn Guo <shawnguo@kernel.org>

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7bca405c986075c99b9f729d3587b5c45db39d01:

  bus: imx-weim: fix valid range check (2024-02-06 14:10:47 +0800)

----------------------------------------------------------------
i.MX fixes for 6.8:

- A tqma8mpql device tree fix to correct audio codec iov-supply.
- A couple of USB-C connector DT description revert to fix regression
  on imx8mp-dhcom-pdk3 and imx8mn-var-som-symphony board.
- Fix valid range check for imx-weim bus driver.
- Disable UART4 on Data Modul i.MX8M Plus eDM SBC to avoid boot hang
  in case that RDC protection is in place.

----------------------------------------------------------------
Alexander Stein (1):
      arm64: dts: tqma8mpql: fix audio codec iov-supply

Fabio Estevam (2):
      Revert "arm64: dts: imx8mp-dhcom-pdk3: Describe the USB-C connector"
      Revert "arm64: dts: imx8mn-var-som-symphony: Describe the USB-C connector"

Lucas Stach (1):
      bus: imx-weim: fix valid range check

Marek Vasut (1):
      arm64: dts: imx8mp: Disable UART4 by default on Data Modul i.MX8M Plus eDM SBC

 arch/arm64/boot/dts/freescale/imx8mn-var-som-symphony.dts   | 11 +++--------
 arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc.dts |  2 +-
 arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk3.dts         | 12 ++++--------
 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts |  9 ++++++++-
 drivers/bus/imx-weim.c                                      |  2 +-
 5 files changed, 17 insertions(+), 19 deletions(-)


WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo2@yeah.net>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	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.8
Date: Tue,  6 Feb 2024 23:17:44 +0800	[thread overview]
Message-ID: <20240206151744.2459-1-shawnguo2@yeah.net> (raw)

From: Shawn Guo <shawnguo@kernel.org>

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7bca405c986075c99b9f729d3587b5c45db39d01:

  bus: imx-weim: fix valid range check (2024-02-06 14:10:47 +0800)

----------------------------------------------------------------
i.MX fixes for 6.8:

- A tqma8mpql device tree fix to correct audio codec iov-supply.
- A couple of USB-C connector DT description revert to fix regression
  on imx8mp-dhcom-pdk3 and imx8mn-var-som-symphony board.
- Fix valid range check for imx-weim bus driver.
- Disable UART4 on Data Modul i.MX8M Plus eDM SBC to avoid boot hang
  in case that RDC protection is in place.

----------------------------------------------------------------
Alexander Stein (1):
      arm64: dts: tqma8mpql: fix audio codec iov-supply

Fabio Estevam (2):
      Revert "arm64: dts: imx8mp-dhcom-pdk3: Describe the USB-C connector"
      Revert "arm64: dts: imx8mn-var-som-symphony: Describe the USB-C connector"

Lucas Stach (1):
      bus: imx-weim: fix valid range check

Marek Vasut (1):
      arm64: dts: imx8mp: Disable UART4 by default on Data Modul i.MX8M Plus eDM SBC

 arch/arm64/boot/dts/freescale/imx8mn-var-som-symphony.dts   | 11 +++--------
 arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc.dts |  2 +-
 arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk3.dts         | 12 ++++--------
 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts |  9 ++++++++-
 drivers/bus/imx-weim.c                                      |  2 +-
 5 files changed, 17 insertions(+), 19 deletions(-)


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2024-02-06 15:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06 15:17 Shawn Guo [this message]
2024-02-06 15:17 ` [GIT PULL] i.MX fixes for 6.8 Shawn Guo
2024-02-20 21:11 ` patchwork-bot+linux-soc
2024-02-20 21:12 ` 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=20240206151744.2459-1-shawnguo2@yeah.net \
    --to=shawnguo2@yeah.net \
    --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=shawnguo@kernel.org \
    --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.