linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: aspeed: devicetree for 4.11
@ 2017-01-17 22:50 Joel Stanley
  2017-01-19  0:27 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Stanley @ 2017-01-17 22:50 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm; +Cc: linux-kernel, linux-arm-kernel

Hello Arnd and Olof,

Please pull the Aspeed devicetree ...tree for 4.11.

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
tags/aspeed-4.11-devicetree

for you to fetch changes up to 8f9bafbb92c0308cf8d33536803c822e14bed4d7:

  ARM: dts: aspeed: Add Romulus BMC platform (2017-01-10 21:55:46 +1100)

----------------------------------------------------------------
Aspeed devicetree updates for 4.11

This introduces the first OpenPower Power9 BMC system, Romulus. Romulus is
based on the ast2500 SoC from Aspeed.

These commits also add newly upstreamed drivers to the Palmetto BMC and ast2500
eval board. We now have working network, ipmi bt, gpio and pinmux on
all platforms.

  ARM: dts: aspeed: Add Romulus BMC platform
  ARM: dts: aspeed: Add ftgmac100 to g4 and g5 platforms
  ARM: dts: aspeed: Correct palmetto device tree
  ARM: dts: aspeed: Reserve framebuffer memory
  ARM: dts: aspeed-g5: Add gpio controller to devicetree
  ARM: dts: aspeed-g5: Add syscon and pin controller nodes
  ARM: dts: aspeed-g5: Add LPC Controller node
  ARM: dts: aspeed-g5: Add SoC Display Controller node
  ARM: dts: aspeed-g4: Add gpio controller to devicetree
  ARM: dts: aspeed-g4: Add syscon and pin controller nodes

----------------------------------------------------------------
Andrew Jeffery (6):
      ARM: dts: aspeed-g4: Add syscon and pin controller nodes
      ARM: dts: aspeed-g4: Add gpio controller to devicetree
      ARM: dts: aspeed-g5: Add SoC Display Controller node
      ARM: dts: aspeed-g5: Add LPC Controller node
      ARM: dts: aspeed-g5: Add syscon and pin controller nodes
      ARM: dts: aspeed-g5: Add gpio controller to devicetree

Cyril Bur (2):
      ARM: dts: aspeed: Reserve framebuffer memory
      ARM: dts: aspeed: Correct palmetto device tree

Joel Stanley (2):
      ARM: dts: aspeed: Add ftgmac100 to g4 and g5 platforms
      ARM: dts: aspeed: Add Romulus BMC platform

 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/aspeed-ast2500-evb.dts      |  14 +
 arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts |  24 +-
 arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts  |  45 ++
 arch/arm/boot/dts/aspeed-g4.dtsi              | 776 +++++++++++++++++++++++
 arch/arm/boot/dts/aspeed-g5.dtsi              | 879 ++++++++++++++++++++++++++
 6 files changed, 1737 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts

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

* Re: [GIT PULL] ARM: aspeed: devicetree for 4.11
  2017-01-17 22:50 [GIT PULL] ARM: aspeed: devicetree for 4.11 Joel Stanley
@ 2017-01-19  0:27 ` Olof Johansson
  2017-01-19  2:59   ` Joel Stanley
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2017-01-19  0:27 UTC (permalink / raw)
  To: Joel Stanley; +Cc: Arnd Bergmann, arm, linux-kernel, linux-arm-kernel

On Wed, Jan 18, 2017 at 09:50:02AM +1100, Joel Stanley wrote:
> Hello Arnd and Olof,
> 
> Please pull the Aspeed devicetree ...tree for 4.11.
> 
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
> tags/aspeed-4.11-devicetree
> 
> for you to fetch changes up to 8f9bafbb92c0308cf8d33536803c822e14bed4d7:
> 
>   ARM: dts: aspeed: Add Romulus BMC platform (2017-01-10 21:55:46 +1100)
> 
> ----------------------------------------------------------------
> Aspeed devicetree updates for 4.11
> 
> This introduces the first OpenPower Power9 BMC system, Romulus. Romulus is
> based on the ast2500 SoC from Aspeed.
> 
> These commits also add newly upstreamed drivers to the Palmetto BMC and ast2500
> eval board. We now have working network, ipmi bt, gpio and pinmux on
> all platforms.
> 
>   ARM: dts: aspeed: Add Romulus BMC platform
>   ARM: dts: aspeed: Add ftgmac100 to g4 and g5 platforms
>   ARM: dts: aspeed: Correct palmetto device tree
>   ARM: dts: aspeed: Reserve framebuffer memory
>   ARM: dts: aspeed-g5: Add gpio controller to devicetree
>   ARM: dts: aspeed-g5: Add syscon and pin controller nodes
>   ARM: dts: aspeed-g5: Add LPC Controller node
>   ARM: dts: aspeed-g5: Add SoC Display Controller node
>   ARM: dts: aspeed-g4: Add gpio controller to devicetree
>   ARM: dts: aspeed-g4: Add syscon and pin controller nodes

Hi,

Merged, but for the future there's no need for you to list the patches in the
tag message, git inserts a list when we merge (--log), and git request-pull
already provides the shortlog.


(512MB RAM on a BMC? That's just insane :).



-Olof

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

* Re: [GIT PULL] ARM: aspeed: devicetree for 4.11
  2017-01-19  0:27 ` Olof Johansson
@ 2017-01-19  2:59   ` Joel Stanley
  0 siblings, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2017-01-19  2:59 UTC (permalink / raw)
  To: Olof Johansson; +Cc: Arnd Bergmann, arm, linux-kernel, linux-arm-kernel

On Thu, Jan 19, 2017 at 11:27 AM, Olof Johansson <olof@lixom.net> wrote:
> On Wed, Jan 18, 2017 at 09:50:02AM +1100, Joel Stanley wrote:

>> These commits also add newly upstreamed drivers to the Palmetto BMC and ast2500
>> eval board. We now have working network, ipmi bt, gpio and pinmux on
>> all platforms.
>>
>>   ARM: dts: aspeed: Add Romulus BMC platform
>>   ARM: dts: aspeed: Add ftgmac100 to g4 and g5 platforms
>>   ARM: dts: aspeed: Correct palmetto device tree
>>   ARM: dts: aspeed: Reserve framebuffer memory
>>   ARM: dts: aspeed-g5: Add gpio controller to devicetree
>>   ARM: dts: aspeed-g5: Add syscon and pin controller nodes
>>   ARM: dts: aspeed-g5: Add LPC Controller node
>>   ARM: dts: aspeed-g5: Add SoC Display Controller node
>>   ARM: dts: aspeed-g4: Add gpio controller to devicetree
>>   ARM: dts: aspeed-g4: Add syscon and pin controller nodes
>
> Hi,
>
> Merged, but for the future there's no need for you to list the patches in the
> tag message, git inserts a list when we merge (--log), and git request-pull
> already provides the shortlog.

Thanks for the heads up. I've made a note of that for next time.

> (512MB RAM on a BMC? That's just insane :).

Yep :) It was 1GB in the first spin of the board.

Cheers,

Joel

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

end of thread, other threads:[~2017-01-19  3:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17 22:50 [GIT PULL] ARM: aspeed: devicetree for 4.11 Joel Stanley
2017-01-19  0:27 ` Olof Johansson
2017-01-19  2:59   ` Joel Stanley

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