linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM64: berlin: DT changes for v4.4 (round 1)
@ 2015-10-09 18:48 Sebastian Hesselbarth
  2015-10-09 18:48 ` [GIT PULL 2/2] ARM64: berlin: SoC " Sebastian Hesselbarth
  2015-10-14 15:46 ` [GIT PULL 1/2] ARM64: berlin: DT " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Sebastian Hesselbarth @ 2015-10-09 18:48 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Kevin, Olof,

this is Marvell Berlin ARM64 DT changes round 1 for v4.4. Jisheng
from Marvell added GPIO nodes and a new board for the BG4-CT SoC.

Please pull.

Sebastian

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin64-dt-for-4.4-1

for you to fetch changes up to 59995f55973e23d957f1dad13446554f6aef73d0:

  arm64: dts: add dts file for Marvell Berlin4CT STB board (2015-09-20 21:04:02 +0200)

----------------------------------------------------------------
Marvell Berlin ARM64 DT for 4.4 take 1
- add BG4CT GPIO nodes
- add BG4CT STB reference board

----------------------------------------------------------------
Jisheng Zhang (2):
      arm64: dts: berlin4ct: add GPIO nodes
      arm64: dts: add dts file for Marvell Berlin4CT STB board

 arch/arm64/boot/dts/marvell/Makefile          |   1 +
 arch/arm64/boot/dts/marvell/berlin4ct-stb.dts |  66 ++++++++++++++
 arch/arm64/boot/dts/marvell/berlin4ct.dtsi    | 120 ++++++++++++++++++++++++++
 3 files changed, 187 insertions(+)
 create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct-stb.dts

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/2] ARM64: berlin: SoC changes for v4.4 (round 1)
  2015-10-09 18:48 [GIT PULL 1/2] ARM64: berlin: DT changes for v4.4 (round 1) Sebastian Hesselbarth
@ 2015-10-09 18:48 ` Sebastian Hesselbarth
  2015-10-15 20:04   ` Arnd Bergmann
  2015-10-14 15:46 ` [GIT PULL 1/2] ARM64: berlin: DT " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Sebastian Hesselbarth @ 2015-10-09 18:48 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Kevin, Olof,

this is Marvell Berlin ARM64 SoC changes round 1 for v4.4. There is
a single patch to add ARCH_REQUIRE_GPIOLIB to allow to use GPIO drivers.

Please pull.

Sebastian

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin64-soc-for-4.4-1

for you to fetch changes up to c582fbfba581d1331a52a85f0d712b0b7ec961c3:

  arm64: berlin: enable ARCH_REQUIRE_GPIOLIB (2015-09-20 20:32:10 +0200)

----------------------------------------------------------------
Marvell Berlin ARM64 SoC for 4.4 take 1
- enable ARCH_REQUIRE_GPIOLIB for DW GPIO driver

----------------------------------------------------------------
Jisheng Zhang (1):
      arm64: berlin: enable ARCH_REQUIRE_GPIOLIB

 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 1/2] ARM64: berlin: DT changes for v4.4 (round 1)
  2015-10-09 18:48 [GIT PULL 1/2] ARM64: berlin: DT changes for v4.4 (round 1) Sebastian Hesselbarth
  2015-10-09 18:48 ` [GIT PULL 2/2] ARM64: berlin: SoC " Sebastian Hesselbarth
@ 2015-10-14 15:46 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-10-14 15:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 09 October 2015 20:48:49 Sebastian Hesselbarth wrote:
> Arnd, Kevin, Olof,
> 
> this is Marvell Berlin ARM64 DT changes round 1 for v4.4. Jisheng
> from Marvell added GPIO nodes and a new board for the BG4-CT SoC.
> 

Pulled into next/dt, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/2] ARM64: berlin: SoC changes for v4.4 (round 1)
  2015-10-09 18:48 ` [GIT PULL 2/2] ARM64: berlin: SoC " Sebastian Hesselbarth
@ 2015-10-15 20:04   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-10-15 20:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 09 October 2015 20:48:50 Sebastian Hesselbarth wrote:
> Marvell Berlin ARM64 SoC for 4.4 take 1
> - enable ARCH_REQUIRE_GPIOLIB for DW GPIO driver
> 

Merged into next/soc, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-15 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09 18:48 [GIT PULL 1/2] ARM64: berlin: DT changes for v4.4 (round 1) Sebastian Hesselbarth
2015-10-09 18:48 ` [GIT PULL 2/2] ARM64: berlin: SoC " Sebastian Hesselbarth
2015-10-15 20:04   ` Arnd Bergmann
2015-10-14 15:46 ` [GIT PULL 1/2] ARM64: berlin: DT " Arnd Bergmann

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