mbox series

[GIT,PULL] ARM: aspeed: dts changes for 4.21

Message ID CACPK8XcioxMDmJpKxdA7xfSmvEy++LUtELGOxRaoBFB0cT0RSA@mail.gmail.com
State Not Applicable, archived
Headers show
Series [GIT,PULL] ARM: aspeed: dts changes for 4.21 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \

Message

Joel Stanley Dec. 4, 2018, 11:51 p.m. UTC
Hello ARM maintainers,

Here's the ASPEED pull request. A new system from Facebook and some
small updates that were being carried in the OpenBMC kernel tree.
Thanks!

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 76d0bbd8a4ef1b1256d49e082a61a33eb0b004c7:

  ARM: dts: aspeed: Add Facebook Backpack-CMM BMC (2018-12-03 09:17:15 +1030)

----------------------------------------------------------------
ASPEED device tree updates for 4.20

 - New machine: Facebook Backpack-CMM BMC and flash layout

 - OpenPower reference systems (Palmetto P8, Romulus P9) move to the
   ColdFire based FSI driver

 - Misc device tree updates from the OpenBMC project

----------------------------------------------------------------
Benjamin Herrenschmidt (2):
      ARM: dts: aspeed: Romulus system can use coprocessor for FSI
      ARM: dts: aspeed: Palmetto system can use coprocessor for FSI

Joel Stanley (2):
      ARM: dts: aspeed-palmetto: Add LPC control node
      ARM: dts: aspeed: Enable VHUB on Romulus

Lei YU (1):
      ARM: dts: aspeed: romulus: Enable iio-hwmon-battery

Matt Spinler (1):
      ARM: dts: aspeed: wspoon: Enable iio-hwmon battery

Tao Ren (2):
      ARM: dts: Add Facebook BMC flash layout
      ARM: dts: aspeed: Add Facebook Backpack-CMM BMC

 arch/arm/boot/dts/Makefile                       |   1 +
 arch/arm/boot/dts/aspeed-bmc-facebook-cmm.dts    | 368 +++++++++++++++++++++++
 arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts    |  39 ++-
 arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts     |  24 +-
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts |   9 +
 arch/arm/boot/dts/facebook-bmc-flash-layout.dtsi |  42 +++
 6 files changed, 475 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-facebook-cmm.dts
 create mode 100644 arch/arm/boot/dts/facebook-bmc-flash-layout.dtsi

Comments

Olof Johansson Dec. 11, 2018, 4:01 p.m. UTC | #1
On Wed, Dec 05, 2018 at 10:21:08AM +1030, Joel Stanley wrote:
> Hello ARM maintainers,
> 
> Here's the ASPEED pull request. A new system from Facebook and some
> small updates that were being carried in the OpenBMC kernel tree.
> Thanks!
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \
>     tags/aspeed-4.21-devicetree

Thanks for adding the '\' here! Makes our lives ever so slightly easier
when copying and pasting the line-wrapped refspec.

> 
> for you to fetch changes up to 76d0bbd8a4ef1b1256d49e082a61a33eb0b004c7:
> 
>   ARM: dts: aspeed: Add Facebook Backpack-CMM BMC (2018-12-03 09:17:15 +1030)
> 
> ----------------------------------------------------------------
> ASPEED device tree updates for 4.20
> 
>  - New machine: Facebook Backpack-CMM BMC and flash layout
> 
>  - OpenPower reference systems (Palmetto P8, Romulus P9) move to the
>    ColdFire based FSI driver
> 
>  - Misc device tree updates from the OpenBMC project
> 
> ----------------------------------------------------------------
> Benjamin Herrenschmidt (2):
>       ARM: dts: aspeed: Romulus system can use coprocessor for FSI
>       ARM: dts: aspeed: Palmetto system can use coprocessor for FSI
> 
> Joel Stanley (2):
>       ARM: dts: aspeed-palmetto: Add LPC control node
>       ARM: dts: aspeed: Enable VHUB on Romulus
> 
> Lei YU (1):
>       ARM: dts: aspeed: romulus: Enable iio-hwmon-battery
> 
> Matt Spinler (1):
>       ARM: dts: aspeed: wspoon: Enable iio-hwmon battery
> 
> Tao Ren (2):
>       ARM: dts: Add Facebook BMC flash layout

Should this have been in the an aspeed namespace? Seems quite platform
dependent to me. Doesn't matter all that much with the proposed move into
subdirectories that Rob is staging; this file would go under aspeed in that
case.

Merged into next/dt.

-Olof
Joel Stanley Dec. 13, 2018, 1:17 a.m. UTC | #2
On Wed, 12 Dec 2018 at 02:42, Olof Johansson <olof@lixom.net> wrote:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \
> >     tags/aspeed-4.21-devicetree
>
> Thanks for adding the '\' here! Makes our lives ever so slightly easier
> when copying and pasting the line-wrapped refspec.

No worries. I wrote a patch to git-send-email, but got stuck trying to
make the tests pass. My awk/shell skills need levelling up.

 https://ozlabs.org/~joel/0001-git-request-pull-Put-tags-on-the-next-line.patch

> > Tao Ren (2):
> >       ARM: dts: Add Facebook BMC flash layout
>
> Should this have been in the an aspeed namespace? Seems quite platform
> dependent to me. Doesn't matter all that much with the proposed move into
> subdirectories that Rob is staging; this file would go under aspeed in that
> case.

It could have gone either way, as I was thinking that it could apply
to the theoretical non-aspeed BMC.

I'll make sure it gets migrated under the aspeed directory in the Great Rename.

> Merged into next/dt.

Thanks!