[GIT PULL] ARM: SoC fixes for 5.13
Arnd Bergmann
arnd at kernel.org
Thu May 20 14:04:12 PDT 2021
The following changes since commit 0c855563182001c829065faa17f8e29e9ceffe13:
Merge tag 'arm-apple-m1-5.13' of
git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2021-04-26
12:30:36 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-soc-fixes-5.13-1
for you to fetch changes up to d37316b72e8bf95a52d1c3e93c823d128c09b521:
ARM: npcm: wpcm450: select interrupt controller driver (2021-05-18
15:27:27 +0200)
----------------------------------------------------------------
ARM: SoC fixes for 5.13
Only a small number of fixes so far, including some that I had applied
during the merge window, so this is based on the original merge of the
other branches.
- The largest change is a fix for a reference counting bug in
the AMD TEE driver.
- Neil Armstrong now co-maintains Amlogic SoC support
- Two build warning fixes for renesas device tree files
- A sign expansion bug for optee
- A DT binding fix for a mismerge
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
----------------------------------------------------------------
Arnd Bergmann (4):
dt-bindings: nvmem: mediatek: remove duplicate mt8192 line
Merge tag 'scmi-fixes-5.13' of
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into
arm/fixes
Merge tag 'renesas-arm-dt-for-v5.13-tag3' of
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into
arm/fixes
Merge tag 'amdtee-fixes-for-v5.13' of
git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
Dan Carpenter (1):
firmware: arm_scpi: Prevent the ternary sign expansion bug
Jonathan Neuschäfer (1):
ARM: npcm: wpcm450: select interrupt controller driver
Kevin Hilman (1):
MAINTAINERS: ARM/Amlogic SoCs: add Neil as primary maintainer
Niklas Söderlund (2):
arm64: dts: renesas: aistarvision-mipi-adapter-2.1: Fix CSI40 ports
arm64: dts: renesas: Add port at 0 node for all CSI-2 nodes to dtsi
Rijo Thomas (1):
tee: amdtee: unload TA only when its refcount becomes 0
Wan Jiabing (1):
firmware: arm_scmi: Remove duplicate declaration of struct
scmi_protocol_handle
.../devicetree/bindings/nvmem/mtk-efuse.txt | 1 -
MAINTAINERS | 2 +-
arch/arm/mach-npcm/Kconfig | 1 +
...hope-rzg2-ex-aistarvision-mipi-adapter-2.1.dtsi | 2 -
arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 8 ++
arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 8 ++
.../boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts | 2 +-
arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 4 +
arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 8 ++
arch/arm64/boot/dts/renesas/r8a77950.dtsi | 4 +
arch/arm64/boot/dts/renesas/r8a77951.dtsi | 12 +++
arch/arm64/boot/dts/renesas/r8a77960.dtsi | 8 ++
arch/arm64/boot/dts/renesas/r8a77961.dtsi | 8 ++
arch/arm64/boot/dts/renesas/r8a77965.dtsi | 8 ++
arch/arm64/boot/dts/renesas/r8a77970.dtsi | 4 +
arch/arm64/boot/dts/renesas/r8a77980.dtsi | 8 ++
arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 2 -
arch/arm64/boot/dts/renesas/r8a77990.dtsi | 4 +
arch/arm64/boot/dts/renesas/salvator-common.dtsi | 3 -
drivers/firmware/arm_scmi/notify.h | 2 -
drivers/firmware/arm_scpi.c | 4 +-
drivers/tee/amdtee/amdtee_private.h | 13 +++
drivers/tee/amdtee/call.c | 94 +++++++++++++++++++---
drivers/tee/amdtee/core.c | 15 ++--
24 files changed, 196 insertions(+), 29 deletions(-)
More information about the linux-arm-kernel
mailing list