mbox series

[GIT,PULL] ARM: SoC fixes

Message ID 20190627024508.x5opgsq4tjk32m6j@localhost (mailing list archive)
State Mainlined, archived
Commit e73f65930f8880fafaccf2cc1e5c44272e9523ec
Headers show
Series [GIT,PULL] ARM: SoC fixes | expand

Pull-request

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

Message

Olof Johansson June 27, 2019, 2:45 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 28, 2019, 12:45 a.m. UTC | #1
The pull request you sent on Wed, 26 Jun 2019 19:45:08 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fe2da896fd9469317ff693fb08a86d9c435e101a

Thank you!