[PATCH v3 01/12] of/pci: Provide support for parsing PCI DT ranges property

2013-04-03 Thread Thierry Reding
From: Andrew Murray 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 will make it easier to

[PATCH v3 01/12] of/pci: Provide support for parsing PCI DT ranges property

2013-04-03 Thread Thierry Reding
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