Message ID | CAK8P3a3ArYx8LUbYhjTw2wOEZgK9mJOE_PaLzuZTfn29Z5+K3Q@mail.gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | ARM SoC updates for v5.4, part 1 | expand |
The following changes since commit d45331b00ddb179e291766617259261c112db872:
Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/armsoc-defconfig
for you to fetch changes up to adce1767799b6f6cf18c13e746950fc976f2e15e:
Merge tag 'samsung-defconfig-5.4' of
git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into
arm/defconfig (2019-09-04 22:31:24 +0200)
----------------------------------------------------------------
ARM: SoC defconfig updates for v5.4
As usual, a bunch of commits, mostly adding drivers and other
options to defconfigs after the code was merged through another
tree.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
----------------------------------------------------------------
Andy Gross (1):
ARM: multi_v7_defconfig: Add DRM_MSM to defconfigs with ARCH_QCOM
Anson Huang (2):
arm64: defconfig: Select CONFIG_PINCTRL_IMX8MN by default
arm64: defconfig: Select CONFIG_CLK_IMX8MN by default
Arnd Bergmann (13):
Merge tag 'stm32-defconfig-for-v5.4-1' of
git://git.kernel.org/.../atorgue/stm32 into arm/defconfig
Merge tag 'hisi-arm64-defconfig-for-5.4' of
git://github.com/hisilicon/linux-hisi into arm/defconfig
Merge tag 'arm64_defconfig_watchdog_for_v5.4' of
git://git.kernel.org/.../dinguyen/linux into arm/defconfig
Merge tag 'sunxi-config64-for-5.4-1' of
git://git.kernel.org/.../sunxi/linux into arm/defconfig
Merge tag 'aspeed-5.4-defconfig' of
git://git.kernel.org/.../joel/aspeed into arm/defconfig
Merge tag 'imx-defconfig-5.4' of
git://git.kernel.org/.../shawnguo/linux into arm/defconfig
Merge tag 'arm-soc/for-5.4/defconfig' of
https://github.com/Broadcom/stblinux into arm/defconfig
Merge tag 'arm-soc/for-5.4/defconfig-arm64' of
https://github.com/Broadcom/stblinux into arm/defconfig
Merge tag 'qcom-arm64-defconfig-for-5.4' of
git://git.kernel.org/.../qcom/linux into arm/defconfig
Merge tag 'qcom-defconfig-for-5.4' of
git://git.kernel.org/.../qcom/linux into arm/defconfig
Merge tag 'qcom-drivers-for-5.4' of
git://git.kernel.org/.../qcom/linux into arm/defconfig
Merge tag 'samsung-defconfig-5.4' of
git://git.kernel.org/.../krzk/linux into arm/defconfig
Merge tag 'armsoc-defconfig' of git://git.kernel.org/.../soc/soc
into for-next
Christian Gmeiner (1):
arm64: defconfig: CONFIG_DRM_ETNAVIV=m
Christophe Kerello (1):
ARM: multi_v7_defconfig: add FMC2 NAND controller support
Clément Péron (2):
arm64: defconfig: Enable IR SUNXI option
arm64: defconfig: Enable Sun4i SPDIF module
Dinh Nguyen (1):
arm64: defconfig: Enable the DesignWare watchdog
Fabio Estevam (1):
ARM: imx_v6_v7_defconfig: Select the OV5645 camera driver
Fabrice Gasnier (1):
ARM: multi_v7_defconfig: enable STM32 booster regulator
Florian Fainelli (2):
Merge tag 'tags/bcm2835-defconfig-next-2019-08-15' into defconfig/next
Merge tag 'tags/bcm2835-defconfig-64-next-2019-08-15' into
defconfig-arm64/next
Joel Stanley (3):
ARM: configs: aspeed: Refresh defconfigs
ARM: configs: multi_v7: Add ASPEED G6
ARM: configs: aspeed_g5: Enable AST2600
Jordan Crouse (2):
ARM: qcom_defconfig: Add DRM_MSM to defconfigs with ARCH_QCOM
arm64: defconfig: Add DRM_MSM to defconfigs with ARCH_QCOM
Lee Jones (3):
arm64: defconfig: Enable Qualcomm GENI based I2C controller
arm64: defconfig: Enable the EFI Framebuffer
arm64: defconfig: Enable Qualcomm QUSB2 PHY
Leonard Crestez (1):
arm64: defconfig: Build imx8 ddr pmu as module
Lorenzo Pieralisi (2):
arm64: defconfig: Enable the PSCI CPUidle driver
ARM: imx_v6_v7_defconfig: Enable the PSCI CPUidle driver
Marc Gonzalez (1):
arm64: defconfig: Enable CPU clock drivers for Qualcomm msm8916
Marek Szyprowski (2):
ARM: exynos_defconfig: Enable AHCI-platform SATA driver
ARM: multi_v7_defconfig: Make MAX77802 regulator driver built-in
Nicolas Saenz Julienne (2):
ARM: defconfig: enable cpufreq driver for RPi
arm64: defconfig: enable cpufreq support for RPi3
Patrice Chotard (2):
ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
Robin Gong (1):
arm64: defconfig: Enable SDMA on i.mx8mq/8mm
Vinod Koul (1):
arm64: defconfig: Enable SM8150 GCC and pinctrl driver
William A. Kennington III (1):
ARM: configs: aspeed: Enable commonly used network functionality
Zhou Wang (1):
arm64: defconfig: Enable CONFIG_ACPI_APEI_PCIEAER
arch/arm/configs/aspeed_g4_defconfig | 50 +++++++++++---------------
arch/arm/configs/aspeed_g5_defconfig | 68 ++++++++++++++++++++----------------
arch/arm/configs/bcm2835_defconfig | 9 +++++
arch/arm/configs/exynos_defconfig | 5 ++-
arch/arm/configs/imx_v6_v7_defconfig | 2 ++
arch/arm/configs/multi_v7_defconfig | 27 +++++++++++++-
arch/arm/configs/qcom_defconfig | 1 +
arch/arm64/configs/defconfig | 22 ++++++++++++
8 files changed, 123 insertions(+), 61 deletions(-)
[originally missed the edit on the subject, sorry] On Mon, Sep 16, 2019 at 6:35 PM Arnd Bergmann <arnd@arndb.de> wrote: > > The following changes since commit d45331b00ddb179e291766617259261c112db872: > > Linux 5.3-rc4 (2019-08-11 13:26:41 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git > tags/armsoc-defconfig > > for you to fetch changes up to adce1767799b6f6cf18c13e746950fc976f2e15e: > > Merge tag 'samsung-defconfig-5.4' of > git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into > arm/defconfig (2019-09-04 22:31:24 +0200) > > ---------------------------------------------------------------- > ARM: SoC defconfig updates for v5.4 > > As usual, a bunch of commits, mostly adding drivers and other > options to defconfigs after the code was merged through another > tree. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > > ---------------------------------------------------------------- > Andy Gross (1): > ARM: multi_v7_defconfig: Add DRM_MSM to defconfigs with ARCH_QCOM > > Anson Huang (2): > arm64: defconfig: Select CONFIG_PINCTRL_IMX8MN by default > arm64: defconfig: Select CONFIG_CLK_IMX8MN by default > > Arnd Bergmann (13): > Merge tag 'stm32-defconfig-for-v5.4-1' of > git://git.kernel.org/.../atorgue/stm32 into arm/defconfig > Merge tag 'hisi-arm64-defconfig-for-5.4' of > git://github.com/hisilicon/linux-hisi into arm/defconfig > Merge tag 'arm64_defconfig_watchdog_for_v5.4' of > git://git.kernel.org/.../dinguyen/linux into arm/defconfig > Merge tag 'sunxi-config64-for-5.4-1' of > git://git.kernel.org/.../sunxi/linux into arm/defconfig > Merge tag 'aspeed-5.4-defconfig' of > git://git.kernel.org/.../joel/aspeed into arm/defconfig > Merge tag 'imx-defconfig-5.4' of > git://git.kernel.org/.../shawnguo/linux into arm/defconfig > Merge tag 'arm-soc/for-5.4/defconfig' of > https://github.com/Broadcom/stblinux into arm/defconfig > Merge tag 'arm-soc/for-5.4/defconfig-arm64' of > https://github.com/Broadcom/stblinux into arm/defconfig > Merge tag 'qcom-arm64-defconfig-for-5.4' of > git://git.kernel.org/.../qcom/linux into arm/defconfig > Merge tag 'qcom-defconfig-for-5.4' of > git://git.kernel.org/.../qcom/linux into arm/defconfig > Merge tag 'qcom-drivers-for-5.4' of > git://git.kernel.org/.../qcom/linux into arm/defconfig > Merge tag 'samsung-defconfig-5.4' of > git://git.kernel.org/.../krzk/linux into arm/defconfig > Merge tag 'armsoc-defconfig' of git://git.kernel.org/.../soc/soc > into for-next > > Christian Gmeiner (1): > arm64: defconfig: CONFIG_DRM_ETNAVIV=m > > Christophe Kerello (1): > ARM: multi_v7_defconfig: add FMC2 NAND controller support > > Clément Péron (2): > arm64: defconfig: Enable IR SUNXI option > arm64: defconfig: Enable Sun4i SPDIF module > > Dinh Nguyen (1): > arm64: defconfig: Enable the DesignWare watchdog > > Fabio Estevam (1): > ARM: imx_v6_v7_defconfig: Select the OV5645 camera driver > > Fabrice Gasnier (1): > ARM: multi_v7_defconfig: enable STM32 booster regulator > > Florian Fainelli (2): > Merge tag 'tags/bcm2835-defconfig-next-2019-08-15' into defconfig/next > Merge tag 'tags/bcm2835-defconfig-64-next-2019-08-15' into > defconfig-arm64/next > > Joel Stanley (3): > ARM: configs: aspeed: Refresh defconfigs > ARM: configs: multi_v7: Add ASPEED G6 > ARM: configs: aspeed_g5: Enable AST2600 > > Jordan Crouse (2): > ARM: qcom_defconfig: Add DRM_MSM to defconfigs with ARCH_QCOM > arm64: defconfig: Add DRM_MSM to defconfigs with ARCH_QCOM > > Lee Jones (3): > arm64: defconfig: Enable Qualcomm GENI based I2C controller > arm64: defconfig: Enable the EFI Framebuffer > arm64: defconfig: Enable Qualcomm QUSB2 PHY > > Leonard Crestez (1): > arm64: defconfig: Build imx8 ddr pmu as module > > Lorenzo Pieralisi (2): > arm64: defconfig: Enable the PSCI CPUidle driver > ARM: imx_v6_v7_defconfig: Enable the PSCI CPUidle driver > > Marc Gonzalez (1): > arm64: defconfig: Enable CPU clock drivers for Qualcomm msm8916 > > Marek Szyprowski (2): > ARM: exynos_defconfig: Enable AHCI-platform SATA driver > ARM: multi_v7_defconfig: Make MAX77802 regulator driver built-in > > Nicolas Saenz Julienne (2): > ARM: defconfig: enable cpufreq driver for RPi > arm64: defconfig: enable cpufreq support for RPi3 > > Patrice Chotard (2): > ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support > ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support > > Robin Gong (1): > arm64: defconfig: Enable SDMA on i.mx8mq/8mm > > Vinod Koul (1): > arm64: defconfig: Enable SM8150 GCC and pinctrl driver > > William A. Kennington III (1): > ARM: configs: aspeed: Enable commonly used network functionality > > Zhou Wang (1): > arm64: defconfig: Enable CONFIG_ACPI_APEI_PCIEAER > > arch/arm/configs/aspeed_g4_defconfig | 50 +++++++++++--------------- > arch/arm/configs/aspeed_g5_defconfig | 68 ++++++++++++++++++++---------------- > arch/arm/configs/bcm2835_defconfig | 9 +++++ > arch/arm/configs/exynos_defconfig | 5 ++- > arch/arm/configs/imx_v6_v7_defconfig | 2 ++ > arch/arm/configs/multi_v7_defconfig | 27 +++++++++++++- > arch/arm/configs/qcom_defconfig | 1 + > arch/arm64/configs/defconfig | 22 ++++++++++++ > 8 files changed, 123 insertions(+), 61 deletions(-)