The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.14
for you to fetch changes up to e34645f45805d8308866de7b69f117f554605bb6:
ARM: imx: add smp support for imx7d (2021-06-12 12:02:57 +0800)
----------------------------------------------------------------
i.MX SoC changes for 5.14:
- Add SMP support for i.MX7D, as there are i.MX7D devices running in
field with U-Boot that doesn't support PSCI.
- Fix imx5_cpu_suspend_info reference in i.MX5 PM code comments.
- Add SoC ID initialization for i.MX50.
- Drop unnecessary of_platform_default_populate() call from i.MX6Q
.init_machine hook.
- A series from Oleksij Rempel to remove most of the i.MX6/7 board
specific PHY fixups.
----------------------------------------------------------------
Anson Huang (1):
ARM: imx: add smp support for imx7d
Jonathan Neuschäfer (2):
ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info
ARM: imx: Initialize SoC ID on i.MX50
Marco Felsch (1):
ARM: imx6q: drop of_platform_default_populate() from init_machine
Oleksij Rempel (7):
ARM: imx6q: remove PHY fixup for KSZ9031
ARM: imx6q: remove part of ar8031_phy_fixup()
ARM: imx6q: remove BMCR_PDOWN handler in ar8035_phy_fixup()
ARM: imx6q: remove clk-out fixup for the Atheros AR8031 and AR8035 PHYs
ARM: imx6q: remove Atheros AR8035 SmartEEE fixup
ARM: imx6sx: remove Atheros AR8031 PHY fixup
ARM: imx7d: remove Atheros AR8031 PHY fixup
arch/arm/mach-imx/Makefile | 2 +-
arch/arm/mach-imx/common.h | 3 ++
arch/arm/mach-imx/headsmp.S | 9 ++++
arch/arm/mach-imx/hotplug.c | 3 ++
arch/arm/mach-imx/mach-imx50.c | 7 +++
arch/arm/mach-imx/mach-imx6q.c | 88 ---------------------------------
arch/arm/mach-imx/mach-imx6sx.c | 26 ----------
arch/arm/mach-imx/mach-imx7d.c | 25 +---------
arch/arm/mach-imx/platsmp.c | 26 ++++++++++
arch/arm/mach-imx/src.c | 101 ++++++++++++++++++++++++++++++++++----
arch/arm/mach-imx/suspend-imx53.S | 4 +-
drivers/soc/imx/soc-imx.c | 3 ++
include/soc/imx/cpu.h | 1 +
13 files changed, 149 insertions(+), 149 deletions(-)