Re: [PATCH 0/3] MVEBU SoC ID and revision detection

2014-06-24 Thread Sascha Hauer
On Tue, Jun 24, 2014 at 01:45:33PM +0200, Sebastian Hesselbarth wrote: > This patch set adds support for reading SoC ID and revision from > PCIe controllers found on Marvell MVEBU SoCs. > > Patch 1 adds PCI bus specific OF address translation required for > reg property parsing of PCIe controller

[PATCH 0/3] MVEBU SoC ID and revision detection

2014-06-24 Thread Sebastian Hesselbarth
This patch set adds support for reading SoC ID and revision from PCIe controllers found on Marvell MVEBU SoCs. Patch 1 adds PCI bus specific OF address translation required for reg property parsing of PCIe controller nodes. Patch 2 selects above PCI OF address translation for MVEBU SoCs. Patch 3