[GIT PULL] ARM: soc fixes

From: Arnd Bergmann
Date: Thu Apr 23 2020 - 11:18:18 EST


The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f42ae4cd4cae92408bffec2c0a4c110447e908e0:

Merge tag 'arm-soc/for-5.7/devicetree-fixes' of
https://github.com/Broadcom/stblinux into arm/fixes (2020-04-23
17:12:48 +0200)

----------------------------------------------------------------
ARM: SoC fixes

A few smaller fixes for v5.7-rc3: The majority are fixes for bugs I found
after restarting my randconfig build testing that had been dormant for
a while.

On the Nokia N950/N9 phone, a DT fix is required to address a boot
regression.

For the bcm283x (Raspberry Pi), two DT fixes address minor issues.

Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

----------------------------------------------------------------
Aaro Koskinen (1):
ARM: dts: OMAP3: disable RNG on N950/N9

Ahmad Fatoum (1):
ARM: imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=y

Arnd Bergmann (8):
drivers: soc: xilinx: fix firmware driver Kconfig dependency
soc: fsl: dpio: fix incorrect pointer conversions
soc: fsl: dpio: avoid stack usage warning
soc: tegra: fix tegra_pmc_get_suspend_mode definition
soc: imx8: select SOC_BUS
Merge tag 'omap-for-v5.6/fixes-rc7-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
Merge tag 'zynqmp-soc-for-v5.7-rc3' of
https://github.com/Xilinx/linux-xlnx into arm/fixes
Merge tag 'arm-soc/for-5.7/devicetree-fixes' of
https://github.com/Broadcom/stblinux into arm/fixes

Florian Fainelli (1):
Merge tag 'tags/bcm2835-dt-fixes-2020-03-27' into devicetree/fixes

Jason Yan (1):
firmware: xilinx: make firmware_debugfs_root static

Nicolas Saenz Julienne (2):
ARM: dts: bcm283x: Add cells encoding format to firmware bus
ARM: dts: bcm283x: Disable dsi0 node

arch/arm/boot/dts/bcm2835-rpi.dtsi | 3 +++
arch/arm/boot/dts/bcm283x.dtsi | 1 +
arch/arm/boot/dts/omap3-n950-n9.dtsi | 5 +++++
arch/arm/mach-imx/Makefile | 2 ++
drivers/firmware/xilinx/zynqmp-debug.c | 2 +-
drivers/soc/fsl/dpio/dpio-service.c | 19 ++++++++++++++-----
drivers/soc/fsl/dpio/qbman-portal.c | 6 ++----
drivers/soc/imx/Kconfig | 1 +
drivers/soc/xilinx/Kconfig | 4 ++--
include/soc/tegra/pmc.h | 15 +++++++++------
10 files changed, 40 insertions(+), 18 deletions(-)