[PATCH 10/11] celleb: add support for PCI Express

2008-03-14 Thread Ishizaki Kou
This patch 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 <[EMAIL PROTECTED]> Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/p

Re: [PATCH 10/11] celleb: add support for PCI Express

2008-03-12 Thread Ishizaki Kou
Arnd Bergmann <[EMAIL PROTECTED]> wrote: > On Wednesday 05 March 2008, Ishizaki Kou wrote: > > This patch 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. > > > >

Re: [PATCH 10/11] celleb: add support for PCI Express

2008-03-05 Thread Arnd Bergmann
On Wednesday 05 March 2008, Ishizaki Kou wrote: > This patch 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 <[EMAIL PROTECTED]> Acke

[PATCH 10/11] celleb: add support for PCI Express

2008-03-05 Thread Ishizaki Kou
This patch 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 <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/celleb_pci.c |9 ar