remarkable-linux/drivers/ssb
Michael Buesch 4b402c65a3 [SSB]: Use ioreadX() and iowriteX() for PCI.
On a PCI bus use ioreadX() and iowriteX().
We map the I/O space with pci_iomap(), so we must use the correct
accessor functions, too.
readX() and writeX() are not guaranteed to accept the cookie returned
from pci_iomap() (though, it currently works on most architectures).

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:52:20 -07:00
..
b43_pci_bridge.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
driver_chipcommon.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
driver_extif.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
driver_mipscore.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
driver_pcicore.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
Kconfig [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
main.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
Makefile [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
pci.c [SSB]: Use ioreadX() and iowriteX() for PCI. 2007-10-10 16:52:20 -07:00
pcihost_wrapper.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
pcmcia.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
scan.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
ssb_private.h [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00