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

The following changes since commit 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc:

  Linux 5.15-rc5 (2021-10-10 17:01:59 -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.15-2

for you to fetch changes up to 011ace4a7fadcbe8670b615e0db1e8d7b813ee6c:

  Merge tag 'imx-fixes-5.15-3' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes (2021-10-15 20:48:08 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 5.15, part 2

A small number fixes this time, mostly touching actual code:

 - Add platform device for i.MX System Reset Controller (SRC) to fix
   a regression caused by fw_devlink change.

 - A fixup for a boot regression caused by my own rework for the
   Qualcomm SCM driver.

 - Multiple bugfixes for the Arm FFA and optee firmware drivers,
   addressing problems when they are built as a loadable module.

 - Four dts bugfixes for the Broadcom SoC used in Raspberry pi, addressing
   VEC (video encoder), MDIO bus controller #address-cells/#size-cells,
   SDIO voltage and PCIe host bridge dtc warnings.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Arnd Bergmann (5):
      Merge tag 'ffa-fixes-5.15' of
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into
arm/fixes
      Merge tag 'arm-soc/for-5.15/devicetree' of
https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'optee-fix2-for-v5.15' of
git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      iommu/arm: fix ARM_SMMU_QCOM compilation
      Merge tag 'imx-fixes-5.15-3' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes

Florian Fainelli (1):
      Merge tag 'tags/bcm2835-dt-fixes-2021-10-06' into devicetree/fixes

Mateusz Kwiatkowski (1):
      ARM: dts: bcm283x: Fix VEC address for BCM2711

Nicolas Saenz Julienne (2):
      ARM: dts: bcm2711-rpi-4-b: Fix pcie0's unit address formatting
      ARM: dts: bcm2711-rpi-4-b: Fix usb's unit address

Philipp Zabel (1):
      ARM: imx: register reset controller from a platform driver

Stefan Wahren (2):
      ARM: dts: bcm2711: fix MDIO #address- and #size-cells
      ARM: dts: bcm2711-rpi-4-b: fix sd_io_1v8_reg regulator states

Sudeep Holla (2):
      firmware: arm_ffa: Add missing remove callback to ffa_bus_type
      firmware: arm_ffa: Fix __ffa_devices_unregister

Sumit Garg (1):
      tee: optee: Fix missing devices unregister during optee_remove

 arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 11 +++++-----
 arch/arm/boot/dts/bcm2711.dtsi        | 12 +++++++++--
 arch/arm/boot/dts/bcm2835-common.dtsi |  8 +++++++
 arch/arm/boot/dts/bcm283x.dtsi        |  8 -------
 arch/arm/mach-imx/src.c               | 40 +++++++++++++++++++++++++++--------
 drivers/firmware/arm_ffa/bus.c        | 10 ++++++++-
 drivers/iommu/Kconfig                 |  8 +++++++
 drivers/tee/optee/core.c              |  3 +++
 drivers/tee/optee/device.c            | 22 +++++++++++++++++++
 drivers/tee/optee/optee_private.h     |  1 +
 10 files changed, 98 insertions(+), 25 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.15, part 2
  2021-10-15 20:48 [GIT PULL] ARM: SoC fixes for 5.15, part 2 Arnd Bergmann
@ 2021-10-16 16:23 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-10-16 16:23 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, Linux Kernel Mailing List, Linux ARM, SoC Team,
	Florian Fainelli, Sudeep Holla

The pull request you sent on Fri, 15 Oct 2021 22:48:54 +0200:

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

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

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-10-16 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 20:48 [GIT PULL] ARM: SoC fixes for 5.15, part 2 Arnd Bergmann
2021-10-16 16:23 ` 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).