linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 5.13
@ 2021-05-20 21:04 Arnd Bergmann
  2021-05-21  0:48 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2021-05-20 21:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Linux ARM, SoC Team

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ARM: SoC fixes for 5.13
  2021-05-20 21:04 [GIT PULL] ARM: SoC fixes for 5.13 Arnd Bergmann
@ 2021-05-21  0:48 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-05-21  0:48 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, Linux Kernel Mailing List, Linux ARM, SoC Team

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-21  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 21:04 [GIT PULL] ARM: SoC fixes for 5.13 Arnd Bergmann
2021-05-21  0:48 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).