[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <10ff8b28-3892-4920-b4a0-4612fe814f6d@app.fastmail.com>
Date: Wed, 20 Dec 2023 13:21:17 +0000
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: soc@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] ARM: SoC fixes for 6.7, part 2
The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:
Linux 6.7-rc5 (2023-12-10 14:33: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.7-2
for you to fetch changes up to fa3d6c7183106a187a8d399216db3f088a6aab81:
arm64: dts: mediatek: mt8395-genio-1200-evk: add interrupt-parent for mt6360 (2023-12-20 13:05:43 +0000)
----------------------------------------------------------------
ARM: SoC fixes for 6.7, part 2
There are only a handful of bugfixes this time, which feels almost too
small, so I hope we are not missing something important.
- One more mediatek dts warning fix after the previous larger set,
this should finally result in a clean defconfig build.
- TI OMAP dts fixes for a spurious hang on am335x and invalid data on DTA7
- One DTS fix for ethernet on Oriange Pi Zero (Allwinner H616)
- A regression fix for ti-sysc interconnect target module driver to
not access registers after reset if srst_udelay quirk is needed
- Reset controller driver fixes for a crash during error handling and
a build warning
----------------------------------------------------------------
Andrew Davis (1):
ARM: dts: dra7: Fix DRA7 L3 NoC node register size
Arnd Bergmann (4):
Merge tag 'sunxi-fixes-for-6.7-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
Merge tag 'reset-fixes-for-v6.7' of git://git.pengutronix.de/pza/linux into arm/fixes
Merge tag 'omap-for-v6.7/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
Merge tag 'am3-usb-hang-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
Chukun Pan (1):
arm64: dts: allwinner: h616: update emac for Orange Pi Zero 3
Geert Uytterhoeven (1):
reset: Fix crash when freeing non-existent optional resets
Krzysztof Kozlowski (1):
reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
Kunwu Chan (1):
ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init
Macpaul Lin (1):
arm64: dts: mediatek: mt8395-genio-1200-evk: add interrupt-parent for mt6360
Tony Lindgren (2):
bus: ti-sysc: Flush posted write only after srst_udelay
ARM: dts: Fix occasional boot hang for am3 usb
arch/arm/boot/dts/ti/omap/am33xx.dtsi | 1 +
arch/arm/boot/dts/ti/omap/dra7.dtsi | 2 +-
arch/arm/mach-omap2/id.c | 5 +++++
.../boot/dts/allwinner/sun50i-h616-orangepi-zero.dtsi | 3 ---
.../boot/dts/allwinner/sun50i-h616-orangepi-zero2.dts | 3 +++
.../boot/dts/allwinner/sun50i-h618-orangepi-zero3.dts | 2 ++
arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts | 1 +
drivers/bus/ti-sysc.c | 18 ++++++++++++++----
drivers/reset/core.c | 8 ++++----
drivers/reset/hisilicon/hi6220_reset.c | 2 +-
10 files changed, 32 insertions(+), 13 deletions(-)
Powered by blists - more mailing lists