Message ID | 20240206151744.2459-1-shawnguo2@yeah.net (mailing list archive) |
---|---|
State | Accepted |
Commit | d0a59944e34f915cdd8cc4d41e91376c29843d8f |
Headers | show |
Series | [GIT,PULL] i.MX fixes for 6.8 | expand |
Hello: This pull request was applied to soc/soc.git (arm/fixes) by Arnd Bergmann <arnd@arndb.de>: On Tue, 6 Feb 2024 23:17:44 +0800 you wrote: > 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: > > [...] Here is the summary with links: - [GIT,PULL] i.MX fixes for 6.8 https://git.kernel.org/soc/soc/c/d0a59944e34f You are awesome, thank you!
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Tue, 6 Feb 2024 23:17:44 +0800 you wrote: > 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: > > [...] Here is the summary with links: - [GIT,PULL] i.MX fixes for 6.8 https://git.kernel.org/soc/soc/c/d0a59944e34f You are awesome, thank you!
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(-)