Re: [PATCHv10 2/9] of/pci: Provide support for parsing PCI DT ranges property

2013-05-20 Thread Linus Walleij
On Sun, May 19, 2013 at 10:31 PM, Jason Cooper ja...@lakedaemon.net wrote: patches 2, 3, and 4 applied to mvebu/of_pci to facilitate others (LinusW) basing their work off of it. Thanks, is this going to be pulled into ARM SoC soon-ish? I think Arnd may need this for some PCI work too. Yours,

Re: [PATCHv10 2/9] of/pci: Provide support for parsing PCI DT ranges property

2013-05-20 Thread Jason Cooper
On Mon, May 20, 2013 at 09:03:00AM +0200, Linus Walleij wrote: On Sun, May 19, 2013 at 10:31 PM, Jason Cooper ja...@lakedaemon.net wrote: patches 2, 3, and 4 applied to mvebu/of_pci to facilitate others (LinusW) basing their work off of it. Thanks, is this going to be pulled into ARM SoC

Re: [PATCHv10 2/9] of/pci: Provide support for parsing PCI DT ranges property

2013-05-19 Thread Jason Cooper
On Thu, May 16, 2013 at 05:55:17PM +0200, Thomas Petazzoni wrote: From: Andrew Murray andrew.mur...@arm.com This patch factors out common implementation patterns to reduce overall kernel code and provide a means for host bridge drivers to directly obtain struct resources from the DT's ranges

[PATCHv10 2/9] of/pci: Provide support for parsing PCI DT ranges property

2013-05-16 Thread Thomas Petazzoni
From: Andrew Murray andrew.mur...@arm.com This patch factors out common implementation patterns to reduce overall kernel code and provide a means for host bridge drivers to directly obtain struct resources from the DT's ranges property without relying on architecture specific DT handling. This