linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: Olof Johansson <olof@lixom.net>,
	arm@kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/4] ARM: SoC defconfig updates
Date: Mon, 31 Dec 2018 13:46:40 -0800	[thread overview]
Message-ID: <20181231214640.17015-5-olof@lixom.net> (raw)
In-Reply-To: <20181231214640.17015-1-olof@lixom.net>

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2018-12-31 21:47 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-31 21:46 [GIT PULL 0/4] ARM: SoC changes for v4.21 Olof Johansson
2018-12-31 21:46 ` [GIT PULL 1/4] ARM: SoC platform updates Olof Johansson
2019-01-01  1:45   ` pr-tracker-bot
2018-12-31 21:46 ` [GIT PULL 2/4] ARM: SoC driver updates Olof Johansson
2019-01-01  1:45   ` pr-tracker-bot
2018-12-31 21:46 ` [GIT PULL 3/4] ARM: Device-tree updates Olof Johansson
2019-01-01  1:45   ` pr-tracker-bot
2018-12-31 21:46 ` Olof Johansson [this message]
2019-01-01  1:45   ` [GIT PULL 4/4] ARM: SoC defconfig updates pr-tracker-bot
2019-05-16  6:43 [GIT PULL 0/4] ARM: SoC contents for 5.2 merge window Olof Johansson
2019-05-16  6:43 ` [GIT PULL 4/4] ARM: SoC defconfig updates Olof Johansson
2019-05-16 16:40   ` pr-tracker-bot
2019-07-19 23:54 [GIT PULL 0/4] ARM: SoC contents for 5.3 merge window Olof Johansson
2019-07-19 23:54 ` [GIT PULL 4/4] ARM: SoC defconfig updates Olof Johansson
2019-07-20  0:30   ` pr-tracker-bot
2019-12-05 18:04 [GIT PULL 1/4] ARM: SoC platform updates Olof Johansson
2019-12-05 18:04 ` [GIT PULL 4/4] ARM: SoC defconfig updates Olof Johansson
2019-12-05 20:45   ` pr-tracker-bot

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=20181231214640.17015-5-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=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;
as well as URLs for NNTP newsgroup(s).