mbox series

[GIT,PULL] ARM: SoC fixes for v5.7

Message ID CAK8P3a05i=j3xh6bGti+-pkQWFid5=Em_NCprz1J9Jp9TDmTeQ@mail.gmail.com
State New
Headers show
Series [GIT,PULL] ARM: SoC fixes for v5.7 | expand

Pull-request

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

Message

Arnd Bergmann May 29, 2020, 10:24 p.m. UTC
The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:

  Linux 5.7-rc6 (2020-05-17 16:48:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 99706d62fb50486eadb4441eaed311491fd7addf:

  Merge tag 'omap-for-v5.7/cpsw-fixes-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes (2020-05-26 00:18:48 +0200)

----------------------------------------------------------------
ARM: SoC fixes for v5.7

This time there is one fix for the error path in the mediatek cmdq driver
(used by their video driver) and a couple of devicetree fixes, mostly
for 32-bit ARM, and fairly harmless:

- On OMAP2 there were a few regressions in the ethernet drivers,
  one of them leading to an external abort trap

- One Raspberry Pi version had a misconfigured LED

- Interrupts on Broadcom NSP were slightly misconfigured

- One i.MX6q board had issues with graphics mode setting

- On mmp3 there are some minor fixes that were submitted for
  v5.8 with a cc:stable tag, so I ended up picking them up
  here as well

- The Mediatek Video Codec needs to run at a higher frequency
  than configured originally

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Arnd Bergmann (5):
      Merge branch 'mmp/fixes' into arm/fixes
      Merge tag 'imx-fixes-5.7-2' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge branch 'v5.7-fixes' of
git://git.kernel.org/.../matthias.bgg/linux into arm/fixes
      Merge tag 'arm-soc/for-5.7/devicetree-fixes-part2-v2' of
https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'omap-for-v5.7/cpsw-fixes-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes

Dennis YC Hsieh (1):
      soc: mediatek: cmdq: return send msg error code

Grygorii Strashko (2):
      ARM: dts: am57xx: fix networking on boards with ksz9031 phy
      ARM: dts: am437x: fix networking on boards with ksz9031 phy

Hamish Martin (1):
      ARM: dts: bcm: HR2: Fix PPI interrupt types

Hsin-Yi Wang (1):
      arm64: dts: mt8173: fix vcodec-enc clock

Lubomir Rintel (3):
      ARM: dts: mmp3: Use the MMP3 compatible string for /clocks
      ARM: dts: mmp3-dell-ariel: Fix the SPI devices
      ARM: dts: mmp3: Drop usb-nop-xceiv from HSIC phy

Robert Beckett (1):
      ARM: dts/imx6q-bx50v3: Set display interface clock parents

Tony Lindgren (1):
      ARM: dts: Fix wrong mdio clock for dm814x

Vincent Stehlé (1):
      ARM: dts: bcm2835-rpi-zero-w: Fix led polarity

 arch/arm/boot/dts/am437x-gp-evm.dts             |  2 +-
 arch/arm/boot/dts/am437x-idk-evm.dts            |  2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts             |  4 ++--
 arch/arm/boot/dts/am571x-idk.dts                |  4 ++--
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi |  4 ++--
 arch/arm/boot/dts/am57xx-idk-common.dtsi        |  4 ++--
 arch/arm/boot/dts/bcm-hr2.dtsi                  |  6 +++---
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts        |  2 +-
 arch/arm/boot/dts/dm814x.dtsi                   |  2 +-
 arch/arm/boot/dts/imx6q-b450v3.dts              |  7 -------
 arch/arm/boot/dts/imx6q-b650v3.dts              |  7 -------
 arch/arm/boot/dts/imx6q-b850v3.dts              | 11 -----------
 arch/arm/boot/dts/imx6q-bx50v3.dtsi             | 15 +++++++++++++++
 arch/arm/boot/dts/mmp3-dell-ariel.dts           | 12 ++++++------
 arch/arm/boot/dts/mmp3.dtsi                     |  8 +++-----
 arch/arm64/boot/dts/mediatek/mt8173.dtsi        |  4 ++--
 drivers/soc/mediatek/mtk-cmdq-helper.c          |  4 +++-
 17 files changed, 44 insertions(+), 54 deletions(-)

Comments

pr-tracker-bot@kernel.org May 29, 2020, 11:20 p.m. UTC | #1
The pull request you sent on Sat, 30 May 2020 00:24:13 +0200:

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

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

Thank you!