[GIT PULL] ARM: SoC fixes for Linux-5.3

From: Arnd Bergmann
Date: Fri Aug 30 2019 - 12:26:11 EST


The following changes since commit d45331b00ddb179e291766617259261c112db872:

Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7a6c9dbb36a415c5901313fc89871fd19f533656:

soc: ixp4xx: Protect IXP4xx SoC drivers by ARCH_IXP4XX ||
COMPILE_TEST (2019-08-29 17:34:38 +0200)

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

The majority of the fixes this time are for OMAP hardware,
here is a breakdown of the significant changes:

Various device tree bug fixes:
- TI am57xx boards need a voltage level fix to avoid damaging SD cards
- vf610-bk4 fails to detect its flash due to an incorrect description
- meson-g12a USB phy configuration fails
- meson-g12b reboot should not power off the SD card
- Some corrections for apparently harmless differences from the
documentation.

Regression fixes:
- ams-delta FIQ interrupts broke in 5.3
- TI am3/am4 mmc controllers broke in 5.2

The logic_pio driver (used on some Huawei ARM servers) needs a few
bug fixes for reliability.

A couple of compile-time warning fixes

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

----------------------------------------------------------------
Arnd Bergmann (5):
Merge tag 'imx-fixes-5.3-2' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes
Merge tag 'omap-for-v5.3/fixes-rc4' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
Merge tag 'amlogic-fixes' of
git://git.kernel.org/.../khilman/linux-amlogic into arm/fixes
Merge tag 'hisi-fixes-for-5.3' of
git://github.com/hisilicon/linux-hisi into arm/fixes
Merge tag 'sunxi-fixes-for-5.3-3' of
git://git.kernel.org/.../sunxi/linux into arm/fixes

Emmanuel Vadot (1):
ARM: dts: am335x: Fix UARTs length

Faiz Abbas (2):
ARM: dts: am57xx: Disable voltage switching for SD card
ARM: dts: dra74x: Fix iodelay configuration for mmc3

Geert Uytterhoeven (1):
soc: ixp4xx: Protect IXP4xx SoC drivers by ARCH_IXP4XX || COMPILE_TEST

Gustavo A. R. Silva (1):
ARM: OMAP: dma: Mark expected switch fall-throughs

Janusz Krzysztofik (1):
ARM: OMAP1: ams-delta-fiq: Fix missing irq_ack

John Garry (5):
lib: logic_pio: Fix RCU usage
lib: logic_pio: Avoid possible overlap for unregistering regions
lib: logic_pio: Add logic_pio_unregister_range()
bus: hisi_lpc: Unregister logical PIO range to avoid potential
use-after-free
bus: hisi_lpc: Add .remove method to avoid driver unbind crash

Keerthy (1):
soc: ti: pm33xx: Fix static checker warnings

Lukasz Majewski (1):
ARM: dts: vf610-bk4: Fix qspi node description

Maxime Ripard (1):
MAINTAINERS: Update my email address

Neil Armstrong (2):
arm64: dts: meson-g12a: add missing dwc2 phy-names
arm64: dts: meson-g12a-sei510: enable IR controller

Suman Anna (1):
bus: ti-sysc: Simplify cleanup upon failures in sysc_probe()

Tony Lindgren (10):
Merge commit '79499bb11db508' into fixes
ARM: OMAP2+: Fix missing SYSC_HAS_RESET_STATUS for dra7 epwmss
bus: ti-sysc: Fix handling of forced idle
bus: ti-sysc: Fix using configured sysc mask value
ARM: dts: Fix flags for gpio7
ARM: dts: Fix incorrect dcan register mapping for am3, am4 and dra7
ARM: OMAP2+: Fix omap4 errata warning on other SoCs
Merge branch 'ti-sysc-fixes' into fixes
ARM: dts: Fix incomplete dts data for am3 and am4 mmc
Merge branch 'ti-sysc-fixes' into fixes

Xavier Ruppen (1):
arm64: dts: amlogic: odroid-n2: keep SD card regulator always on

YueHaibing (1):
soc: ti: pm33xx: Make two symbols static

.mailmap | 2 ++
MAINTAINERS | 10 +++++-----
arch/arm/boot/dts/am33xx-l4.dtsi | 16 ++++++++++------
arch/arm/boot/dts/am33xx.dtsi | 32
++++++++++++++++++++++++++------
arch/arm/boot/dts/am4372.dtsi | 32
++++++++++++++++++++++++++------
arch/arm/boot/dts/am437x-l4.dtsi | 4 ++++
arch/arm/boot/dts/am571x-idk.dts | 7 +------
arch/arm/boot/dts/am572x-idk.dts | 7 +------
arch/arm/boot/dts/am574x-idk.dts | 7 +------
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 3 ++-
arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts | 7 +------
arch/arm/boot/dts/am57xx-beagle-x15-revc.dts | 7 +------
arch/arm/boot/dts/dra7-evm.dts | 2 +-
arch/arm/boot/dts/dra7-l4.dtsi | 6 +++---
arch/arm/boot/dts/dra74x-mmc-iodelay.dtsi | 50
++++++++++++++++++++++++-------------------------
arch/arm/boot/dts/vf610-bk4.dts | 4 ++--
arch/arm/mach-omap1/ams-delta-fiq-handler.S | 3 ++-
arch/arm/mach-omap1/ams-delta-fiq.c | 4 +---
arch/arm/mach-omap2/omap4-common.c | 3 +++
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 3 ++-
arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts | 6 ++++++
arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 1 +
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts | 1 +
drivers/bus/hisi_lpc.c | 47
++++++++++++++++++++++++++++++++++++++++------
drivers/bus/ti-sysc.c | 24
+++++++++++-------------
drivers/soc/ixp4xx/Kconfig | 4 ++++
drivers/soc/ti/pm33xx.c | 19 ++++++++++++-------
include/linux/logic_pio.h | 1 +
lib/logic_pio.c | 73
+++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
29 files changed, 250 insertions(+), 135 deletions(-)