Re: [PATCH 13/16] pci/host: rcar-gen2: convert to use generic config accesses

2015-01-12 Thread Geert Uytterhoeven
On Sat, Jan 10, 2015 at 3:34 AM, Rob Herring wrote: > Convert the rcar-gen2 host PCI driver to use the generic config access > functions. > > This changes the i/o accessors from io(read|write)X to readX/writeX > variants which are equivalent on ARM. > > Signed-off-by: Rob Herring > Cc: Simon

Re: [PATCH 13/16] pci/host: rcar-gen2: convert to use generic config accesses

2015-01-12 Thread Geert Uytterhoeven
On Sat, Jan 10, 2015 at 3:34 AM, Rob Herring r...@kernel.org wrote: Convert the rcar-gen2 host PCI driver to use the generic config access functions. This changes the i/o accessors from io(read|write)X to readX/writeX variants which are equivalent on ARM. Signed-off-by: Rob Herring

[PATCH 13/16] pci/host: rcar-gen2: convert to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the rcar-gen2 host PCI driver to use the generic config access functions. This changes the i/o accessors from io(read|write)X to readX/writeX variants which are equivalent on ARM. Signed-off-by: Rob Herring Cc: Simon Horman Cc: Bjorn Helgaas Cc: linux-...@vger.kernel.org Cc:

[PATCH 13/16] pci/host: rcar-gen2: convert to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the rcar-gen2 host PCI driver to use the generic config access functions. This changes the i/o accessors from io(read|write)X to readX/writeX variants which are equivalent on ARM. Signed-off-by: Rob Herring r...@kernel.org Cc: Simon Horman ho...@verge.net.au Cc: Bjorn Helgaas