* [GIT PULL] ARM: aspeed: dts changes for 4.21
@ 2018-12-04 23:51 Joel Stanley
2018-12-11 16:01 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Joel Stanley @ 2018-12-04 23:51 UTC (permalink / raw)
To: linux-aspeed
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: aspeed: dts changes for 4.21
2018-12-04 23:51 [GIT PULL] ARM: aspeed: dts changes for 4.21 Joel Stanley
@ 2018-12-11 16:01 ` Olof Johansson
2018-12-13 1:17 ` Joel Stanley
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2018-12-11 16:01 UTC (permalink / raw)
To: linux-aspeed
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: aspeed: dts changes for 4.21
2018-12-11 16:01 ` Olof Johansson
@ 2018-12-13 1:17 ` Joel Stanley
0 siblings, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2018-12-13 1:17 UTC (permalink / raw)
To: linux-aspeed
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!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-12-13 1:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04 23:51 [GIT PULL] ARM: aspeed: dts changes for 4.21 Joel Stanley
2018-12-11 16:01 ` Olof Johansson
2018-12-13 1:17 ` Joel Stanley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox