From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: soc@kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL 3/4] ARM: SoC defconfig updates for 6.4
Date: Mon, 24 Apr 2023 23:00:56 +0200 [thread overview]
Message-ID: <01f461fa-e2b8-4e69-a7a3-94db842b2f72@app.fastmail.com> (raw)
In-Reply-To: <bbd25997-173e-4c3b-930c-65c6232908e3@app.fastmail.com>
The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-defconfig-6.4
for you to fetch changes up to 2c25b94f881cf9389001cc08b1232a8099b3f8bf:
ARM: config: Update Vexpress defconfig (2023-04-18 16:05:04 +0200)
----------------------------------------------------------------
ARM: SoC defconfig updates for 6.4
Most of the changes just enable additional device drivers that
were added or that are often used on major platforms.
The virtconfig added last time now disables additional drivers
to shrink kernels for virtual machines.
The obsolete oxnas_v6_defconfig file is removed in turn.
----------------------------------------------------------------
Abel Vesa (1):
arm64: defconfig: Enable QCOM eUSB2 SNPS PHY and repeater
Alexandre Torgue (1):
ARM: multi_v7_defconfig: Add OPTEE support
Alistair Francis (1):
ARM: imx_v6_v7_defconfig: Enable rohm,bd71815
Arnd Bergmann (5):
Merge tag 'renesas-arm-defconfig-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/defconfig
Merge tag 'qcom-arm64-defconfig-for-6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/defconfig
Merge tag 'ti-k3-config-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/defconfig
Merge tag 'imx-defconfig-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/defconfig
Merge tag 'tegra-for-6.4-arm64-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/defconfig
Bartosz Golaszewski (1):
arm64: defconfig: enable building the nvmem-reboot-mode module
Besar Wicaksono (1):
arm64: defconfig: Enable ARM CoreSight PMU driver
Bhavya Kapoor (3):
arm64: defconfig: Enable CAN PHY transceiver driver
arm64: defconfig: Enable TI TSCADC driver
arm64: defconfig: Enable TI ADC driver
Devi Priya (1):
arm64: defconfig: Enable IPQ9574 SoC base configs
Fabio Estevam (3):
arm64: defconfig: Enable i.MX93 ADC support
ARM: imx_v6_v7_defconfig: Select CONFIG_DRM_I2C_NXP_TDA998X
ARM: imx_v4_v5_defconfig: Build CONFIG_IMX_SDMA as module
Geert Uytterhoeven (3):
ARM: shmobile: defconfig: Refresh for v6.3-rc1
ARM: multi_v7_defconfig: Enable additional support for RZ/N1 platforms
arm64: defconfig: Enable RZ/V2M xHCI and USB3.1 DRD controller support
Jai Luthra (1):
arm64: defconfig: Enable audio drivers for AM62-SK
Kamlesh Gurudasani (2):
arm64: defconfig: Enable crypto test module
arm64: defconfig: Enable security accelerator driver for TI K3 SoCs
Kathiravan T (1):
arm64: defconfig: Enable IPQ5332 SoC base configs
Krzysztof Kozlowski (1):
arm64: defconfig: enable Qualcomm pin controller drivers
Kuninori Morimoto (1):
arm64: defconfig: Enable DA7213 Codec
Linus Walleij (2):
ARM: configs: Update U8500 defconfig
ARM: config: Update Vexpress defconfig
Mark Brown (1):
arm64: virtconfig: Further shrink the config
Neil Armstrong (3):
arm64: defconfig: add PMIC GLINK modules
ARM: configs: remove oxnas_v6_defconfig
arm64: defconfig: remove duplicate TYPEC_UCSI & QCOM_PMIC_GLINK
Nishanth Menon (1):
arm64: defconfig: Enable drivers for BeaglePlay
Petr Vorel (2):
arm64: defconfig: Switch msm8996 clk drivers to module
arm64: defconfig: Enable qcom msm899{4,8} clk drivers
Ryan Roberts (1):
arm64: defconfig: Enable Virtio RNG driver as built in
Stefan Wahren (1):
ARM: imx_v6_v7_defconfig: Enable Tarragon peripheral drivers
Wolfram Sang (1):
arm64: defconfig: Disable R-Car H3 ES1.*
arch/arm/configs/imx_v4_v5_defconfig | 2 +-
arch/arm/configs/imx_v6_v7_defconfig | 12 +++++
arch/arm/configs/multi_v7_defconfig | 8 ++++
arch/arm/configs/oxnas_v6_defconfig | 92 ------------------------------------
arch/arm/configs/shmobile_defconfig | 2 +
arch/arm/configs/u8500_defconfig | 10 ++--
arch/arm/configs/vexpress_defconfig | 4 +-
arch/arm64/configs/defconfig | 46 +++++++++++++++++-
arch/arm64/configs/virt.config | 21 ++++++++
9 files changed, 97 insertions(+), 100 deletions(-)
delete mode 100644 arch/arm/configs/oxnas_v6_defconfig
next prev parent reply other threads:[~2023-04-24 21:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-24 20:58 [GIT PULL 0/4] SoC branches for 6.4 Arnd Bergmann
2023-04-24 20:59 ` [GIT PULL 1/4] ARM: SoC changes " Arnd Bergmann
2023-04-24 21:00 ` [GIT PULL 2/4] ARM: SoC drivers for v6.4 Arnd Bergmann
2023-04-24 21:00 ` Arnd Bergmann [this message]
2023-04-24 21:06 ` [GIT PULL 4/4] ARM: SoC devicetree changes for 6.4 Arnd Bergmann
2023-04-25 19:21 ` Linus Torvalds
2023-04-25 21:08 ` Arnd Bergmann
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=01f461fa-e2b8-4e69-a7a3-94db842b2f72@app.fastmail.com \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=soc@kernel.org \
--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