commit | b44923b78d11175d80a1693deb82bdcd13070ba9 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Fri Jan 09 20:34:47 2015 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Jan 30 16:14:43 2015 -0600 |
tree | 210ff42733821c16a2a48e806d7742f585572c8d | |
parent | 21186728865ec0485fe874a175f99b375c859f2b [diff] |
PCI: rcar: Convert to use generic config accessors 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 <robh@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> CC: Simon Horman <horms@verge.net.au> CC: linux-sh@vger.kernel.org