From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: linux-arm-kernel@lists.infradead.org, arm@kernel.org,
soc@kernel.org, linux-kernel@vger.kernel.org,
Olof Johansson <olof@lixom.net>
Subject: [GIT PULL 5/5] ARM: SoC defconfig updates
Date: Fri, 23 Oct 2020 15:31:22 -0700 [thread overview]
Message-ID: <20201023223122.19189-6-olof@lixom.net> (raw)
In-Reply-To: <20201023223122.19189-1-olof@lixom.net>
We keep this in a separate branch to avoid cross-branch conflicts, but
most of the material here is fairly boring -- some new drivers turned on
for hardware since they were merged, and some refreshed files due to
time having moved a lot of entries around.
Conflicts: None
----------------------------------------------------------------
The following changes since commit cf625fc0396296bd644672666bc1a96d7e06118b:
Merge tag 'armsoc-dt' into HEAD
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 4550e2c8d3e03ddffdcbfeeecc63e7c68dbec296:
Merge tag 'qcom-arm64-defconfig-for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/defconfig
----------------------------------------------------------------
Andreas Kemnade (1):
ARM: omap2plus_defconfig: enable twl4030_madc as a loadable module
Biju Das (1):
ARM: shmobile: defconfig: Enable TOUCHSCREEN_STMPE
Bjorn Andersson (1):
arm64: defcondfig: Enable USB ACM and FTDI drivers
Christophe Kerello (1):
ARM: multi_v7_defconfig: add FMC2 EBI controller support
Dmitry Baryshkov (3):
arm64: defconfig: enable INTERCONNECT for Qualcomm chipsets
arm64: defconfig: qcom: enable GPU clock controller for SM8[12]50
arm64: defconfig: enable Qualcomm ASoC modules
Dong Aisheng (2):
ARM: multi_v7_defconfig: Enable i.MX6SLL SoC
ARM: multi_v7_defconfig: Enable i.MX7ULP SoC
Fabio Estevam (1):
arm64: defconfig: Enable the eLCDIF and Raydium RM67191 drivers
Geert Uytterhoeven (2):
ARM: shmobile: defconfig: Refresh for v5.9-rc1
arm64: defconfig: Enable RPC-IF support
Grygorii Strashko (1):
ARM: omap2plus_defconfig: enable generic net options
Guido Günther (2):
arm64: defconfig: re-sync DRM related defconfig bits
arm64: defconfig: Enable imx8mq-librem5-devkit display stack
Horia Geantă (1):
ARM: multi_v7_defconfig: enable caam crypto module
Joel Stanley (3):
ARM: config: aspeed: Fix selection of media drivers
ARM: config: aspeed-g5: Enable I2C GPIO mux driver
ARM: config: aspeed_g5: Enable IBM OP Panel driver
Krzysztof Kozlowski (2):
arm64: defconfig: Enable clock driver for ROHM BD718x7 PMIC
arm64: defconfig: Enable Samsung S3FWRN5 NFC driver
Lad Prabhakar (3):
arm64: defconfig: Enable R-Car PCIe endpoint driver
ARM: multi_v7_defconfig: Enable CONFIG_PCIE_RCAR_HOST
ARM: shmobile: defconfig: Enable CONFIG_PCIE_RCAR_HOST
Linus Walleij (2):
ARM: configs: Update Versatile defconfig
ARM: configs: Update Realview defconfig
Manivannan Sadhasivam (1):
arm64: defconfig: Enable Qcom SNPS Femto PHY
Marek Szyprowski (1):
ARM: exynos_defconfig: enable platform media drivers
Michael Walle (1):
arm64: defconfig: enable the sl28cpld board management controller
Olof Johansson (7):
Merge tag 'renesas-arm-defconfig-for-v5.10-tag1' of git://git.kernel.org/.../geert/renesas-devel into arm/defconfig
Merge tag 'aspeed-5.10-defconfig' of git://git.kernel.org/.../joel/aspeed into arm/defconfig
Merge tag 'tegra-for-5.10-arm64-defconfig' of git://git.kernel.org/.../tegra/linux into arm/defconfig
Merge tag 'samsung-defconfig-5.10' of https://git.kernel.org/.../krzk/linux into arm/defconfig
Merge tag 'omap-for-v5.10/defconfig-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/defconfig
Merge tag 'imx-defconfig-5.10' of git://git.kernel.org/.../shawnguo/linux into arm/defconfig
Merge tag 'qcom-arm64-defconfig-for-5.10' of https://git.kernel.org/.../qcom/linux into arm/defconfig
Peng Fan (1):
ARM: imx_v6_v7_defconfig: Support i.MX8MN/P/Q
Sameer Pujar (2):
arm64: defconfig: Build AHUB component drivers
arm64: defconfig: Build ADMA and ACONNECT driver
Vinod Koul (1):
arm64: defconfig: Enable Lontium LT9611 driver
arch/arm/configs/aspeed_g4_defconfig | 3 +-
arch/arm/configs/aspeed_g5_defconfig | 7 ++++-
arch/arm/configs/exynos_defconfig | 8 ++---
arch/arm/configs/imx_v6_v7_defconfig | 6 ++++
arch/arm/configs/multi_v7_defconfig | 6 +++-
arch/arm/configs/omap2plus_defconfig | 12 ++++++++
arch/arm/configs/realview_defconfig | 18 +++++++-----
arch/arm/configs/shmobile_defconfig | 5 ++--
arch/arm/configs/versatile_defconfig | 5 ++--
arch/arm64/configs/defconfig | 49 ++++++++++++++++++++++++++++++-
10 files changed, 98 insertions(+), 21 deletions(-)
prev parent reply other threads:[~2020-10-23 22:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-23 22:31 [GIT PULL 0/5] ARM: SoC contents for 5.10 Olof Johansson
2020-10-23 22:31 ` [GIT PULL 1/5] ARM: SoC fixes Olof Johansson
2020-10-23 22:31 ` [GIT PULL 2/5] ARM: SoC platform updates Olof Johansson
2020-10-23 22:31 ` [GIT PULL 3/5] ARM: SoC-related driver updates Olof Johansson
2020-10-23 22:31 ` [GIT PULL 4/5] ARM: Devicetree updates Olof Johansson
2020-10-23 22:31 ` Olof Johansson [this message]
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=20201023223122.19189-6-olof@lixom.net \
--to=olof@lixom.net \
--cc=arm@kernel.org \
--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
all inboxes | Powered by JetHome®