mbox series

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

Message ID CAK8P3a32CEOeUe+WT_p23FoY3V7vkCyMvBfvGmvSC--cuHxkdA@mail.gmail.com (mailing list archive)
State Mainlined, archived
Commit 6089e65618dca3fc0e7ccd7a6315de62ebf893a4
Headers show
Series [GIT,PULL] ARM: SoC fixes for v5.0 | expand

Pull-request

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

Message

Arnd Bergmann March 2, 2019, 10:28 p.m. UTC
The following changes since commit 5908e6b738e3357af42c10e1183753c70a0117a9:

  Linux 5.0-rc8 (2019-02-24 16:46:45 -0800)

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 6089e65618dca3fc0e7ccd7a6315de62ebf893a4:

  Merge tag 'qcom-fixes-for-5.0-rc8' of
git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into
arm/fixes (2019-03-01 15:08:16 +0100)

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

One more set of simple ARM platform fixes:

 - A boot regression on qualcomm msm8998
 - Gemini display controllers got turned off by accident
 - incorrect reference counting in optee

----------------------------------------------------------------
Andy Gross (1):
      Merge tag 'qcom-fixes-for-5.0-rc3' into fixes-for-5.0-rc8

Arnd Bergmann (2):
      Merge tag 'tee-fix-for-v5.0' of
https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'qcom-fixes-for-5.0-rc8' of
git://git.kernel.org/.../agross/linux into arm/fixes

Julia Lawall (1):
      tee: optee: add missing of_node_put after of_device_is_available

Linus Walleij (1):
      ARM: dts: gemini: Re-enable display controller

Marc Gonzalez (1):
      arm64: dts: qcom: msm8998: Extend TZ reserved memory area

 arch/arm/boot/dts/gemini-dlink-dir-685.dts | 2 +-
 arch/arm64/boot/dts/qcom/msm8998.dtsi      | 2 +-
 drivers/tee/optee/core.c                   | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org March 3, 2019, 12:45 a.m. UTC | #1
The pull request you sent on Sat, 2 Mar 2019 23:28:17 +0100:

> 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/c027c7cf1577bc2333449447c6e48c93126a56b0

Thank you!