Message ID | CAK8P3a17ccHJKteXL6Q+LxVR8m1BbedvNiVsmn_tQh6vj=bHmg@mail.gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | f04298169d9c522d611a2ce8c54489990c38e72f |
Headers | show |
Series | [GIT,PULL] ARM: SoC fixes for 5.15, part 2 | expand |
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!
Hello: This pull request was applied to soc/soc.git (arm/fixes) by Linus Torvalds <torvalds@linux-foundation.org>: On Fri, 15 Oct 2021 22:48:54 +0200 you wrote: > 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 > > [...] Here is the summary with links: - [GIT,PULL] ARM: SoC fixes for 5.15, part 2 https://git.kernel.org/soc/soc/c/f04298169d9c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
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(-)