From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: soc@lists.linux.dev, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/4] soc: defconfig updates for 7.1
Date: Fri, 17 Apr 2026 00:30:16 +0200 [thread overview]
Message-ID: <704b8a79-4fe5-4815-82aa-026de29dcf1a@app.fastmail.com> (raw)
In-Reply-To: <c595dc8e-6367-4922-98ed-90bdd4c3c24f@app.fastmail.com>
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-defconfig-7.1
for you to fetch changes up to 07e1a498ee9a9e715208c06b39edd8f7d22f3b50:
Merge tag 'at91-defconfig-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/defconfig (2026-04-04 17:24:37 +0200)
----------------------------------------------------------------
soc: defconfig updates for 7.1
As usual, we enable a number of additional device drivers as loadable
modules, to support the added platforms. The largest change this time
is for OMAP2/3, which were not that well supported in the generic arm32
defconfig.
The Tegra SoC platforms are now enabled by default in Kconfig when
ARCH_TEGRA is enabled, which means the defconfig change is done at
the same time as the Kconfig change here.
----------------------------------------------------------------
Abel Vesa (1):
arm64: defconfig: Enable Qualcomm Eliza basic resource providers
Ajay Kumar Nandam (1):
arm64: defconfig: Enable Qualcomm WCD937x headphone codec as module
Andreas Kemnade (1):
arm: multi_v7_defconfig: Enable more OMAP 3/4 related configs
Arnd Bergmann (5):
Merge tag 'qcom-arm64-defconfig-for-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/defconfig
Merge tag 'ti-k3-config-for-v7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/defconfig
Merge tag 'omap-for-v7.1/defconfig-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/defconfig
Merge tag 'tegra-for-7.1-arm-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/defconfig
Merge tag 'tegra-for-7.1-arm64-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/defconfig
Aubin Constans (1):
ARM: configs: at91: sama7: enable LVDS serializer support
Francesco Dolcini (1):
arm64: defconfig: Enable configurations for Toradex Aquila AM69
Geert Uytterhoeven (1):
ARM: shmobile: defconfig: Refresh for v7.0-rc1
Harshal Dev (1):
arm64: defconfig: Enable QCOMTEE module for QTEE-enabled Qualcomm SoCs
Kathiravan Thirumoorthy (1):
arm64: defconfig: enable IPQ5210 RDP504 base configs
Kory Maincent (TI) (1):
ARM: multi_v7_defconfig: omap2plus_defconfig: Enable ITE IT66121 driver
Krzysztof Kozlowski (6):
Merge tag 'renesas-arm-defconfig-for-v7.1-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/defconfig
arm64: defconfig: Enable Qualcomm Eliza SoC display clock controller
soc/tegra: Make ARCH_TEGRA_SOC_FOO defaults for NVIDIA Tegra
ARM: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC
arm64: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC
Merge tag 'at91-defconfig-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/defconfig
Luca Weiss (2):
arm64: defconfig: Enable S5KJN1 camera sensor
arm64: defconfig: Enable Milos LPASS LPI pinctrl driver
Meghana Malladi (1):
arm64: defconfig: Enable DP83TG720 PHY driver
Michael Walle (1):
arm64: defconfig: remove SENSORS_SA67MCU
Neil Armstrong (1):
arm64: defconfig: enable pci-pwrctrl-generic as module
Pankaj Patil (1):
arm64: defconfig: Enable configs for Qualcomm Glymur SoC
Romain Sioen (1):
ARM: configs: at91: sama7: enable config for atmel maxtouch
Ryan Wanner (1):
ARM: configs: at91: sama7: enable DRM hlcdc support
Srinivas Kandagatla (1):
arm64: defconfig: Enable configs for Arduino VENTUNO Q
Taniya Das (2):
arm64: defconfig: Enable SM8750 clock controllers
arm64: defconfig: Enable Kaanapali clock controllers
Thierry Reding (2):
Merge branch 'for-7.1/soc' into for-7.1/arm/defconfig
Merge branch 'for-7.1/soc' into for-7.1/arm64/defconfig
Thomas Zimmermann (1):
arch/arm: Drop CONFIG_FIRMWARE_EDID from defconfig files
Vishnu Saini (1):
arm64: defconfig: Enable Lontium LT8713sx driver
arch/arm/configs/davinci_all_defconfig | 1 -
arch/arm/configs/multi_v7_defconfig | 32 ++++++++++++++++++++++++----
arch/arm/configs/omap1_defconfig | 1 -
arch/arm/configs/omap2plus_defconfig | 2 +-
arch/arm/configs/pxa_defconfig | 1 -
arch/arm/configs/sama7_defconfig | 10 +++++++++
arch/arm/configs/shmobile_defconfig | 11 +++++-----
arch/arm/configs/tegra_defconfig | 4 ----
arch/arm64/configs/defconfig | 39 +++++++++++++++++++++++++++-------
drivers/soc/tegra/Kconfig | 11 ++++++++++
10 files changed, 86 insertions(+), 26 deletions(-)
next prev parent reply other threads:[~2026-04-16 22:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-16 22:14 [GIT PULL 0/4] soc branches for 7.1 Arnd Bergmann
2026-04-16 22:28 ` [GIT PULL 2/4] soc: drivers " Arnd Bergmann
2026-04-17 4:10 ` pr-tracker-bot
2026-04-16 22:30 ` Arnd Bergmann [this message]
2026-04-17 4:10 ` [GIT PULL 3/4] soc: defconfig updates " pr-tracker-bot
2026-04-16 22:31 ` [GIT PULL 4/4] soc: ARM code changes " Arnd Bergmann
2026-04-17 4:10 ` pr-tracker-bot
[not found] ` <b3203b1d-4c1d-49b8-924e-c17cf6be7ec0@app.fastmail.com>
2026-04-17 4:10 ` [GIT PULL 1/4] soc: dt " pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=704b8a79-4fe5-4815-82aa-026de29dcf1a@app.fastmail.com \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=soc@lists.linux.dev \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox