From: Rob Herring Date: Sat, 10 Jan 2015 02:34:41 +0000 (-0600) Subject: ARM: integrator: Convert PCI to use generic config accessors X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~145^2~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61dc485b90edc80d39640bd6edd77187a0ee1286;p=pandora-kernel.git ARM: integrator: Convert PCI to use generic config accessors Convert the integrator PCI driver to use the generic config access functions. This changes accesses from __raw_readX/__raw_writeX to readX/writeX variants. The spinlock is removed because it is unnecessary. The config read and write functions are already protected with a spinlock and no access can occur during the .pre_init function. [arnd: remove unused "flags"] Signed-off-by: Rob Herring Signed-off-by: Bjorn Helgaas Acked-by: Linus Walleij CC: Russell King CC: linux-arm-kernel@lists.infradead.org --- Reading git-diff-tree failed