From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: 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 5.14
Date: Mon, 26 Jul 2021 10:32:22 +0800 [thread overview]
Message-ID: <20210726023221.GF5901@dragon> (raw)
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(-)
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: 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 5.14
Date: Mon, 26 Jul 2021 10:32:22 +0800 [thread overview]
Message-ID: <20210726023221.GF5901@dragon> (raw)
Message-ID: <20210726023222.wMpNFn1r-WU8SyY7VBgw2XN1eWl6RshpC_7ZZW9j3Es@z> (raw)
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(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2021-07-26 2:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-26 2:32 Shawn Guo [this message]
2021-07-26 2:32 ` [GIT PULL] i.MX fixes for 5.14 Shawn Guo
2021-08-02 13:32 ` Arnd Bergmann
2021-08-02 13:32 ` Arnd Bergmann
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=20210726023221.GF5901@dragon \
--to=shawnguo@kernel.org \
--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=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.