From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, soc@lists.linux.dev,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/5] soc: defconfig updates for 6.16
Date: Sat, 26 Jul 2025 12:32:20 +0200 [thread overview]
Message-ID: <b64f7af2-f61d-4ebb-9815-73efd8a1a682@app.fastmail.com> (raw)
In-Reply-To: <564b7ace-bb5f-430e-a7f1-9f6a41305e10@app.fastmail.com>
The following changes since commit 86731a2a651e58953fc949573895f2fa6d456841:
Linux 6.16-rc3 (2025-06-22 13:30:08 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-defconfig-6.17
for you to fetch changes up to 5cfe03e1ca42fa97341fde7a8ad53be86a51d789:
Merge tag 'v6.17-rockchip-defconfig64-1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/defconfig (2025-07-22 22:58:01 +0200)
----------------------------------------------------------------
soc: defconfig updates for 6.16
As usual, more drivers get enabled in the defconfigs, to support newly
added hardware drivers.
There is one change for Tegra that modifies the Kconfig file at the same
time, and the NXP arm32 defconfigs get a refresh.
----------------------------------------------------------------
Andrea della Porta (2):
arm64: defconfig: Enable RP1 misc/clock/gpio drivers
arm64: defconfig: Enable OF_OVERLAY option
André Draszik (2):
arm64: defconfig: enable Maxim max77759 driver
arm64: defconfig: enable Samsung PMIC over ACPM
Arnd Bergmann (9):
Merge tag 'renesas-arm-defconfig-for-v6.17-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/defconfig
Merge tag 'arm-soc/for-6.17/defconfig-arm64' of https://github.com/Broadcom/stblinux into soc/defconfig
Merge tag 'samsung-defconfig-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/defconfig
Merge tag 'tegra-for-6.17-arm64-defconfig' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/defconfig
Merge tag 'imx-defconfig-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/defconfig
Merge tag 'riscv-config-for-v6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/defconfig
Merge tag 'at91-defconfig-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/defconfig
Merge tag 'qcom-arm64-defconfig-for-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/defconfig
Merge tag 'v6.17-rockchip-defconfig64-1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/defconfig
Ciprian Marian Costea (1):
arm64: defconfig: add S32G RTC module support
Dario Binacchi (5):
ARM: mxs_defconfig: Cleanup mxs_defconfig
ARM: mxs_defconfig: select new drivers used by imx28-amarula-rmm
ARM: imx_v6_v7_defconfig: cleanup with savedefconfig
ARM: imx_v6_v7_defconfig: select CONFIG_INPUT_PWM_BEEPER
ARM: imx_v6_v7_defconfig: select CONFIG_USB_HSIC_USB3503
Fabio Estevam (2):
ARM: imx_v6_v7_defconfig: Select BT_HCIUART_BCM
ARM: configs: sama5_defconfig: Select CONFIG_WILC1000_SDIO
Geert Uytterhoeven (2):
ARM: shmobile: defconfig: Refresh for v6.16-rc2
riscv: defconfig: Remove CONFIG_SND_SOC_STARFIVE=m
Guodong Xu (1):
riscv: defconfig: Enable PWM support for SpacemiT K1 SoC
Kory Maincent (2):
arm: omap2plus_defconfig: Enable TPS65219 regulator
arm: multi_v7_defconfig: Enable TPS65219 regulator
Krzysztof Kozlowski (3):
arm64: defconfig: Enable camcc and videocc on Qualcomm SM8450+
arm64: defconfig: Switch SOUND to module
arm64: defconfig: Drop unneeded unselectable sound drivers
Lad Prabhakar (1):
arm64: defconfig: Enable RZ/V2H(P) USB2 PHY controller reset driver
Nicolas Frattaroli (1):
arm64: defconfig: enable further Rockchip platform drivers
Thierry Reding (2):
arm64: defconfig: Enable Tegra HSP and BPMP
arm64: defconfig: Enable Tegra241 and Tegra264
Yixun Lan (1):
riscv: defconfig: spacemit: enable sdhci driver for K1 SoC
arch/arm/configs/imx_v6_v7_defconfig | 28 +++++++---------------------
arch/arm/configs/multi_v7_defconfig | 3 +++
arch/arm/configs/mxs_defconfig | 14 +++-----------
arch/arm/configs/omap2plus_defconfig | 3 +++
arch/arm/configs/sama5_defconfig | 1 +
arch/arm/configs/shmobile_defconfig | 1 +
arch/arm64/configs/defconfig | 30 +++++++++++++++++++++++-------
arch/riscv/configs/defconfig | 4 +++-
drivers/soc/tegra/Kconfig | 9 ---------
9 files changed, 44 insertions(+), 49 deletions(-)
next prev parent reply other threads:[~2025-07-26 10:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-26 10:25 [GIT PULL 0/5] soc: updates for 6.17 Arnd Bergmann
2025-07-26 10:27 ` [GIT PULL 1/5] soc: dt changes " Arnd Bergmann
2025-07-29 18:11 ` Linus Torvalds
2025-07-29 18:40 ` pr-tracker-bot
2025-07-26 10:29 ` [GIT PULL 2/5] soc: driver updates " Arnd Bergmann
2025-07-29 18:40 ` pr-tracker-bot
2025-07-26 10:31 ` [GIT PULL 0/5] soc: new SoC support " Arnd Bergmann
2025-07-26 10:34 ` Arnd Bergmann
2025-07-29 18:40 ` pr-tracker-bot
2025-07-26 10:32 ` Arnd Bergmann [this message]
2025-07-29 18:40 ` [GIT PULL 4/5] soc: defconfig updates for 6.16 pr-tracker-bot
2025-07-26 10:32 ` [GIT PULL 5/5] soc: arm code changes for 6.17 Arnd Bergmann
2025-07-29 18:40 ` 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=b64f7af2-f61d-4ebb-9815-73efd8a1a682@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
all inboxes | Powered by JetHome®