From: Rob Herring Date: Sat, 10 Jan 2015 02:34:42 +0000 (-0600) Subject: ARM: sa1100: Convert PCI to use generic config accessors X-Git-Tag: fixes-v4.0-rc1~161^2~3^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a11e9c487493b38bc38296b8b73303445303ff2;p=pandora-kernel.git ARM: sa1100: Convert PCI to use generic config accessors Convert the sa1100 nanoengine PCI driver to use the generic config access functions. Change accesses from __raw_readX/__raw_writeX to readX/writeX variants. This removes the spinlock because it is unnecessary. The config read and write functions are already protected with a spinlock. Signed-off-by: Rob Herring Signed-off-by: Bjorn Helgaas CC: Russell King CC: linux-arm-kernel@lists.infradead.org --- Reading git-diff-tree failed