[GIT PULL] i.MX fixes for 5.14
Shawn Guo
shawnguo at kernel.org
Sun Jul 25 19:32:22 PDT 2021
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.14
for you to fetch changes up to 3d9e30a52047f2d464efdfd1d561ae1f707a0286:
ARM: dts: imx: Swap M53Menlo pinctrl_power_button/pinctrl_power_out pins (2021-07-23 16:14:07 +0800)
----------------------------------------------------------------
i.MX fixes for 5.14:
- A couple of fixes on MMDC driver to add missing iounmap() and
clk_disable_unprepare(), and a follow-up fix.
- Fix missing-prototypes warning in SRC driver.
- Revert commit 7d981405d0fd ("soc: imx8m: change to use platform
driver"), which breaks i.MX8M system that has CAAM driver enabled.
- One fix on imx53-m53menlo pinctrl configuration.
- Increase the PHY reset duration for imx6qdl-sr-som to fix intermittent
issues where the PHY would be unresponsive every once in a while.
- Add missing flag for in-band signalling between PHY and MAC on
kontron-sl28-var2 board to fix network support.
- Limit the SDIO Clock on Colibri iMX6ULL to 25MHz for fixing wireless
noise issue.
- Fix sysclk node name for LS1028A so that U-Boot is able to update the
"clock-frequency" property.
----------------------------------------------------------------
Colin Ian King (1):
ARM: imx: fix missing 3rd argument in macro imx_mmdc_perf_init
Fabio Estevam (1):
ARM: imx: common: Move prototype outside the SMP block
Lucas Stach (1):
Revert "soc: imx8m: change to use platform driver"
Marek Vasut (1):
ARM: dts: imx: Swap M53Menlo pinctrl_power_button/pinctrl_power_out pins
Maxime Chevallier (1):
ARM: dts: imx6qdl-sr-som: Increase the PHY reset duration to 10ms
Michael Walle (1):
arm64: dts: ls1028: sl28: fix networking for variant 2
Oleksandr Suvorov (1):
ARM: dts: colibri-imx6ull: limit SDIO clock to 25MHz
Vladimir Oltean (1):
arm64: dts: ls1028a: fix node name for the sysclk
Yang Yingliang (2):
ARM: imx: add missing iounmap()
ARM: imx: add missing clk_disable_unprepare()
arch/arm/boot/dts/imx53-m53menlo.dts | 4 +-
arch/arm/boot/dts/imx6qdl-sr-som.dtsi | 8 ++-
arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi | 1 +
arch/arm/mach-imx/common.h | 2 +-
arch/arm/mach-imx/mmdc.c | 17 ++++-
.../freescale/fsl-ls1028a-kontron-sl28-var2.dts | 2 +
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 2 +-
drivers/soc/imx/soc-imx8m.c | 84 ++++------------------
8 files changed, 40 insertions(+), 80 deletions(-)
More information about the linux-arm-kernel
mailing list