All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	SoC Team <soc@kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL 2/4]ARM: defconfig updates for v5.8
Date: Thu, 4 Jun 2020 22:52:48 +0200	[thread overview]
Message-ID: <CAK8P3a3w4euZfDQPt7wqWg9w4uf7SM4NLeA2CyOMmgNGPAdQaQ@mail.gmail.com> (raw)
In-Reply-To: <CAK8P3a00L4n3b=X+PQXe1pxf9CHryZTes9L1MD5i2+0RLXprfw@mail.gmail.com>

The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:

  Linux 5.7-rc6 (2020-05-17 16:48:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-defconfig-5.8

for you to fetch changes up to f11d7cb47f157b6af61cea8e4c571c8f81d670b4:

  Merge tag 'imx-defconfig-5.8' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/defconfig (2020-05-26 00:17:12 +0200)

----------------------------------------------------------------
ARM: defconfig updates for v5.8

These are the usual updates to arm/arm64 defconfig files,
enabling newly added drivers and addressing changes to Kconfig
files.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Alex Elder (1):
      arm64: defconfig: enable Qualcomm IPA and RMNet modules

Andreas Kemnade (1):
      ARM: imx_v6_v7_defconfig: extend RN5T618 PMIC family support

Anson Huang (1):
      arm64: defconfig: Enable CONFIG_PINCTRL_IMX8DXL by default

Arnd Bergmann (12):
      Merge tag 'ux500-defconfig-v5.7' of
git://git.kernel.org/.../linusw/linux-stericsson into arm/defconfig
      Merge tag 'renesas-arm-defconfig-for-v5.8-tag1' of
git://git.kernel.org/.../geert/renesas-devel into arm/defconfig
      Merge tag 'arm-soc/for-5.8/defconfig' of
https://github.com/Broadcom/stblinux into arm/defconfig
      Merge tag 'samsung-defconfig-5.8' of
git://git.kernel.org/.../krzk/linux into arm/defconfig
      Merge tag 'renesas-arm-defconfig-for-v5.8-tag2' of
git://git.kernel.org/.../geert/renesas-devel into arm/defconfig
      Merge tag 'sunxi-config-for-5.8-1' of
git://git.kernel.org/.../sunxi/linux into arm/defconfig
      Merge tag 'at91-5.8-defconfig' of
git://git.kernel.org/.../at91/linux into arm/defconfig
      Merge tag 'qcom-arm64-defconfig-for-5.8' of
git://git.kernel.org/.../qcom/linux into arm/defconfig
      Merge tag 'amlogic-defconfig' of
git://git.kernel.org/.../khilman/linux-amlogic into arm/defconfig
      Merge tag 'hisi-arm64-defconfig-for-5.8' of
git://github.com/hisilicon/linux-hisi into arm/defconfig
      Merge tag 'arm64_defconfig_for_v5.8' of
git://git.kernel.org/.../dinguyen/linux into arm/defconfig
      Merge tag 'imx-defconfig-5.8' of
git://git.kernel.org/.../shawnguo/linux into arm/defconfig

Bjorn Andersson (2):
      arm64: defconfig: Remove QCOM_GLINK_SSR
      arm64: defconfig: Enable Qualcomm SC7180 pinctrl and gcc

Clément Péron (1):
      arm64: configs: Enable sun50i cpufreq nvmem

Corentin Labbe (1):
      ARM: configs: sunxi: Add sun8i analog codec

Dinh Nguyen (1):
      arm64: defconfig: Add LEDS_TRIGGER_TIMER

Florian Fainelli (1):
      Merge tag 'tags/bcm2835-defconfig-next-2020-03-27' into defconfig/next

Geert Uytterhoeven (1):
      ARM: shmobile: defconfig: Refresh for v5.7-rc1

Jerome Brunet (1):
      arm64: defconfig: enable meson gx audio as module

Lad Prabhakar (2):
      ARM: shmobile: defconfig: Enable r8a7742 SoC
      ARM: multi_v7_defconfig: Enable r8a7742 SoC

Linus Walleij (1):
      ARM: defconfig: u8500: Enable new drivers for ux500

Marek Szyprowski (2):
      ARM: exynos_defconfig: Enable serial bus and BCM HCIUART drivers
      ARM: exynos_defconfig: Compile MAC80211/CFG80211 as modules

Nicolas Saenz Julienne (1):
      ARM: bcm2835_defconfig: Enable fixed-regulator

Razvan Stefanescu (2):
      ARM: configs: at91: sama5: enable SAMA5D2_PIOBU
      ARM: configs: at91: sama5: enable MCP16502 regulator

Robert Foss (1):
      arm64: defconfig: Enable Qualcomm CAMCC, CAMSS and CCI drivers

Stephan Gerhold (1):
      ARM: defconfig: u8500: Enable new drivers for samsung-golden

Vinod Koul (1):
      arm64: defconfig: Enable SM8250 GCC driver

Zhou Wang (1):
      arm64: defconfig: Enable UACCE/PCI PASID/SEC2/HPRE configs

 arch/arm/configs/bcm2835_defconfig   |  1 +
 arch/arm/configs/exynos_defconfig    |  8 +++++---
 arch/arm/configs/imx_v6_v7_defconfig |  2 ++
 arch/arm/configs/multi_v7_defconfig  |  1 +
 arch/arm/configs/sama5_defconfig     |  2 ++
 arch/arm/configs/shmobile_defconfig  |  2 ++
 arch/arm/configs/sunxi_defconfig     |  1 +
 arch/arm/configs/u8500_defconfig     | 14 ++++++++++++++
 arch/arm64/configs/defconfig         | 18 +++++++++++++++++-
 9 files changed, 45 insertions(+), 4 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	SoC Team <soc@kernel.org>,
	 Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL 2/4]ARM: defconfig updates for v5.8
Date: Thu, 4 Jun 2020 22:52:48 +0200	[thread overview]
Message-ID: <CAK8P3a3w4euZfDQPt7wqWg9w4uf7SM4NLeA2CyOMmgNGPAdQaQ@mail.gmail.com> (raw)
In-Reply-To: <CAK8P3a00L4n3b=X+PQXe1pxf9CHryZTes9L1MD5i2+0RLXprfw@mail.gmail.com>

The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:

  Linux 5.7-rc6 (2020-05-17 16:48:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-defconfig-5.8

for you to fetch changes up to f11d7cb47f157b6af61cea8e4c571c8f81d670b4:

  Merge tag 'imx-defconfig-5.8' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/defconfig (2020-05-26 00:17:12 +0200)

----------------------------------------------------------------
ARM: defconfig updates for v5.8

These are the usual updates to arm/arm64 defconfig files,
enabling newly added drivers and addressing changes to Kconfig
files.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Alex Elder (1):
      arm64: defconfig: enable Qualcomm IPA and RMNet modules

Andreas Kemnade (1):
      ARM: imx_v6_v7_defconfig: extend RN5T618 PMIC family support

Anson Huang (1):
      arm64: defconfig: Enable CONFIG_PINCTRL_IMX8DXL by default

Arnd Bergmann (12):
      Merge tag 'ux500-defconfig-v5.7' of
git://git.kernel.org/.../linusw/linux-stericsson into arm/defconfig
      Merge tag 'renesas-arm-defconfig-for-v5.8-tag1' of
git://git.kernel.org/.../geert/renesas-devel into arm/defconfig
      Merge tag 'arm-soc/for-5.8/defconfig' of
https://github.com/Broadcom/stblinux into arm/defconfig
      Merge tag 'samsung-defconfig-5.8' of
git://git.kernel.org/.../krzk/linux into arm/defconfig
      Merge tag 'renesas-arm-defconfig-for-v5.8-tag2' of
git://git.kernel.org/.../geert/renesas-devel into arm/defconfig
      Merge tag 'sunxi-config-for-5.8-1' of
git://git.kernel.org/.../sunxi/linux into arm/defconfig
      Merge tag 'at91-5.8-defconfig' of
git://git.kernel.org/.../at91/linux into arm/defconfig
      Merge tag 'qcom-arm64-defconfig-for-5.8' of
git://git.kernel.org/.../qcom/linux into arm/defconfig
      Merge tag 'amlogic-defconfig' of
git://git.kernel.org/.../khilman/linux-amlogic into arm/defconfig
      Merge tag 'hisi-arm64-defconfig-for-5.8' of
git://github.com/hisilicon/linux-hisi into arm/defconfig
      Merge tag 'arm64_defconfig_for_v5.8' of
git://git.kernel.org/.../dinguyen/linux into arm/defconfig
      Merge tag 'imx-defconfig-5.8' of
git://git.kernel.org/.../shawnguo/linux into arm/defconfig

Bjorn Andersson (2):
      arm64: defconfig: Remove QCOM_GLINK_SSR
      arm64: defconfig: Enable Qualcomm SC7180 pinctrl and gcc

Clément Péron (1):
      arm64: configs: Enable sun50i cpufreq nvmem

Corentin Labbe (1):
      ARM: configs: sunxi: Add sun8i analog codec

Dinh Nguyen (1):
      arm64: defconfig: Add LEDS_TRIGGER_TIMER

Florian Fainelli (1):
      Merge tag 'tags/bcm2835-defconfig-next-2020-03-27' into defconfig/next

Geert Uytterhoeven (1):
      ARM: shmobile: defconfig: Refresh for v5.7-rc1

Jerome Brunet (1):
      arm64: defconfig: enable meson gx audio as module

Lad Prabhakar (2):
      ARM: shmobile: defconfig: Enable r8a7742 SoC
      ARM: multi_v7_defconfig: Enable r8a7742 SoC

Linus Walleij (1):
      ARM: defconfig: u8500: Enable new drivers for ux500

Marek Szyprowski (2):
      ARM: exynos_defconfig: Enable serial bus and BCM HCIUART drivers
      ARM: exynos_defconfig: Compile MAC80211/CFG80211 as modules

Nicolas Saenz Julienne (1):
      ARM: bcm2835_defconfig: Enable fixed-regulator

Razvan Stefanescu (2):
      ARM: configs: at91: sama5: enable SAMA5D2_PIOBU
      ARM: configs: at91: sama5: enable MCP16502 regulator

Robert Foss (1):
      arm64: defconfig: Enable Qualcomm CAMCC, CAMSS and CCI drivers

Stephan Gerhold (1):
      ARM: defconfig: u8500: Enable new drivers for samsung-golden

Vinod Koul (1):
      arm64: defconfig: Enable SM8250 GCC driver

Zhou Wang (1):
      arm64: defconfig: Enable UACCE/PCI PASID/SEC2/HPRE configs

 arch/arm/configs/bcm2835_defconfig   |  1 +
 arch/arm/configs/exynos_defconfig    |  8 +++++---
 arch/arm/configs/imx_v6_v7_defconfig |  2 ++
 arch/arm/configs/multi_v7_defconfig  |  1 +
 arch/arm/configs/sama5_defconfig     |  2 ++
 arch/arm/configs/shmobile_defconfig  |  2 ++
 arch/arm/configs/sunxi_defconfig     |  1 +
 arch/arm/configs/u8500_defconfig     | 14 ++++++++++++++
 arch/arm64/configs/defconfig         | 18 +++++++++++++++++-
 9 files changed, 45 insertions(+), 4 deletions(-)

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

  reply	other threads:[~2020-06-04 20:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-04 20:45 [GIT PULL 0/4] ARM: SoC branches for v5.8 Arnd Bergmann
2020-06-04 20:45 ` Arnd Bergmann
2020-06-04 20:50 ` [GIT PULL 1/4] ARM: SoC changes " Arnd Bergmann
2020-06-04 20:50   ` Arnd Bergmann
2020-06-04 20:52   ` Arnd Bergmann [this message]
2020-06-04 20:52     ` [GIT PULL 2/4]ARM: defconfig updates " Arnd Bergmann
2020-06-04 20:54     ` [GIT PULL 3/4] ARM: driver " Arnd Bergmann
2020-06-04 20:54       ` Arnd Bergmann
2020-06-04 20:56       ` [GIT PULL 4/4] ARM: DT changes " Arnd Bergmann
2020-06-04 20:56         ` Arnd Bergmann
2020-06-05  3:30         ` pr-tracker-bot
2020-06-05  3:30       ` [GIT PULL 3/4] ARM: driver updates " pr-tracker-bot
2020-06-05  3:30     ` [GIT PULL 2/4]ARM: defconfig " pr-tracker-bot
2020-06-05  3:30   ` [GIT PULL 1/4] ARM: SoC changes " 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=CAK8P3a3w4euZfDQPt7wqWg9w4uf7SM4NLeA2CyOMmgNGPAdQaQ@mail.gmail.com \
    --to=arnd@arndb.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.