[GIT PULL] ARM: SoC fixes

From: Olof Johansson
Date: Wed Jun 26 2019 - 22:50:42 EST


Hi Linus, Greg,

The following changes since commit cd3967bee004bcbd142403698d658166fa618c9e:

soc: ixp4xx: npe: Fix an IS_ERR() vs NULL check in probe (2019-06-18 06:47:59 -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 e73f65930f8880fafaccf2cc1e5c44272e9523ec:

Merge tag 'imx-fixes-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes (2019-06-25 04:20:08 -0700)

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

A smaller batch of fixes, nothing that stands out as risky or scary.

Mostly DTS tweaks for a few issues:
- GPU fixlets for Meson
- CPU idle fix for LS1028A
- PWM interrupt fixes for i.MX6UL

Also, enable a driver (FSL_EDMA) on arm64 defconfig, and a warning and
two MAINTAINER tweaks.

----------------------------------------------------------------
Arnd Bergmann (1):
ARM: omap2: remove incorrect __init annotation

Florian Fainelli (2):
MAINTAINERS: BCM2835: Add internal Broadcom mailing list
MAINTAINERS: BCM53573: Add internal Broadcom mailing list

Li Yang (1):
arm64: defconfig: Enable FSL_EDMA driver

Linus Walleij (2):
ARM: dts: Blank D-Link DIR-685 console
ARM: dts: gemini Fix up DNS-313 compatible string

Martin Blumenstingl (3):
ARM: dts: meson8: fix GPU interrupts and drop an undocumented property
ARM: dts: meson8b: drop undocumented property from the Mali GPU node
ARM: dts: meson8b: fix the operating voltage of the Mali GPU

Olof Johansson (5):
Merge tag 'imx-fixes-5.2-2' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
Merge tag 'gemini-dts-v5.2' of git://git.kernel.org/.../linusw/linux-nomadik into arm/fixes
Merge tag 'arm-soc/for-5.3/maintainers' of https://github.com/Broadcom/stblinux into arm/fixes
Merge tag 'amlogic-fixes' of https://git.kernel.org/.../khilman/linux-amlogic into arm/fixes
Merge tag 'imx-fixes-5.2-3' of git://git.kernel.org/.../shawnguo/linux into arm/fixes

Ran Wang (1):
arm64: dts: ls1028a: Fix CPU idle fail.

Sébastien Szymanski (1):
ARM: dts: imx6ul: fix PWM[1-4] interrupts

MAINTAINERS | 2 ++
arch/arm/boot/dts/gemini-dlink-dir-685.dts | 2 +-
arch/arm/boot/dts/gemini-dlink-dns-313.dts | 2 +-
arch/arm/boot/dts/imx6ul.dtsi | 8 ++++----
arch/arm/boot/dts/meson8.dtsi | 5 ++---
arch/arm/boot/dts/meson8b.dtsi | 11 +++++------
arch/arm/mach-omap2/prm3xxx.c | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 18 +++++++++---------
arch/arm64/configs/defconfig | 1 +
9 files changed, 26 insertions(+), 25 deletions(-)