Most changes here are to enable new drivers and platforms in the various configs that affect them. Most of these have been covered and described in the other branches, we mostly keep defconfig separate to avoid conflicts between SoC/dt/driver updates that they otherwise would be grouped with.
One thing worth mentioning here is that OMAP changes from using their own UART driver, to 8250, for the multi_v7_defconfig shared config on 32-bit. This means that the console is now named ttyS* instead of ttyO*. This change was already done for omap2_defconfig a while back, so most users of these configs have either already updated, or can easily follow the same patterns as they did at that time. This makes platform support slightly easier for distros, since they no longer need to keep track of a separate console prefix for these platforms. ---------------------------------------------------------------- The following changes since commit f7f6260f0489617b49176f1b30e2cdd5c43e0918: Merge tag 'armsoc-dt' into HEAD are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-defconfig for you to fetch changes up to 82c7b351be3fad005ba38a26f7f1ab7f0841e505: Revert "arm64: defconfig: Enable FSL_MC_BUS and FSL_MC_DPIO" ---------------------------------------------------------------- A.s. Dong (1): ARM: imx_v6_v7_defconfig: add imx7ulp support Adam Ford (1): ARM: omap2plus_defconfig: Add tlv320aic23 as module Alex Gonzalez (1): ARM: imx_v6_v7_defconfig: Select TOUCHSCREEN_GOODIX Andreas Müller (2): ARM: imx_v6_v7_defconfig: Enable BT_BNEP ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES Bjorn Andersson (4): arm64: defconfig: Enable QCS404 configs arm64: defconfig: Enable some qcom remoteproc configs arm64: defconfig: Enable core Qualcomm SDM845 options arm64: defconfig: Enable GCC and PINCTRL for MSM8998 Fabio Estevam (1): ARM: imx_v6_v7_defconfig: Select the PXP driver Fabrice Gasnier (1): ARM: multi_v7_defconfig: enable STM32 analog & timer drivers Fabrizio Castro (1): ARM: shmobile: defconfig: Enable SII902X Horia Geantă (1): Revert "arm64: defconfig: Enable FSL_MC_BUS and FSL_MC_DPIO" Jagan Teki (4): arm64: defconfig: Enable MFD_AXP20X_I2C arm64: defconfig: Enable DRM_SUN8I_MIXER arm64: defconfig: Enable DRM_SUN8I_DW_HDMI arm64: defconfig: Enable PWM_SUN4I Jan Tuerk (1): ARM: imx_v6_v7_defconfig: Enable DA9063 PMIC support Leonard Crestez (1): ARM: imx_v6_v7_defconfig: Enable CRYPTO_DEV_MXS_DCP Linus Walleij (2): ARM: defconfig: Update the vexpress defconfig ARM: defconfig: Enable the PL111 DRM driver on vexpress Marc Gonzalez (3): arm64: defconfig: Regenerate for v4.20 arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE arm64: defconfig: Enable FSL_MC_BUS and FSL_MC_DPIO Marek Szyprowski (5): ARM: exynos_defconfig: Add MAX8998 RTC and charger drivers ARM: exynos_defconfig: Add MAX8952 regulator driver ARM: exynos_defconfig: Add TOSHIBA TC358764 bridge driver ARM: multi_v7_defconfig: Add MAX8952 regulator driver ARM: multi_v7_defconfig: Add TOSHIBA TC358764 bridge driver Olof Johansson (7): Merge tag 'vexpress-defconfig-arm-soc' of git://git.kernel.org/.../linusw/linux-integrator into next/defconfig Merge tag 'omap-for-v4.21/defconfig-signed' of git://git.kernel.org/.../tmlind/linux-omap into next/defconfig Merge tag 'qcom-arm64-defconfig-for-4.21' of git://git.kernel.org/.../agross/linux into next/defconfig Merge tag 'renesas-arm-defconfig-for-v4.21' of https://git.kernel.org/.../horms/renesas into next/defconfig Merge tag 'sunxi-config64-for-4.21' of https://git.kernel.org/.../sunxi/linux into next/defconfig Merge tag 'samsung-defconfig-4.21' of https://git.kernel.org/.../krzk/linux into next/defconfig Merge tag 'imx-defconfig-4.21' of git://git.kernel.org/.../shawnguo/linux into next/defconfig Otavio Salvador (1): ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable Tony Lindgren (2): Merge branch 'omap-for-v4.20/defconfig' into omap-for-v4.21/defconfig ARM: multi_v7_defconfig: Enable 8250-omap serial driver and use it by default arch/arm/configs/exynos_defconfig | 4 + arch/arm/configs/imx_v6_v7_defconfig | 10 ++- arch/arm/configs/multi_v7_defconfig | 13 +++ arch/arm/configs/omap2plus_defconfig | 1 + arch/arm/configs/shmobile_defconfig | 1 + arch/arm/configs/vexpress_defconfig | 24 ++---- arch/arm64/configs/defconfig | 128 ++++++++++++++++-------------- 7 files changed, 105 insertions(+), 76 deletions(-)