All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, arm@kernel.org
Subject: [GIT PULL 4/8] ARM: SoC 64-bit changes for v4.9
Date: Sat, 08 Oct 2016 02:31:51 +0200	[thread overview]
Message-ID: <6697867.ecXgajhiod@wuerfel> (raw)
In-Reply-To: <3637015.LRn5VyhPVM@wuerfel>

The following changes since commit 3eab887a55424fc2c27553b7bfe32330df83f7b8:

  Linux 4.8-rc4 (2016-08-28 15:04:33 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-arm64

for you to fetch changes up to a119a2c4c093716193574675590ea4a7835fa277:

  Merge tag 'zte-defconfig64-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/arm64 (2016-09-19 22:35:21 +0200)

----------------------------------------------------------------
ARM: SoC 64-bit changes for v4.9

Changes to platform code for 64-bit ARM platforms.

Nearly all of these are defconfig updates to enable new drivers or old
drivers still used on these 64-bit platforms.

Aside from that, we gain initial support for two set-top-box platforms,
both of which already have 32-bit support in arch/arm:

- Broadcom adds abstract support for the bcm7xxx/brcmstb platform,
  presumably the respective dts files and more information will
  follow at a later point.

- The ZTE ZX296718 SoC for set-top-boxes, a relative of the 32-bit
  ZX296702 SoC that we already support.

----------------------------------------------------------------
Andre Przywara (1):
      arm64: sunxi: Kconfig: add essential pinctrl driver

Arnd Bergmann (8):
      Merge tag 'hisi-defconfig-for-4.9' of git://github.com/hisilicon/linux-hisi into next/arm64
      Merge tag 'qcom-arm64-defconfig-for-4.9' of git://git.kernel.org/.../agross/linux into next/arm64
      Merge tag 'mvebu-defconfig64-4.9-1' of git://git.infradead.org/linux-mvebu into next/arm64
      Merge tag 'renesas-arm64-defconfig-for-v4.9' of git://git.kernel.org/.../horms/renesas into next/arm64
      Merge tag 'arm-soc/for-4.9/soc-arm64' of http://github.com/Broadcom/stblinux into next/arm64
      Merge tag 'sunxi-config64-for-4.9' of https://git.kernel.org/.../mripard/linux into next/arm64
      Merge tag 'zte-soc64-4.9' of git://git.kernel.org/.../shawnguo/linux into next/arm64
      Merge tag 'zte-defconfig64-4.9' of git://git.kernel.org/.../shawnguo/linux into next/arm64

Christopher Covington (1):
      arm64: defconfig: Enable QDF2432 config options

Florian Fainelli (1):
      arm64: Add Broadcom Set Top Box Kconfig entry point

Gregory CLEMENT (1):
      arm64: configs: enable PCIe driver for Aardvark

Guodong Xu (3):
      arm64: defconfig: Enable HiSilicon kirin drm, adv7533 for HiKey
      arm64: defconfig: enable CONFIG_INPUT_HISI_POWERKEY for HiKey
      arm64: defconfig: enable bluetooth supports as modules

John Stultz (1):
      Kconfig: ARCH_HISI: Add PINCTRL to HISI platform

Jun Nie (2):
      arm64: defconfig: enable ZTE ZX related config
      arm64: add ZTE ZX SoC family

Kefeng Wang (1):
      arm64: defconfig: Enable Hisi SAS and HNS

Kevin Hilman (4):
      arm64: defconfig: enable HW random as module
      arm64: defconfig: enable meson WDT as modules
      arm64: defconfig: enable meson SPI as module
      arm64: defconfig: enable meson I2C

Leo Yan (1):
      arm64: defconfig: enable common modules for power management

Simon Horman (1):
      arm64: defconfig: Enable SDHI and GPIO_REGULATOR

Thomas Petazzoni (1):
      arm64: defconfig: enable xhci-platform

Yoshihiro Shimoda (1):
      arm64: defconfig: Add Renesas R-Car HSUSB driver support as module

 arch/arm64/Kconfig.platforms | 15 +++++++++++++++
 arch/arm64/configs/defconfig | 35 +++++++++++++++++++++++++++++++++--
 2 files changed, 48 insertions(+), 2 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/8] ARM: SoC 64-bit changes for v4.9
Date: Sat, 08 Oct 2016 02:31:51 +0200	[thread overview]
Message-ID: <6697867.ecXgajhiod@wuerfel> (raw)
In-Reply-To: <3637015.LRn5VyhPVM@wuerfel>

The following changes since commit 3eab887a55424fc2c27553b7bfe32330df83f7b8:

  Linux 4.8-rc4 (2016-08-28 15:04:33 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-arm64

for you to fetch changes up to a119a2c4c093716193574675590ea4a7835fa277:

  Merge tag 'zte-defconfig64-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/arm64 (2016-09-19 22:35:21 +0200)

----------------------------------------------------------------
ARM: SoC 64-bit changes for v4.9

Changes to platform code for 64-bit ARM platforms.

Nearly all of these are defconfig updates to enable new drivers or old
drivers still used on these 64-bit platforms.

Aside from that, we gain initial support for two set-top-box platforms,
both of which already have 32-bit support in arch/arm:

- Broadcom adds abstract support for the bcm7xxx/brcmstb platform,
  presumably the respective dts files and more information will
  follow at a later point.

- The ZTE ZX296718 SoC for set-top-boxes, a relative of the 32-bit
  ZX296702 SoC that we already support.

----------------------------------------------------------------
Andre Przywara (1):
      arm64: sunxi: Kconfig: add essential pinctrl driver

Arnd Bergmann (8):
      Merge tag 'hisi-defconfig-for-4.9' of git://github.com/hisilicon/linux-hisi into next/arm64
      Merge tag 'qcom-arm64-defconfig-for-4.9' of git://git.kernel.org/.../agross/linux into next/arm64
      Merge tag 'mvebu-defconfig64-4.9-1' of git://git.infradead.org/linux-mvebu into next/arm64
      Merge tag 'renesas-arm64-defconfig-for-v4.9' of git://git.kernel.org/.../horms/renesas into next/arm64
      Merge tag 'arm-soc/for-4.9/soc-arm64' of http://github.com/Broadcom/stblinux into next/arm64
      Merge tag 'sunxi-config64-for-4.9' of https://git.kernel.org/.../mripard/linux into next/arm64
      Merge tag 'zte-soc64-4.9' of git://git.kernel.org/.../shawnguo/linux into next/arm64
      Merge tag 'zte-defconfig64-4.9' of git://git.kernel.org/.../shawnguo/linux into next/arm64

Christopher Covington (1):
      arm64: defconfig: Enable QDF2432 config options

Florian Fainelli (1):
      arm64: Add Broadcom Set Top Box Kconfig entry point

Gregory CLEMENT (1):
      arm64: configs: enable PCIe driver for Aardvark

Guodong Xu (3):
      arm64: defconfig: Enable HiSilicon kirin drm, adv7533 for HiKey
      arm64: defconfig: enable CONFIG_INPUT_HISI_POWERKEY for HiKey
      arm64: defconfig: enable bluetooth supports as modules

John Stultz (1):
      Kconfig: ARCH_HISI: Add PINCTRL to HISI platform

Jun Nie (2):
      arm64: defconfig: enable ZTE ZX related config
      arm64: add ZTE ZX SoC family

Kefeng Wang (1):
      arm64: defconfig: Enable Hisi SAS and HNS

Kevin Hilman (4):
      arm64: defconfig: enable HW random as module
      arm64: defconfig: enable meson WDT as modules
      arm64: defconfig: enable meson SPI as module
      arm64: defconfig: enable meson I2C

Leo Yan (1):
      arm64: defconfig: enable common modules for power management

Simon Horman (1):
      arm64: defconfig: Enable SDHI and GPIO_REGULATOR

Thomas Petazzoni (1):
      arm64: defconfig: enable xhci-platform

Yoshihiro Shimoda (1):
      arm64: defconfig: Add Renesas R-Car HSUSB driver support as module

 arch/arm64/Kconfig.platforms | 15 +++++++++++++++
 arch/arm64/configs/defconfig | 35 +++++++++++++++++++++++++++++++++--
 2 files changed, 48 insertions(+), 2 deletions(-)

  parent reply	other threads:[~2016-10-08  0:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-08  0:28 [GIT PULL 0/8] ARM: SoC changes for v4.9 Arnd Bergmann
2016-10-08  0:28 ` Arnd Bergmann
2016-10-08  0:29 ` [GIT PULL 1/8] ARM: SoC cleanups " Arnd Bergmann
2016-10-08  0:29   ` Arnd Bergmann
2016-10-08  0:30 ` [GIT PULL 2/8] ARM: SoC platform updates " Arnd Bergmann
2016-10-08  0:30   ` Arnd Bergmann
2016-10-08  0:31 ` [GIT PULL 3/8] ARM: SoC defconfig changes " Arnd Bergmann
2016-10-08  0:31   ` Arnd Bergmann
2016-10-08  0:31 ` Arnd Bergmann [this message]
2016-10-08  0:31   ` [GIT PULL 4/8] ARM: SoC 64-bit " Arnd Bergmann
2016-10-08  0:32 ` [GIT PULL 5/8] ARM: SoC driver updates " Arnd Bergmann
2016-10-08  0:32   ` Arnd Bergmann
2016-10-08  0:33 ` [GIT PULL 6/8] ARM: DT " Arnd Bergmann
2016-10-08  0:33   ` Arnd Bergmann
2016-10-08  0:37 ` [GIT PULL 7/8] ARM: 64-bit DT updates for v4.8 Arnd Bergmann
2016-10-08  0:37   ` Arnd Bergmann
2016-10-08  0:39 ` [GIT PULL 8/8] ARM: SoC: late DT updates for v4.9 Arnd Bergmann
2016-10-08  0:39   ` Arnd Bergmann

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=6697867.ecXgajhiod@wuerfel \
    --to=arnd@arndb.de \
    --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 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.