* [GIT PULL] soc: fixes for 6.13, part 3
@ 2025-01-11 14:41 Arnd Bergmann
2025-01-11 20:01 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2025-01-11 14:41 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, linux-arm-kernel, soc, Shawn Guo, Bjorn Andersson,
Heiko Stuebner
The following changes since commit 9d89551994a430b50c4fffcb1e617a057fa76e20:
Linux 6.13-rc6 (2025-01-05 14:13:40 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.13-3
for you to fetch changes up to 5391c5d8e60610bf914f767a6a749004e2d223f0:
Merge tag 'v6.13-rockchip-dtsfixes1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes (2025-01-10 18:20:59 +0100)
----------------------------------------------------------------
soc: fixes for 6.13, part 3
Over the Christmas break, a couple of devicetree fixes came in
for Rockchips, Qualcomm and NXP/i.MX. These add some missing
board specific properties, address build time warnings,
The USB/TOG supoprt on X1 Elite regressed, so two earlier DT
changes get reverted for now.
Aside from the devicetree fixes, there is One build fix for the
stm32 firewall driver, and a defconfig change to enable SPDIF
support for i.MX.
----------------------------------------------------------------
Anton Kirilov (1):
arm64: dts: rockchip: Fix the SD card detection on NanoPi R6C/R6S
Arnd Bergmann (3):
Merge tag 'qcom-arm64-fixes-for-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Merge tag 'imx-fixes-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
Merge tag 'v6.13-rockchip-dtsfixes1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Chukun Pan (1):
arm64: dts: rockchip: add reset-names for combphy on rk3568
FUKAUMI Naoki (1):
arm64: dts: rockchip: rename rfkill label for Radxa ROCK 5B
Frank Li (1):
arm64: dts: imx8-ss-audio: add fallback compatible string fsl,imx6ull-esai for esai
Jesse Taube (1):
ARM: dts: imxrt1050: Fix clocks for mmc
Jie Gan (1):
arm64: dts: qcom: sa8775p: fix the secure device bootup issue
Johan Hovold (3):
Revert "arm64: dts: qcom: x1e78100-t14s: enable otg on usb-c ports"
Revert "arm64: dts: qcom: x1e80100-crd: enable otg on usb ports"
Revert "arm64: dts: qcom: x1e80100: enable OTG on USB-C controllers"
Manivannan Sadhasivam (1):
arm64: dts: qcom: sa8775p: Fix the size of 'addr_space' regions
Peter Geis (1):
arm64: dts: rockchip: add hevc power domain clock to rk3328
Qiang Yu (1):
arm64: dts: qcom: x1e80100: Fix up BAR space size for PCIe6a
Stefan Eichenberger (1):
ARM: imx_v6_v7_defconfig: enable SND_SOC_SPDIF
Wei Fang (1):
arm64: dts: imx95: correct the address length of netcmix_blk_ctrl
guanjing (1):
firewall: remove misplaced semicolon from stm32_firewall_get_firewall
arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi | 2 +-
arch/arm/configs/imx_v6_v7_defconfig | 1 +
arch/arm64/boot/dts/freescale/imx8-ss-audio.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8qm-ss-audio.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx95.dtsi | 2 +-
arch/arm64/boot/dts/qcom/sa8775p.dtsi | 5 +++--
arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dts | 8 ++++++++
arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 12 ++++++++++++
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 8 +-------
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 1 +
arch/arm64/boot/dts/rockchip/rk3568.dtsi | 1 +
arch/arm64/boot/dts/rockchip/rk356x-base.dtsi | 2 ++
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi | 1 +
include/linux/bus/stm32_firewall_device.h | 2 +-
15 files changed, 36 insertions(+), 15 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] soc: fixes for 6.13, part 3
2025-01-11 14:41 [GIT PULL] soc: fixes for 6.13, part 3 Arnd Bergmann
@ 2025-01-11 20:01 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2025-01-11 20:01 UTC (permalink / raw)
To: Arnd Bergmann
Cc: Linus Torvalds, linux-kernel, linux-arm-kernel, soc, Shawn Guo,
Bjorn Andersson, Heiko Stuebner
The pull request you sent on Sat, 11 Jan 2025 15:41:22 +0100:
> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.13-3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/da60d1547deea5d597a0a70d43a547e6148b719c
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] soc: fixes for 6.13, part 3
@ 2025-05-23 13:31 Arnd Bergmann
2025-05-23 15:21 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2025-05-23 13:31 UTC (permalink / raw)
To: Linus Torvalds; +Cc: soc, linux-kernel, linux-arm-kernel
The following changes since commit 15eaaa71e8ef142b122942b35653d513cfb90050:
Merge tag 'imx-fixes-6.15-2' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes (2025-05-10 11:10:38 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.15-3
for you to fetch changes up to 070d04f002ddc308b053df4723e83cf43719fda0:
Merge tag 'mvebu-fixes-6.15-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/fixes (2025-05-21 23:26:54 +0200)
----------------------------------------------------------------
soc: fixes for 6.13, part 3
A few last minute fixes:
- two driver fixes for samsung/google platforms, both addressing
mistakes in changes from the 6.15 merge window
- a revert for an allwinner devicetree change that caused problems
- a fix for an older regression with the LEDs on Marvell Armada 3720
- a defconfig change to enable chacha20 again after a crypto
subsystem change in 6.15 inadventently turned it off
----------------------------------------------------------------
Arnd Bergmann (3):
Merge tag 'samsung-fixes-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/fixes
Merge tag 'sunxi-fixes-for-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
Merge tag 'mvebu-fixes-6.15-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/fixes
Fabio Estevam (1):
arm64: defconfig: Ensure CRYPTO_CHACHA20_NEON is selected
Gabor Juhos (1):
arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs
Ivaylo Ivanov (1):
soc: samsung: usi: prevent wrong bits inversion during unconfiguring
Jernej Skrabec (1):
Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection"
Tudor Ambarus (1):
firmware: exynos-acpm: check saved RX before bailing out on empty RX queue
.../boot/dts/allwinner/sun50i-h6-beelink-gs1.dts | 38 +++++++++----------
.../boot/dts/allwinner/sun50i-h6-orangepi-3.dts | 14 +++----
.../boot/dts/allwinner/sun50i-h6-orangepi.dtsi | 22 +++++------
arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi | 8 +++-
arch/arm64/configs/defconfig | 2 +-
drivers/firmware/samsung/exynos-acpm.c | 44 +++++++++++++++-------
drivers/soc/samsung/exynos-usi.c | 2 +-
7 files changed, 75 insertions(+), 55 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] soc: fixes for 6.13, part 3
2025-05-23 13:31 Arnd Bergmann
@ 2025-05-23 15:21 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2025-05-23 15:21 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: Linus Torvalds, soc, linux-kernel, linux-arm-kernel
The pull request you sent on Fri, 23 May 2025 15:31:03 +0200:
> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.15-3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3d0ebc36b0b3e8486ceb6e08e8ae173aaa6d1221
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-05-23 15:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-11 14:41 [GIT PULL] soc: fixes for 6.13, part 3 Arnd Bergmann
2025-01-11 20:01 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-05-23 13:31 Arnd Bergmann
2025-05-23 15:21 ` pr-tracker-bot
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.