Messages in this thread |  | | Date | Mon, 19 Dec 2022 21:28:11 +0100 | From | "Arnd Bergmann" <> | Subject | [GIT PULL] ARM: SoC fixes for 6.2 |
| |
The following changes since commit 830b3c68c1fb1e9176028d02ef86f3cf76aa2476:
Linux 6.1 (2022-12-11 14:15:18 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.2-1
for you to fetch changes up to 6f85602d5fdea936077060ca6853587f01716a45:
Merge tag 'v6.1-soc-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/fixes (2022-12-19 16:47:40 +0100)
---------------------------------------------------------------- ARM: SoC fixes for 6.2
These are a couple of build fixes from randconfig testing, plus a set of Mediatek SoC specific fixes, all trivial.
---------------------------------------------------------------- Arnd Bergmann (5): ARM: pxa: fix building with clang ARM: disallow pre-ARMv5 builds with ld.lld soc: tegra: fix CPU_BIG_ENDIAN dependencies Merge tag 'v6.1-dts64-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/fixes Merge tag 'v6.1-soc-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/fixes
Chen-Yu Tsai (1): arm64: dts: mt8183: Fix Mali GPU clock
Chun-Jie Chen (1): soc: mediatek: pm-domains: Fix the power glitch issue
Corentin Labbe (1): MAINTAINERS: add related dts to IXP4xx
Krzysztof Kozlowski (1): ARM: dts: spear: drop 0x from unit address
Macpaul Lin (1): arm64: dts: mediatek: mt8195-demo: fix the memory size of node secmon
MAINTAINERS | 1 + arch/arm/Kconfig | 2 ++ arch/arm/boot/dts/spear300.dtsi | 2 +- arch/arm/boot/dts/spear310.dtsi | 2 +- arch/arm/boot/dts/spear320.dtsi | 2 +- arch/arm/mach-pxa/pxa27x.c | 8 ++++++++ arch/arm/mach-pxa/pxa3xx.c | 8 ++++++++ arch/arm64/boot/dts/mediatek/mt8183.dtsi | 2 +- arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 4 ++-- drivers/soc/mediatek/mtk-pm-domains.c | 2 +- drivers/soc/tegra/Kconfig | 3 +++ 11 files changed, 29 insertions(+), 7 deletions(-)
|  |