mbox series

[GIT,PULL] ARM: SoC fixes for 5.13

Message ID CAK8P3a0QqwkGDabWzD+oDp7jsfkuLEaFxmCaHBuu_HVd4TxLXg@mail.gmail.com (mailing list archive)
State Accepted
Commit ba816d3c265cfe9ed0ee8347eab63cf5ac3cf5dc
Headers show
Series [GIT,PULL] ARM: SoC fixes for 5.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-soc-fixes-5.13-1

Message

Arnd Bergmann May 20, 2021, 9:04 p.m. UTC
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@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@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(-)

Comments

pr-tracker-bot@kernel.org May 21, 2021, 12:48 a.m. UTC | #1
The pull request you sent on Thu, 20 May 2021 23:04:12 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-soc-fixes-5.13-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ba816d3c265cfe9ed0ee8347eab63cf5ac3cf5dc

Thank you!
patchwork-bot+linux-soc@kernel.org June 5, 2021, 10:58 p.m. UTC | #2
Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes):

On Thu, 20 May 2021 23:04:12 +0200 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: SoC fixes for 5.13
    https://git.kernel.org/soc/soc/c/ba816d3c265c

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
patchwork-bot+linux-soc@kernel.org June 5, 2021, 11 p.m. UTC | #3
Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Thu, 20 May 2021 23:04:12 +0200 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: SoC fixes for 5.13
    https://git.kernel.org/soc/soc/c/ba816d3c265c

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html