[GIT PULL 1/4] ARM: defconfig updates for 5.18
Arnd Bergmann
arnd at kernel.org
Wed Mar 23 16:08:16 PDT 2022
The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566:
Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-defconfig-5.18
for you to fetch changes up to cf38326010aebf39855977475a901c4c7a3e0b63:
ARM: configs: multi_v5: Enable Allwinner F1C100 (2022-03-23 11:16:59 +0100)
----------------------------------------------------------------
ARM: defconfig updates for 5.18
Various updates for the 32-bit and 64-bit defconfig files, mostly to
enable additional hardware drivers for more machines, specifically for
the Allwinner F1C100, Altera SoCFPGA, Broadcom, Microchip, Qualcomm,
Airoha, Tegra, Renesas, and i.NX.
The multi_v5_defconfig for older ARMv5 configs gets a rework for Andre
Przywara to cleans up the multi_v5_defconfig for some cruft that has
accumulated and drivers that got disabled unintentionally, while Anders
Roxell makes it more useful for running under Qemu.
----------------------------------------------------------------
Akhil R (1):
arm64: defconfig: tegra: Enable GPCDMA
Anders Roxell (1):
arm: multi_v5: enable configs for versatile
Andre Przywara (5):
ARM: configs: multi_v5_defconfig: remove deleted platforms
ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS
ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx
ARM: configs: clean up multi_v5_defconfig
ARM: configs: multi_v5: Enable Allwinner F1C100
Arnd Bergmann (11):
Merge tag 'ti-k3-config-for-v5.17-v2' of
git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into
arm/defconfig
Merge tag 'imx-defconfig-5.18' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/defconfig
Merge tag 'at91-defconfig-5.18' of
git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into
arm/defconfig
Merge tag 'renesas-arm-defconfig-for-v5.18-tag1' of
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into
arm/defconfig
Merge tag 'tegra-for-5.18-arm64-defconfig' of
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into
arm/defconfig
Merge tag 'qcom-defconfig-for-5.18' of
git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into
arm/defconfig
Merge tag 'v5.17-next-defconfig' of
git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into
arm/defconfig
Merge tag 'qcom-arm64-defconfig-for-5.17' of
git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into
arm/defconfig
Merge tag 'at91-defconfig-5.18-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into
arm/defconfig
Merge tag 'arm-soc/for-5.18/defconfig-arm64' of
https://github.com/Broadcom/stblinux into arm/defconfig
Merge tag 'arm64_defconfig_for_v5.18' of
git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into
arm/defconfig
Claudiu Beznea (3):
ARM: configs: at91: sama7: enable cpu idle
ARM: configs: at91: sama7: add config for cpufreq
ARM: configs: at91: add eic
Dinh Nguyen (1):
arm64: defconfig: enable the CVP driver
Florian Fainelli (3):
arm64: defconfig: Enable additional Broadcom STB drivers
ARM: multi_v7_defconfig: Enable Broadcom STB USB drivers
ARM: multi_v7_defconfig: Enable BCM23550 and BCM53573
Geert Uytterhoeven (2):
ARM: shmobile: defconfig: Disable unneeded 8250 serial options
arm64: defconfig: Enable additional support for Renesas platforms
Giulio Benetti (1):
ARM: imxrt_defconfig: Add i.MXRT family defconfig
John Crispin (1):
ARM: multi_v7_defconfig: Add support for Airoha EN7523 SoC
Kuninori Morimoto (1):
arm64: defconfig: Enable Audio Graph Card2 driver
Marcel Ziswiler (9):
arm64: defconfig: enable taskstats configuration
arm64: defconfig: enable pcieaer configuration
arm64: defconfig: re-order default configuration
arm64: defconfig: rebuild default configuration
arm64: defconfig: enable bpf/cgroup firewalling
arm64: defconfig: enable imx8m pcie phy driver
arm64: defconfig: build imx-sdma as a module
arm64: defconfig: build r8169 as a module
arm64: defconfig: enable verdin-imx8mm relevant drivers as modules
Martin Jücker (1):
ARM: defconfig: add SMB347 charger driver for p4note
Michael Walle (1):
arm64: defconfig: enable Layerscape SFP driver
Nícolas F. R. A. Prado (2):
arm64: defconfig: Enable MT6397 RTC
arm64: defconfig: Enable cpufreq for MediaTek
Stephan Gerhold (1):
ARM: multi_v7_defconfig: Enable drivers for DragonBoard 410c
Tudor Ambarus (4):
ARM: configs: at91: sama7: Enable NAND / SMC
ARM: configs: at91: sama7: Enable UBIFS_FS
ARM: configs: at91: sama7: Enable crypto IPs and software algs
ARM: configs: at91: sama7: Unselect CONFIG_DMATEST
Vignesh Raghavendra (1):
arm64: defconfig: Enable USB controller drivers for TI K3 SoC
Vinod Koul (3):
arm64: defconfig: Add SM8450 GCC config
arm64: defconfig: Add SM8450 pinctrl config
arm64: defconfig: Add SM8450 icc configs
arch/arm/configs/exynos_defconfig | 1 +
arch/arm/configs/imxrt_defconfig | 35 ++++++++
arch/arm/configs/multi_v5_defconfig | 26 +++---
arch/arm/configs/multi_v7_defconfig | 63 ++++++++++++++-
arch/arm/configs/sama7_defconfig | 31 ++++++--
arch/arm/configs/shmobile_defconfig | 4 +
arch/arm64/configs/defconfig | 155 +++++++++++++++++++++---------------
7 files changed, 232 insertions(+), 83 deletions(-)
create mode 100644 arch/arm/configs/imxrt_defconfig
More information about the linux-arm-kernel
mailing list