mbox

[GIT,PULL,2/2] ARM: mvebu: pcie kirkwood for v3.11 (round 2)

Message ID 20130604135433.GD3803@titan.lakedaemon.net
State New
Headers show

Pull-request

git://git.infradead.org/users/jcooper/linux.git tags/pcie_kw-3.11-2

Message

Jason Cooper June 4, 2013, 1:54 p.m. UTC
Olof,

Here's a patch catching up a missed board in the DT conversion of
kirkwood pcie.  There shouldn't be any more like this, so I'm just
sending the single patch.

This has also been in -next for five days or so.


The following changes since commit 0d0632f523fa040b307688ae421a1debf79af2d7:

  arm: kirkwood: convert db-88f6281/db-88f6282 to the Device Tree (2013-05-27 16:02:13 +0000)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/pcie_kw-3.11-2

for you to fetch changes up to 6bd98481ab346964344e05a041f35ff83cb3d00c:

  arm: kirkwood: NETGEAR ReadyNAS Duo v2 init PCIe via DT (2013-05-29 11:45:24 +0000)

----------------------------------------------------------------
mvebu pcie driver (kirkwood) for v3.11 (round 2)

 - kirkwood
    - migrate Netgear ReadyNAS Duo v2 to pcie DT init

depends
 - mvebu/pcie
    - mvebu/of_pci

----------------------------------------------------------------
Arnaud Ebalard (1):
      arm: kirkwood: NETGEAR ReadyNAS Duo v2 init PCIe via DT

 arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts | 8 ++++++++
 arch/arm/mach-kirkwood/board-readynas.c                | 1 -
 2 files changed, 8 insertions(+), 1 deletion(-)

Comments

Olof Johansson June 11, 2013, 5:02 a.m. UTC | #1
On Tue, Jun 04, 2013 at 09:54:33AM -0400, Jason Cooper wrote:
> Olof,
> 
> Here's a patch catching up a missed board in the DT conversion of
> kirkwood pcie.  There shouldn't be any more like this, so I'm just
> sending the single patch.
> 
> This has also been in -next for five days or so.
> 
> 
> The following changes since commit 0d0632f523fa040b307688ae421a1debf79af2d7:
> 
>   arm: kirkwood: convert db-88f6281/db-88f6282 to the Device Tree (2013-05-27 16:02:13 +0000)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/jcooper/linux.git tags/pcie_kw-3.11-2

Thanks, pulled.

I just realized the kirkwood branches fit better in the next/boards
category but the previous one is in next/soc so there goes this one too.


-Olof