[POWERPC] celleb: Add support for PCI Express
authorIshizaki Kou <kou.ishizaki@toshiba.co.jp>
Thu, 24 Apr 2008 10:27:39 +0000 (20:27 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 24 Apr 2008 11:08:14 +0000 (21:08 +1000)
commit884d04cd8d7bba3dc885227ad400f8aea5623cdc
tree937d9edd0e85bed8f268c442878d56027a9bdc69
parentad2c6987978d17b58204926e9be776955935f8b1
[POWERPC] celleb: Add support for PCI Express

This adds support for PCI Express port on Celleb.  I/O space of this
PCI Express port is not mapped in memory space.  So we use the
io-workaround mechanism to make accesses indirect.

Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/cell/Makefile
arch/powerpc/platforms/cell/celleb_pci.c
arch/powerpc/platforms/cell/celleb_pci.h
arch/powerpc/platforms/cell/celleb_scc.h
arch/powerpc/platforms/cell/celleb_scc_pciex.c [new file with mode: 0644]