mbox series

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

Message ID CAK8P3a1veuKq=3QNY-UrvpsK3RPCVNjf-uS+bwpyJzQfeXs-rA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] ARM: SoC fixes for v5.1 | expand

Pull-request

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

Message

Arnd Bergmann March 28, 2019, 3:03 a.m. UTC
The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00:

  Linux 5.1-rc2 (2019-03-24 14:02:26 -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 93958742192e7956d05989836ada9071f9ffe42e:

  arm64: tegra: Disable CQE Support for SDMMC4 on Tegra186 (2019-03-25
17:12:20 +0100)

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

A couple of minor fixes only for now

- Incorrect DMA channels on Renesas R-Car
- Broadcom bcm2835 error handling fixes
- Kconfig dependency fixes for bcm2835 and davinci
- CPU idle wakeup fix for i.MX6
- MMC regression on Tegra186
- Incorrect phy settings on one imx board

----------------------------------------------------------------
Arnd Bergmann (4):
      Merge tag 'renesas-fixes-for-v5.1' of
git://git.kernel.org/.../horms/renesas into arm/fixes
      Merge tag 'arm-soc/for-5.1/devicetree-fixes' of
https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'arm-soc/for-5.1/soc-fixes' of
https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'imx-fixes-5.1' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes

Eric Anholt (3):
      soc: bcm: bcm2835-pm: Fix PM_IMAGE_PERI power domain support.
      soc: bcm: bcm2835-pm: Fix error paths of initialization.
      arm64: bcm2835: Add missing dependency on MFD_CORE.

Florian Fainelli (2):
      Merge tag 'tags/bcm2835-drivers-next-2019-03-12' into soc/fixes
      Merge tag 'tags/bcm2835-dt-next-2019-03-04' into devicetree/fixes

Geert Uytterhoeven (1):
      arm64: dts: renesas: r8a774c0: Fix SCIF5 DMA channels

Helen Koike (1):
      ARM: dts: bcm283x: Fix hdmi hpd gpio pull

Jonathan Hunter (1):
      arm64: tegra: Disable CQE Support for SDMMC4 on Tegra186

Kohji Okuno (1):
      ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time

Linus Walleij (1):
      ARM: dts: nomadik: Fix polarity of SPI CS

Marco Felsch (1):
      ARM: dts: pfla02: increase phy reset duration

Masanari Iida (1):
      ARM: dts: imx6qdl: Fix typo in imx6qdl-icore-rqs.dtsi

Michal Vokáč (2):
      ARM: dts: imx6dl-yapp4: Use rgmii-id phy mode on the cpu port
      ARM: dts: imx6dl-yapp4: Use correct pseudo PHY address for the switch

Nishad Kamdar (1):
      ARM: dts: imx6ull: Use the correct style for SPDX License Identifier

Sekhar Nori (1):
      ARM: davinci: fix build failure with allnoconfig

Takeshi Kihara (1):
      arm64: dts: renesas: r8a77990: Fix SCIF5 DMA channels

Uwe Kleine-König (2):
      ARM: imx_v6_v7_defconfig: continue compiling the pwm driver
      ARM: imx_v4_v5_defconfig: enable PWM driver

Wen Yang (1):
      ARM: imx51: fix a leaked reference by adding missing of_node_put

 arch/arm/Kconfig                             |  1 +
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts     |  2 +-
 arch/arm/boot/dts/imx6dl-yapp4-common.dtsi   |  6 +++---
 arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi     |  4 ++--
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi |  1 +
 arch/arm/boot/dts/imx6ull-pinfunc-snvs.h     |  2 +-
 arch/arm/boot/dts/ste-nomadik-nhk15.dts      |  9 +++++----
 arch/arm/configs/imx_v4_v5_defconfig         |  3 +++
 arch/arm/configs/imx_v6_v7_defconfig         |  2 +-
 arch/arm/mach-imx/cpuidle-imx6q.c            | 27 ++++++++++-----------------
 arch/arm/mach-imx/mach-imx51.c               |  1 +
 arch/arm64/Kconfig.platforms                 |  1 +
 arch/arm64/boot/dts/nvidia/tegra186.dtsi     |  1 -
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi    |  7 +++----
 arch/arm64/boot/dts/renesas/r8a77990.dtsi    |  7 +++----
 drivers/soc/bcm/bcm2835-power.c              | 49
++++++++++++++++++++++++++++++++++++++++++-------
 16 files changed, 78 insertions(+), 45 deletions(-)

Comments

pr-tracker-bot@kernel.org March 28, 2019, 3:55 p.m. UTC | #1
The pull request you sent on Thu, 28 Mar 2019 11:03:04 +0800:

> 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/97c41a6bdce506bad1cce623378656a5cb956a18

Thank you!