mbox series

[GIT,PULL,2/6] i.MX SoC changes for 5.7

Message ID 20200318051918.32579-2-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/6] i.MX drivers update for 5.7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.7

Message

Shawn Guo March 18, 2020, 5:19 a.m. UTC
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.7

for you to fetch changes up to 756931e058ec3dc625f85a09ae0c3143d2a6ef72:

  ARM: imx: Drop unnecessary src_base check (2020-03-11 15:18:17 +0800)

----------------------------------------------------------------
i.MX SoC changes for 5.7:

 - A number of cleanups from Anson Huang to remove unneeded includes,
   drop unnecessary newlines and base check etc.
 - Apply Cortex-A9 specific errata only to Cortex-A9 based i.MX SoCs
   and avoid impacting Cortex-A7 based designs.

----------------------------------------------------------------
Anson Huang (6):
      ARM: imx: Remove unused include of linux/irqchip/arm-gic.h
      ARM: imx: Remove unused includes on mach-imx6q.c
      ARM: imx: Remove unused include of linux/of.h on mach-imx6sl.c
      ARM: imx: Add missing of_node_put()
      ARM: imx: Remove unnecessary blank lines
      ARM: imx: Drop unnecessary src_base check

Stefan Agner (1):
      ARM: imx: limit errata selection to Cortex-A9 based designs

 arch/arm/mach-imx/Kconfig       | 10 ++++++++--
 arch/arm/mach-imx/anatop.c      |  7 ++++---
 arch/arm/mach-imx/gpc.c         |  4 ++--
 arch/arm/mach-imx/mach-imx6q.c  | 13 -------------
 arch/arm/mach-imx/mach-imx6sl.c |  1 -
 arch/arm/mach-imx/mach-imx6ul.c |  1 -
 arch/arm/mach-imx/platsmp.c     |  1 +
 arch/arm/mach-imx/pm-imx6.c     |  2 ++
 arch/arm/mach-imx/pm-imx7ulp.c  |  1 +
 arch/arm/mach-imx/src.c         |  3 ---
 10 files changed, 18 insertions(+), 25 deletions(-)