mbox

[GIT,PULL] ARM: mvebu: Last DT changes for v3.18

Message ID 20141002135926.GC27230@titan.lakedaemon.net
State New
Headers show

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-3.18-2

Message

Jason Cooper Oct. 2, 2014, 1:59 p.m. UTC
Guys,

I know this is way late, but the changes a fairly small, and have been
in linux-next for at least 9 of Stephen's 'next-YYYYMMDD' tags.
Hopefully the merge window opening a week late will make it possible for
you guys to take this.

This is an incremental pull request from tags/mvebu-dt-3.18 up to
tags/mvebu-dt-3.18-2 on the mvebu/dt branch.

Please pull.

thx,

Jason.


The following changes since commit 5b1e9e80c044442cc80eb6bb03b11165515eedb8:

  ARM: mvebu: add user LED support of Armada 370 RD (2014-09-13 21:13:42 +0000)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-3.18-2

for you to fetch changes up to 32c741d07f7fdb1974eb07420fc143d479bfe19f:

  ARM: mvebu: switch the Armada 370 RD board to internal registers at 0xf1000000 (2014-09-17 15:00:59 +0000)

----------------------------------------------------------------
mvebu DT changes for v3.18 (round 2)

 - Armada XP
    - Add HW datasheet references to docs

 - Armada 370
    - Change internal registers to 0xf1000000 for Armada 370 RD board

----------------------------------------------------------------
Thomas Petazzoni (2):
      Documentation: arm: add hardware datasheet reference for Marvell Armada XP
      ARM: mvebu: switch the Armada 370 RD board to internal registers at 0xf1000000

 Documentation/arm/Marvell/README    |  4 ++++
 arch/arm/boot/dts/armada-370-rd.dts | 11 ++++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Oct. 2, 2014, 3:20 p.m. UTC | #1
On Thursday 02 October 2014 09:59:26 Jason Cooper wrote:
> 
> I know this is way late, but the changes a fairly small, and have been
> in linux-next for at least 9 of Stephen's 'next-YYYYMMDD' tags.
> Hopefully the merge window opening a week late will make it possible for
> you guys to take this.
> 
> This is an incremental pull request from tags/mvebu-dt-3.18 up to
> tags/mvebu-dt-3.18-2 on the mvebu/dt branch.

The one patch is a bug fix, so it's exempt from the deadline, the other
one is obviously harmless, so I'm pulling it into next/dt.

Regarding the DT change: Seriously? They made the same mistake
*AGAIN*? I hope that whoever at Marvell decided to change the
register location for a shipping product in a boot loader update
will lose their commit access.

	Arnd
Jason Cooper Oct. 2, 2014, 8:50 p.m. UTC | #2
On Thu, Oct 02, 2014 at 05:20:53PM +0200, Arnd Bergmann wrote:
> On Thursday 02 October 2014 09:59:26 Jason Cooper wrote:
> > 
> > I know this is way late, but the changes a fairly small, and have been
> > in linux-next for at least 9 of Stephen's 'next-YYYYMMDD' tags.
> > Hopefully the merge window opening a week late will make it possible for
> > you guys to take this.
> > 
> > This is an incremental pull request from tags/mvebu-dt-3.18 up to
> > tags/mvebu-dt-3.18-2 on the mvebu/dt branch.
> 
> The one patch is a bug fix, so it's exempt from the deadline, the other
> one is obviously harmless, so I'm pulling it into next/dt.

Thanks!

> Regarding the DT change: Seriously? They made the same mistake
> *AGAIN*? I hope that whoever at Marvell decided to change the
> register location for a shipping product in a boot loader update
> will lose their commit access.

You're assuming they use version control.  I wouldn't give them that
much credit.  ;-)

thx,

Jason.