RE: [PATCH 1/3] PCI: pcie-rcar: Convert to DT resource parsing API

2015-11-09 Thread Phil Edworthy
Hi Wolfram, On 07 November 2015 13:29, Wolfram wrote: > On Mon, Nov 02, 2015 at 04:36:13PM +, Phil Edworthy wrote: > > The main purpose of this change is to avoid calling pci_ioremap_io() as > > this is not available on arm64. However, instead of doing the range passing > > in this driver we c

Re: [PATCH 1/3] PCI: pcie-rcar: Convert to DT resource parsing API

2015-11-07 Thread Wolfram Sang
On Mon, Nov 02, 2015 at 04:36:13PM +, Phil Edworthy wrote: > The main purpose of this change is to avoid calling pci_ioremap_io() as > this is not available on arm64. However, instead of doing the range passing > in this driver we can utilise of_pci_get_host_bridge_resources(). > > This is sim

[PATCH 1/3] PCI: pcie-rcar: Convert to DT resource parsing API

2015-11-02 Thread Phil Edworthy
The main purpose of this change is to avoid calling pci_ioremap_io() as this is not available on arm64. However, instead of doing the range passing in this driver we can utilise of_pci_get_host_bridge_resources(). This is similar to changes made to the generic PCI host driver in commit dbf9826d "P