mbox series

[GIT,PULL,1/5,v2] ARM: SoC platform updates

Message ID 20200208212533.30744-2-olof@lixom.net
State New
Headers show
Series ARM: SoC contents for 5.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-soc

Message

Olof Johansson Feb. 8, 2020, 9:25 p.m. UTC
Most of these are smaller fixes that have accrued, and some continued
cleanup of OMAP platforms towards shared frameworks.

One new SoC from Atmel/Microchip: sam9x60.

----------------------------------------------------------------

The following changes since commit f757165705e92db62f85a1ad287e9251d1f2cd82:

  Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-soc

for you to fetch changes up to d8430df172118336d050aa61999fb82e55102641:

  Merge tag 'omap-for-v5.6/soc-build-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/soc

----------------------------------------------------------------

Andrew F. Davis (5):
      ARM: OMAP2+: Add omap_secure_init callback hook for secure initialization
      ARM: OMAP2+: Introduce check for OP-TEE in omap_secure_init()
      ARM: OMAP2+: Use ARM SMC Calling Convention when OP-TEE is available
      ARM: OMAP2+: sleep43xx: Call secure suspend/resume handlers
      ARM: OMAP2+: Fix undefined reference to omap_secure_init

Anson Huang (2):
      ARM: imx: Add i.MX7ULP SoC serial number support
      ARM: imx: Enable ARM_ERRATA_814220 for i.MX6UL and i.MX7D

Arnd Bergmann (1):
      ARM: imx: only select ARM_ERRATA_814220 for ARMv7-A

Claudiu Beznea (9):
      ARM: at91: Kconfig: add sam9x60 pll config flag
      ARM: at91: Kconfig: add config flag for SAM9X60 SoC
      ARM: at91: pm: move SAM9X60's PM under its own SoC config flag
      drivers: soc: atmel: move sam9x60 under its own config flag
      power: reset: Kconfig: select POWER_RESET_AT91_RESET for sam9x60
      drivers: soc: atmel: select POWER_RESET_AT91_SAMA5D2_SHDWC for sam9x60
      ARM: debug-ll: select DEBUG_AT91_RM9200_DBGU for sam9x60
      ARM: at91: pm: use SAM9X60 PMC's compatible
      ARM: at91: pm: use of_device_id array to find the proper shdwc node

Dave Gerlach (1):
      ARM: OMAP2+: am43xx: Add lcdc clockdomain

Florian Fainelli (1):
      ARM: bcm: Select ARM_AMBA for ARCH_BRCMSTB

Geert Uytterhoeven (2):
      ARM: exynos: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0
      ARM: s3c64xx: Drop unneeded select of TIMER_OF

Justin Chen (1):
      ARM: brcmstb: Add debug UART entry for 7216

Krzysztof Kozlowski (2):
      ARM: exynos: Correct the help text for platform Kconfig option
      ARM: samsung: Rename Samsung and Exynos to lowercase

Nicolas Ferre (1):
      ARM: at91: Documentation: add sam9x60 product and datasheet

Olof Johansson (10):
      Merge tag 'omap-for-v5.6/soc-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/soc
      Merge tag 'arm-soc/for-5.6/soc' of https://github.com/Broadcom/stblinux into arm/soc
      Merge tag 'samsung-soc-5.6' of https://git.kernel.org/.../krzk/linux into arm/soc
      Merge tag 'tegra-for-5.6-arm-core' of git://git.kernel.org/.../tegra/linux into arm/soc
      Merge tag 'imx-soc-5.6' of git://git.kernel.org/.../shawnguo/linux into arm/soc
      Merge tag 'at91-5.6-soc' of git://git.kernel.org/.../at91/linux into arm/soc
      Merge tag 'omap-for-v5.6/soc-smc-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/soc
      Merge tag 'zynq-soc-for-v5.6' of https://github.com/Xilinx/linux-xlnx into arm/soc
      Merge tag 'samsung-soc-5.6-2' of https://git.kernel.org/.../krzk/linux into arm/soc
      Merge tag 'omap-for-v5.6/soc-build-fix-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/soc

Quanyang Wang (1):
      ARM: zynq: use physical cpuid in zynq_slcr_cpu_stop/start

Stephen Warren (3):
      ARM: tegra: Enable PLLP bypass during Tegra124 LP1
      ARM: tegra: Modify reshift divider during LP1
      ARM: tegra: Use clk_m CPU on Tegra124 LP1 resume

Suman Anna (2):
      ARM: OMAP2+: Add workaround for DRA7 DSP MStandby errata i879
      ARM: OMAP2+: use separate IOMMU pdata to fix DRA7 IPU1 boot

Tero Kristo (3):
      ARM: OMAP2+: pdata-quirks: add PRM data for reset support
      ARM: OMAP4+: remove pdata quirks for omap4+ iommus
      ARM: OMAP2+: omap-iommu.c conversion to ti-sysc

Uwe Kleine-König (1):
      ARM: s3c24xx: Switch to atomic pwm API in rx1950


 Documentation/arm/microchip.rst                 |   6 +
 arch/arm/Kconfig.debug                          |   6 +-
 arch/arm/include/debug/brcmstb.S                |  24 ++--
 arch/arm/mach-at91/Kconfig                      |  24 +++-
 arch/arm/mach-at91/Makefile                     |   1 +
 arch/arm/mach-at91/at91sam9.c                   |  18 ---
 arch/arm/mach-at91/pm.c                         |  11 +-
 arch/arm/mach-at91/sam9x60.c                    |  34 +++++
 arch/arm/mach-bcm/Kconfig                       |   1 +
 arch/arm/mach-exynos/Kconfig                    |  37 +++---
 arch/arm/mach-exynos/common.h                   |   2 +-
 arch/arm/mach-exynos/exynos.c                   |   4 +-
 arch/arm/mach-exynos/include/mach/map.h         |   2 +-
 arch/arm/mach-exynos/pm.c                       |   2 +-
 arch/arm/mach-exynos/smc.h                      |   2 +-
 arch/arm/mach-exynos/suspend.c                  |   2 +-
 arch/arm/mach-imx/Kconfig                       |   2 +
 arch/arm/mach-imx/cpu.c                         |  30 ++++-
 arch/arm/mach-omap2/Makefile                    |   6 +-
 arch/arm/mach-omap2/clockdomains43xx_data.c     |  10 ++
 arch/arm/mach-omap2/common.h                    |   2 +-
 arch/arm/mach-omap2/io.c                        |  11 ++
 arch/arm/mach-omap2/omap-iommu.c                | 128 ++++++++++++++++---
 arch/arm/mach-omap2/omap-secure.c               |  50 ++++++++
 arch/arm/mach-omap2/omap-secure.h               |  10 ++
 arch/arm/mach-omap2/omap-smc.S                  |   6 +-
 arch/arm/mach-omap2/pdata-quirks.c              |  43 +++++--
 arch/arm/mach-omap2/pm33xx-core.c               |  24 ++++
 arch/arm/mach-omap2/prcm43xx.h                  |   1 +
 arch/arm/mach-s3c24xx/Kconfig                   |  16 +--
 arch/arm/mach-s3c24xx/mach-rx1950.c             |  19 ++-
 arch/arm/mach-s3c64xx/Kconfig                   |   1 -
 arch/arm/mach-tegra/sleep-tegra30.S             |  30 ++++-
 arch/arm/mach-zynq/platsmp.c                    |   6 +-
 arch/arm/plat-samsung/adc.c                     |   2 +-
 arch/arm/plat-samsung/devs.c                    |   2 +-
 arch/arm/plat-samsung/gpio-samsung.c            |   2 +-
 .../plat-samsung/include/plat/samsung-time.h    |   2 +-
 drivers/power/reset/Kconfig                     |   4 +-
 drivers/soc/atmel/soc.c                         |   5 +-
 40 files changed, 457 insertions(+), 131 deletions(-)
 create mode 100644 arch/arm/mach-at91/sam9x60.c