[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <5547084c-db39-4a92-968b-413f5d843582@app.fastmail.com>
Date: Thu, 17 Oct 2024 15:43:42 +0000
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: soc@...ts.linux.dev, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: [GIT PULL] soc: fixes for 6.12
The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:
Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.12
for you to fetch changes up to 1b59d6c19c2ca4e705effee5c2f68fd8ab307c90:
Merge tag 'scmi-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes (2024-10-15 20:39:43 +0000)
----------------------------------------------------------------
soc: fixes for 6.12
Most of the fixes this time are for platform specific drivers, addressing
issues found through build testing on freescale, ep93xx, starfive,
and npcm platforms, as as well as the ffa firmware.
The fixes for the scmi firmware driver address compatibility problems
found on broadcom machines.
There are only two devicetree fixes, addressing incorrect in configuration
on broadcom and marvell machines.
The changes to the Documentation and MAINTAINERS files are for
clarification only.
----------------------------------------------------------------
Alexander Sverdlin (2):
dmaengine: cirrus: ERR_CAST() ioremap error
dmaengine: cirrus: check that output may be truncated
Arnd Bergmann (7):
Merge tag 'soc_fsl-6.12-3' of https://github.com/chleroy/linux into arm/fixes
Merge tag 'arm-soc/for-6.12/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
firmware: arm_ffa: Avoid string-fortify warning in export_uuid()
Merge tag 'reset-fixes-for-v6.12' of git://git.pengutronix.de/pza/linux into arm/fixes
Merge tag 'mvebu-fixes-6.12-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/fixes
Merge tag 'ffa-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Merge tag 'scmi-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Changhuang Liang (1):
reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC
Florian Fainelli (1):
firmware: arm_scmi: Give SMC transport precedence over mailbox
Florian Klink (1):
ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin
Gavin Shan (1):
firmware: arm_ffa: Avoid string-fortify warning caused by memcpy()
Geert Uytterhoeven (1):
soc: fsl: cpm1: qmc: Do not use IS_ERR_VALUE() on error pointers
Herve Codina (1):
soc: fsl: cpm1: qmc: Fix unused data compilation warning
Josua Mayer (1):
arm64: dts: marvell: cn9130-sr-som: fix cp0 mdio pin numbers
Justin Chen (1):
firmware: arm_scmi: Queue in scmi layer for mailbox implementation
Konstantin Ryabitsev (1):
MAINTAINERS: use the canonical soc mailing list address and mark it as L:
Krzysztof Kozlowski (1):
Documentation/process: maintainer-soc: clarify submitting patches
Su Hui (1):
firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup()
Yan Zhen (1):
reset: npcm: convert comma to semicolon
Documentation/process/maintainer-soc.rst | 42 +++++++++++++++++++---
MAINTAINERS | 4 +--
arch/arm/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts | 2 +-
arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi | 2 +-
drivers/dma/ep93xx_dma.c | 9 +++--
drivers/firmware/arm_ffa/driver.c | 13 ++++---
drivers/firmware/arm_scmi/driver.c | 4 +--
drivers/firmware/arm_scmi/transports/Makefile | 6 ++--
drivers/firmware/arm_scmi/transports/mailbox.c | 32 +++++++++++------
drivers/reset/reset-npcm.c | 4 +--
drivers/reset/starfive/reset-starfive-jh71x0.c | 3 ++
drivers/soc/fsl/qe/qmc.c | 11 +++---
12 files changed, 92 insertions(+), 40 deletions(-)
Powered by blists - more mailing lists