[GIT PULL] ARM: SoC fixes for v5.16, part 2

Arnd Bergmann arnd at kernel.org
Thu Nov 25 07:48:00 PST 2021


The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-fixes-5.16-2

for you to fetch changes up to 383a44aec91c327ef4a9d03cfa65d1eaf3746c06:

  memory: mtk-smi: Fix a null dereference for the ostd (2021-11-25
14:46:00 +0100)

----------------------------------------------------------------
ARM: SoC fixes for v5.16, part 2

There are only a few devicetree fixes this time:

 - one outdated devicetree property that slipped into the
   newly added ExynosAutov9 support

 - three changes to Broadcom SoCs that had incorrect
   number values for interrupts or irqchips.

In the MAINTAINERS file, Nishanth Menon gets listed for TI K3 SoCs,
while Taichi Sugaya and Takao Orito take ownership of the Socionext
Milbeaut platform.

All other changes are for SoC specific drivers, fixing:

 - A missing NULL pointer check in the mediatek memory driver

 - An integer overflow issue in the Arm smccc firwmare interface

 - A false-positive fortify-source check

 - Error handling fixes for optee and smci

 - Incorrect message format in one SCMI call

----------------------------------------------------------------
Arnd Bergmann (4):
      Merge tag 'arm-soc/for-5.16/devicetree-fixes' of
https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'optee-fix-for-v5.16' of
git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'scmi-fixes-5.16' of
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into
arm/fixes
      Merge tag 'socfpga_fix_for_v5.16' of
git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into
arm/fixes

Chanho Park (1):
      arm64: dts: exynos: drop samsung,ufs-shareability-reg-offset in
ExynosAutov9

Cristian Marussi (3):
      firmware: arm_scmi: Fix null de-reference on error path
      firmware: arm_scmi: Fix type error in sensor protocol
      firmware: arm_scmi: Fix type error assignment in voltage protocol

Florian Fainelli (3):
      ARM: dts: BCM5301X: Fix I2C controller interrupt
      ARM: dts: BCM5301X: Add interrupt properties to GPIO node
      ARM: dts: bcm2711: Fix PCIe interrupts

Lv Ruyi (1):
      optee: fix kfree NULL pointer

Michael Kelley (1):
      firmware: smccc: Fix check for ARCH_SOC_ID not implemented

Nishanth Menon (1):
      MAINTAINERS: Update maintainer entry for keystone platforms

Peng Fan (1):
      firmware: arm_scmi: pm: Propagate return value to caller

Sugaya Taichi (1):
      MAINTAINERS: Add entry to MAINTAINERS for Milbeaut

Takashi Iwai (1):
      ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE

Vincent Guittot (1):
      firmware: arm_scmi: Fix base agent discover response

Yong Wu (1):
      memory: mtk-smi: Fix a null dereference for the ostd

 MAINTAINERS                                  | 15 +++++++++++++--
 arch/arm/boot/dts/bcm2711.dtsi               |  8 +++++++-
 arch/arm/boot/dts/bcm5301x.dtsi              |  4 +++-
 arch/arm/mach-socfpga/core.h                 |  2 +-
 arch/arm/mach-socfpga/platsmp.c              |  8 ++++----
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi |  3 +--
 drivers/firmware/arm_scmi/base.c             | 15 ++++++++++++---
 drivers/firmware/arm_scmi/scmi_pm_domain.c   |  4 +---
 drivers/firmware/arm_scmi/sensors.c          |  2 +-
 drivers/firmware/arm_scmi/virtio.c           | 10 +++++-----
 drivers/firmware/arm_scmi/voltage.c          |  2 +-
 drivers/firmware/smccc/soc_id.c              |  2 +-
 drivers/memory/mtk-smi.c                     |  2 +-
 drivers/tee/optee/ffa_abi.c                  |  7 +++----
 14 files changed, 54 insertions(+), 30 deletions(-)



More information about the linux-arm-kernel mailing list