From: Rob Herring Date: Sat, 10 Jan 2015 02:34:44 +0000 (-0600) Subject: powerpc/fsl_pci: Convert PCI to use generic config accessors X-Git-Tag: fixes-v4.0-rc1~161^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933d275f1cc944cc4912adf378a6369ae9b6c898;p=pandora-kernel.git powerpc/fsl_pci: Convert PCI to use generic config accessors Convert the fsl_pci driver to use the generic config access functions. This changes accesses from (in|out)_(8|le16|le32) to readX/writeX variants. I believe these should be equivalent for PCI config space accesses, but confirmation would be nice. Signed-off-by: Rob Herring Signed-off-by: Bjorn Helgaas CC: Benjamin Herrenschmidt CC: Paul Mackerras CC: Michael Ellerman CC: linuxppc-dev@lists.ozlabs.org --- Reading git-diff-tree failed