mbox

[GIT,PULL] ARM: mvebu: DT changes for v3.14 (incr. #4)

Message ID 20131217142222.GI2609@titan.lakedaemon.net
State New
Headers show

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-3.14-4

Message

Jason Cooper Dec. 17, 2013, 2:22 p.m. UTC
Guys,

Here's the fourth round of DT changes in mvebu-land.  This one completes
a long-standing item on my todo list.  It's been in -next for four days,
and it's purely a sort.

As with the previous pull requests, this is an incremental pull on the
mvebu/dt branch from tags/mvebu-dt-3.14-3 to tags/mvebu-dt-3.14-4.

thx,

Jason.


The following changes since commit 69e18e26b5773092276a9702244784faf9b6c65f:

  ARM: mvebu: Enable NAND controller in A370 Reference Design board (2013-12-12 14:04:34 +0000)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-3.14-4

for you to fetch changes up to a095b1c78a35f05755ca2f0e106d84792974aef5:

  ARM: mvebu: sort DT nodes by address (2013-12-12 15:00:44 +0000)

----------------------------------------------------------------
mvebu DT changes for v3.14 (incremental #4)

 - mvebu/orion5x/dove/kirkwood
    - sort nodes on ocp bus by address

----------------------------------------------------------------
Jason Cooper (4):
      ARM: kirkwood: sort dt nodes by address
      ARM: dove: sort DT nodes by address
      ARM: orion5x: sort DT nodes by address
      ARM: mvebu: sort DT nodes by address

 arch/arm/boot/dts/armada-370-xp.dtsi | 176 ++++++-------
 arch/arm/boot/dts/armada-370.dtsi    |  74 +++---
 arch/arm/boot/dts/armada-xp.dtsi     | 100 +++----
 arch/arm/boot/dts/dove.dtsi          | 496 +++++++++++++++++------------------
 arch/arm/boot/dts/kirkwood.dtsi      | 140 +++++-----
 arch/arm/boot/dts/orion5x.dtsi       | 106 ++++----
 6 files changed, 546 insertions(+), 546 deletions(-)

Comments

Kevin Hilman Dec. 19, 2013, 11:55 p.m. UTC | #1
Jason Cooper <jason@lakedaemon.net> writes:

> Guys,
>
> Here's the fourth round of DT changes in mvebu-land.  This one completes
> a long-standing item on my todo list.  It's been in -next for four days,
> and it's purely a sort.
>
> As with the previous pull requests, this is an incremental pull on the
> mvebu/dt branch from tags/mvebu-dt-3.14-3 to tags/mvebu-dt-3.14-4.
>
> thx,
>
> Jason.
>
>
> The following changes since commit 69e18e26b5773092276a9702244784faf9b6c65f:
>
>   ARM: mvebu: Enable NAND controller in A370 Reference Design board (2013-12-12 14:04:34 +0000)
>
> are available in the git repository at:
>
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-3.14-4
>
> for you to fetch changes up to a095b1c78a35f05755ca2f0e106d84792974aef5:
>
>   ARM: mvebu: sort DT nodes by address (2013-12-12 15:00:44 +0000)
>
> ----------------------------------------------------------------
> mvebu DT changes for v3.14 (incremental #4)
>
>  - mvebu/orion5x/dove/kirkwood
>     - sort nodes on ocp bus by address
>
> ----------------------------------------------------------------

Pulled into next/dt.

Thanks,

Kevin