mbox series

[GIT,PULL,3/4] ARM: SoC defconfig updates for 6.4

Message ID 01f461fa-e2b8-4e69-a7a3-94db842b2f72@app.fastmail.com (mailing list archive)
State New, archived
Headers show
Series SoC branches for 6.4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-defconfig-6.4

Message

Arnd Bergmann April 24, 2023, 9 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org April 25, 2023, 7:26 p.m. UTC | #1
The pull request you sent on Mon, 24 Apr 2023 23:00:56 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-defconfig-6.4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/672d2dae19012cb2c40fdf36711ee3b5f5420724

Thank you!