Re: [PATCH 3/4] PowerPC: Add PCI entry to 440EPx Sequoia DTS.

2008-04-07 Thread Sergei Shtylyov
Hello. Valentine Barshak wrote: --- linux-2.6.orig/arch/powerpc/boot/dts/sequoia.dts2007-12-21 17:14:17.0 +0300 +++ linux-2.6/arch/powerpc/boot/dts/sequoia.dts2007-12-21 17:18:32.0 +0300 @@ -324,6 +324,33 @@ has-new-stacr-staopc; };

Re: [PATCH 3/4] PowerPC: Add PCI entry to 440EPx Sequoia DTS.

2008-04-07 Thread Valentine Barshak
Sergei Shtylyov wrote: Valentine Barshak wrote: This adds PCI entry to PowerPC 440EPx Sequoia DTS. Signed-off-by: Valentine Barshak <[EMAIL PROTECTED]> --- linux-2.6.orig/arch/powerpc/boot/dts/sequoia.dts2007-12-21 17:14:17.0 +0300 +++ linux-2.6/arch/powerpc/boot/dts/sequoia.d

Re: [PATCH 3/4] PowerPC: Add PCI entry to 440EPx Sequoia DTS.

2008-04-05 Thread Sergei Shtylyov
Valentine Barshak wrote: This adds PCI entry to PowerPC 440EPx Sequoia DTS. Signed-off-by: Valentine Barshak <[EMAIL PROTECTED]> --- linux-2.6.orig/arch/powerpc/boot/dts/sequoia.dts2007-12-21 17:14:17.0 +0300 +++ linux-2.6/arch/powerpc/boot/dts/sequoia.dts 2007-12-21 17:18:32.

Re: [PATCH 3/4] PowerPC: Add PCI entry to 440EPx Sequoia DTS.

2007-12-21 Thread Stefan Roese
On Friday 21 December 2007, Benjamin Herrenschmidt wrote: > On Fri, 2007-12-21 at 19:26 +0300, Valentine Barshak wrote: > > + > > + /* All PCI interrupts are routed to IRQ 67 */ > > + interrupt-map-mask = < 0 0 0>; > > + interrup

Re: [PATCH 3/4] PowerPC: Add PCI entry to 440EPx Sequoia DTS.

2007-12-21 Thread Benjamin Herrenschmidt
On Fri, 2007-12-21 at 19:26 +0300, Valentine Barshak wrote: > + > + /* All PCI interrupts are routed to IRQ 67 */ > + interrupt-map-mask = < 0 0 0>; > + interrupt-map = < 0 0 0 &UIC2 3 8 >; > + }; > };

[PATCH 3/4] PowerPC: Add PCI entry to 440EPx Sequoia DTS.

2007-12-21 Thread Valentine Barshak
This adds PCI entry to PowerPC 440EPx Sequoia DTS. Signed-off-by: Valentine Barshak <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/sequoia.dts | 27 +++ 1 files changed, 27 insertions(+) --- linux-2.6.orig/arch/powerpc/boot/dts/sequoia.dts2007-12-21 17:14:17.000