mbox series

[GIT,PULL] ARM: SoC fixes for -rc8

Message ID CAK8P3a0MsTFjqChoz+DLSC8nVnBuvqQdYx6V0SuCybg7MZ79mQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: SoC fixes for -rc8 | expand

Pull-request

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

Message

Arnd Bergmann Sept. 6, 2019, 7:48 p.m. UTC
The following changes since commit 089cf7f6ecb266b6a4164919a2e69bd2f938374a:

  Linux 5.3-rc7 (2019-09-02 09:57:40 -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 8928e917aeafaf38d65cc5cbc1f11e952dbed062:

  soc: qcom: geni: Provide parameter error checking (2019-09-06 11:08:08 +0200)

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

There are three more fixes for this week:

- The Windows-on-ARM laptops require a workaround to
  prevent crashing at boot from ACPI
- The Renesas "draak" board needs one bugfix for
  the backlight regulator
- Also for Renesas, the "hihope" board accidentally
  had its eMMC turned off in the 5.3 merge window.

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

----------------------------------------------------------------
Arnd Bergmann (2):
      Merge tag 'renesas-fixes-for-v5.3' of
git://git.kernel.org/.../horms/renesas into arm/fixes
      Merge tag 'renesas-fixes2-for-v5.3' of
git://git.kernel.org/.../horms/renesas into arm/fixes

Fabrizio Castro (1):
      arm64: dts: renesas: hihope-common: Fix eMMC status

Geert Uytterhoeven (1):
      arm64: dts: renesas: r8a77995: draak: Fix backlight regulator name

Lee Jones (1):
      soc: qcom: geni: Provide parameter error checking

 arch/arm64/boot/dts/renesas/hihope-common.dtsi | 1 +
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 6 +++---
 drivers/soc/qcom/qcom-geni-se.c                | 6 ++++++
 3 files changed, 10 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 6, 2019, 8 p.m. UTC | #1
The pull request you sent on Fri, 6 Sep 2019 21:48:09 +0200:

> 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/36daa831b55538dc2e4a906de20c5d91033ebb21

Thank you!