[GIT PULL] ARM: SoC late updates

From: Olof Johansson
Date: Sat May 18 2019 - 18:53:59 EST


Hi Linus,

The following changes since commit ab02888e39212af2d1dddc565cd67192548b9fd8:

Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2019-05-16 09:35:26 -0700)

are available in the git repository at:

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

for you to fetch changes up to 15d574fbd3f8ec7705896ed14b74eae482cadd4e:

arm64: dts: sprd: Add clock properties for serial devices (2019-05-16 14:43:33 -0700)

----------------------------------------------------------------
ARM: SoC: late updates

This is some material that we picked up into our tree late. Most of it
are smaller fixes and additions, some defconfig updates due to recent
development, etc.

Code-wise the largest portion is a series of PM updates for the at91
platform, and those have been in linux-next a while through the at91
tree before we picked them up.

----------------------------------------------------------------
Aaro Koskinen (1):
ARM: OMAP1: ams-delta: fix early boot crash when LED support is disabled

Adam Ford (1):
ARM: dts: logicpd-som-lv: Fix MMC1 card detect

Alan Tull (1):
ARM: socfpga_defconfig: enable LTC2497

Andrey Zhizhikin (1):
ARM: socfpga_defconfig: enable support for large block devices

Arnd Bergmann (1):
amba: tegra-ahb: Mark PM functions as __maybe_unused

Baolin Wang (1):
arm64: dts: sprd: Add clock properties for serial devices

Chris Packham (1):
ARM: mvebu: kirkwood: remove error message when retrieving mac address

Claudiu Beznea (8):
ARM: at91: pm: introduce at91_soc_pm structure
dt-bindings: arm: atmel: add binding for SAM9X60 SoC
ARM: at91: pm: initial PM support for SAM9X60
ARM: at91: pm: keep at91_pm_backup_init() only for SAMA5D2 SoCs
ARM: at91: pm: add support for per SoC wakeup source configuration
ARM: at91: pm: add ULP1 support for SAM9X60
ARM: at91: pm: disable RC oscillator in ULP0
ARM: at91: pm: do not disable/enable PLLA for ULP modes

Dan Carpenter (2):
soc/fsl/qe: Fix an error code in qe_pin_request()
soc: ixp4xx: qmgr: Fix an NULL vs IS_ERR() check in probe

Jonathan Hunter (1):
arm64: tegra: Fix insecure SMMU users for Tegra186

Marc Gonzalez (1):
Opt out of scripts/get_maintainer.pl

Nicholas Mc Guire (1):
ARM: mvebu: drop return from void function

Nicolas Ferre (1):
ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM

Olof Johansson (9):
Merge tag 'omap-for-v5.1/fixes-rc6' of git://git.kernel.org/.../tmlind/linux-omap into arm/late
Merge tag 'mvebu-arm-5.2-1' of git://git.infradead.org/linux-mvebu into arm/late
Merge tag 'soc-fsl-fix-v5.1' of git://git.kernel.org/.../leo/linux into arm/late
Merge tag 'socfpga_arm32_defconfig_for_v5.2' of git://git.kernel.org/.../dinguyen/linux into arm/late
Merge tag 'tegra-for-5.2-bus-fixes' of git://git.kernel.org/.../tegra/linux into arm/late
Merge tag 'tegra-for-5.2-arm64-soc-fixes' of git://git.kernel.org/.../tegra/linux into arm/late
Merge tag 'tegra-for-5.2-arm64-dt-fixes' of git://git.kernel.org/.../tegra/linux into arm/late
Merge tag 'at91-5.2-defconfig' of git://git.kernel.org/.../at91/linux into arm/late
Merge tag 'at91-5.2-soc' of git://git.kernel.org/.../at91/linux into arm/late

Sameer Pujar (1):
arm64: tegra: Select ARM_GIC_PM

Stefan Agner (2):
ARM: mvebu: drop unnecessary label
ARM: mvebu: prefix coprocessor operand with p

Thierry Reding (2):
arm64: tegra: Enable SMMU translation for PCI on Tegra186
arm64: tegra: Disable XUSB support on Jetson TX2

Tudor Ambarus (1):
ARM: at91: sama5: make ov2640 as a module

Wen Yang (1):
ARM: mvebu: fix a leaked reference by adding missing of_node_put

YueHaibing (1):
ARM: ixp4xx: Remove duplicated include from common.c

.get_maintainer.ignore | 1 +
.../devicetree/bindings/arm/atmel-at91.txt | 1 +
arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi | 2 +-
arch/arm/configs/sama5_defconfig | 2 +-
arch/arm/configs/socfpga_defconfig | 3 +-
arch/arm/mach-at91/Kconfig | 3 -
arch/arm/mach-at91/at91sam9.c | 18 ++
arch/arm/mach-at91/generic.h | 2 +
arch/arm/mach-at91/pm.c | 193 ++++++++++++++-------
arch/arm/mach-at91/pm_suspend.S | 111 ++++++++----
arch/arm/mach-ixp4xx/common.c | 1 -
arch/arm/mach-mvebu/board-v7.c | 1 -
arch/arm/mach-mvebu/coherency_ll.S | 2 +-
arch/arm/mach-mvebu/kirkwood.c | 2 -
arch/arm/mach-mvebu/pm-board.c | 11 +-
arch/arm/mach-mvebu/pmsu_ll.S | 3 +-
arch/arm/mach-omap1/board-ams-delta.c | 2 +-
arch/arm64/Kconfig.platforms | 1 +
arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 4 +-
arch/arm64/boot/dts/nvidia/tegra186.dtsi | 7 +
arch/arm64/boot/dts/sprd/whale2.dtsi | 16 +-
drivers/amba/tegra-ahb.c | 6 +-
drivers/soc/fsl/qe/gpio.c | 4 +-
drivers/soc/ixp4xx/ixp4xx-qmgr.c | 4 +-
include/linux/clk/at91_pmc.h | 1 +
25 files changed, 277 insertions(+), 124 deletions(-)