All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	 Linux ARM <linux-arm-kernel@lists.infradead.org>,
	SoC Team <soc@kernel.org>
Subject: [GIT PULL] ARM: SoC fixes for 5.13
Date: Thu, 20 May 2021 23:04:12 +0200	[thread overview]
Message-ID: <CAK8P3a0QqwkGDabWzD+oDp7jsfkuLEaFxmCaHBuu_HVd4TxLXg@mail.gmail.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	 Linux ARM <linux-arm-kernel@lists.infradead.org>,
	SoC Team <soc@kernel.org>
Subject: [GIT PULL] ARM: SoC fixes for 5.13
Date: Thu, 20 May 2021 23:04:12 +0200	[thread overview]
Message-ID: <CAK8P3a0QqwkGDabWzD+oDp7jsfkuLEaFxmCaHBuu_HVd4TxLXg@mail.gmail.com> (raw)
Message-ID: <20210520210412.UXbfbcSYqiNXjgxizZkuvgkiBSsd-NT8BHFRFX0_4nE@z> (raw)

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

             reply	other threads:[~2021-05-20 21:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-20 21:04 Arnd Bergmann [this message]
2021-05-20 21:04 ` [GIT PULL] ARM: SoC fixes for 5.13 Arnd Bergmann
2021-05-21  0:48 ` pr-tracker-bot
2021-05-21  0:48   ` pr-tracker-bot
2021-06-05 22:58 ` patchwork-bot+linux-soc
2021-06-05 23:00 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK8P3a0QqwkGDabWzD+oDp7jsfkuLEaFxmCaHBuu_HVd4TxLXg@mail.gmail.com \
    --to=arnd@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.