[GIT PULL] ARM: SoC fixes for v5.0
From: Arnd Bergmann
Date: Sat Mar 02 2019 - 17:28:38 EST
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(-)