We have close to 1000 commits this time, as usual they are
mostly arm64 DT updates.
Most notably there are two completely new SoC platforms:
a data processing unit from AMD/Pensando and a RISC-V
based high-end design from Sophgo.
The code changes are fairly minimal, most of the driver
updates are are minor cleanups, with firmware drivers
being the main exception that add new features.
The most active contributors by number of patches were
68 Fabio Estevam
59 Krzysztof Kozlowski
37 Uwe Kleine-König
35 Dmitry Baryshkov
25 Sudeep Holla
22 Ulf Hansson
21 Konrad Dybcio
20 Stephan Gerhold
19 Geert Uytterhoeven
16 Luca Weiss
15 Claudiu Beznea
14 Thierry Reding
12 Adam Ford
11 Chris Morgan
10 Robert Marko
10 Alexander Stein
The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072:
Linux 6.6-rc3 (2023-09-24 14:31:13 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-defconfig-6.7
for you to fetch changes up to 216da5ebb83a13caece8032ee443acfd6a6083b6:
Merge tag 'ti-k3-config-for-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/defconfig (2023-10-27 17:28:10 +0200)
----------------------------------------------------------------
ARM defconfig updates for 6.7
These are the usual trivial changes to enable a couple of newly added
device drivers and remove lines for Kconfig options that are no
longer needed.
----------------------------------------------------------------
Alexander Stein (1):
arm64: defconfig: Enable Samsung DSIM driver
Arnd Bergmann (9):
Merge tag 'renesas-arm-defconfig-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/defconfig
Merge tag 'renesas-arm-defconfig-for-v6.7-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/defconfig
Merge tag 'imx-defconfig-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/defconfig
Merge tag 'qcom-arm64-defconfig-for-6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/defconfig
Merge tag 'aspeed-6.7-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into soc/defconfig
Merge tag 'samsung-defconfig-6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/defconfig
Merge tag 'amlogic-defconfig-for-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into soc/defconfig
Merge tag 'qcom-arm64-defconfig-for-6.7-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/defconfig
Merge tag 'ti-k3-config-for-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/defconfig
Claudiu Beznea (1):
arm64: defconfig: Enable RZ/G3S (R9A08G045) SoC
Dmitry Baryshkov (2):
arm64: defconfig: enable CONFIG_TYPEC_QCOM_PMIC
arm64: defconfig: enable DisplayPort altmode support
Fabio Estevam (1):
arm64: defconfig: Enable CONFIG_USB_MASS_STORAGE
Geert Uytterhoeven (1):
ARM: shmobile: defconfig: Refresh for v6.6-rc3
Jai Luthra (1):
arm64: defconfig: Enable TPS6593 PMIC for SK-AM62A
Joel Stanley (4):
ARM: config: aspeed: Add new FSI drivers
ARM: config: aspeed: Add Ampere SMPro drivers
ARM: config: aspeed_g5: Enable SSIF BMC driver
ARM: config: aspeed: Remove FIRMWARE_MEMMAP
Konrad Dybcio (1):
arm64: defconfig: enable Qualcomm SM6115 LPASS pinctrl
Krzysztof Kozlowski (1):
arm64: defconfig: enable Qualcomm SM8350 LPASS pinctrl
Marek Szyprowski (7):
ARM: multi_v7_defconfig: make Exynos related PHYs modules
ARM: multi_v7_defconfig: add AHCI_DWC driver
ARM: exynos_defconfig: replace SATA_AHCI_PLATFORM with AHCI_DWC driver
ARM: multi_v7_defconfig: add tm2-touchkey driver
ARM: multi_v7_defconfig: add drivers for S5C73M3 & S5K6A3 camera sensors
ARM: exynos_defconfig: add driver for ISL29018
arm64: defconfig: add various drivers for Amlogic based boards
Neil Armstrong (1):
arm64: defconfig: enable NB7VPQ904M driver as module
Svyatoslav Ryhel (1):
ARM: s5pv210_defconfig: enable IIO required by MAX17040
Trevor Woerner (1):
ARM: defconfig: cleanup orphaned CONFIGs
Varadarajan Narayanan (1):
arm64: defconfig: Enable M31 USB phy driver
arch/arm/configs/aspeed_g4_defconfig | 1 -
arch/arm/configs/aspeed_g5_defconfig | 8 +++++++-
arch/arm/configs/exynos_defconfig | 3 ++-
arch/arm/configs/keystone_defconfig | 1 -
arch/arm/configs/multi_v7_defconfig | 7 ++++++-
arch/arm/configs/omap2plus_defconfig | 8 --------
arch/arm/configs/s5pv210_defconfig | 1 +
arch/arm/configs/shmobile_defconfig | 2 +-
arch/arm64/configs/defconfig | 19 +++++++++++++++++++
9 files changed, 36 insertions(+), 14 deletions(-)
The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072:
Linux 6.6-rc3 (2023-09-24 14:31:13 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-arm-6.7
for you to fetch changes up to a9838799e2fa9fedd77867942e661b657d5591a0:
arm: debug: reuse the config DEBUG_OMAP2UART{1,2} for OMAP{3,4,5} (2023-10-26 17:26:15 +0200)
----------------------------------------------------------------
ARM: SoC code changes for 6.7
The AMD Pensando DPU platform gets added to arm64, and some
minor updates make it into Renesas' 32-bit platforms.
----------------------------------------------------------------
Arnd Bergmann (1):
Merge tag 'renesas-arm-soc-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/arm
Brad Larson (2):
MAINTAINERS: Add entry for AMD PENSANDO
arm64: Add config for AMD Pensando SoC platforms
Geert Uytterhoeven (4):
ARM: shmobile: rcar-gen2: Remove unneeded once handling
ARM: shmobile: rcar-gen2: Reserve boot area when SMP is enabled
ARM: shmobile: r8a7779: Reserve boot area when SMP is enabled
ARM: shmobile: sh73a0: Reserve boot area when SMP is enabled
Lukas Bulwahn (1):
arm: debug: reuse the config DEBUG_OMAP2UART{1,2} for OMAP{3,4,5}
MAINTAINERS | 7 +++++++
arch/arm/Kconfig.debug | 12 ++++--------
arch/arm/mach-shmobile/pm-rcar-gen2.c | 5 +++--
arch/arm/mach-shmobile/smp-r8a7779.c | 9 ++++++++-
arch/arm/mach-shmobile/smp-sh73a0.c | 10 ++++++++--
arch/arm64/Kconfig.platforms | 12 ++++++++++++
6 files changed, 42 insertions(+), 13 deletions(-)
© 2016 - 2025 Red Hat, Inc.