Thread (7 messages) 7 messages, 2 authors, 2012-02-27

Re: [PATCH 2/2] powerpc: Board support for GE IMP3A

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2012-02-26 23:42:24
Also in: lkml

On Tue, 2012-02-07 at 11:28 +0000, Martyn Welch wrote:
+
+       if (of_flat_dt_is_compatible(root, "fsl,MPC8572DS-CAMP")) {
+               mpic = mpic_alloc(NULL, 0,
+                       MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS |
+                       MPIC_SINGLE_DEST_CPU,
+                       0, 256, " OpenPIC  ");
+       } else {
+               mpic = mpic_alloc(NULL, 0,
+                         MPIC_WANTS_RESET |
+                         MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS |
+                         MPIC_SINGLE_DEST_CPU,
+                       0, 256, " OpenPIC  ");
+       }
+ 
Can you rebase this on top of powerpc-next ? There have been some mpic
changes from Kyle Moffett that clash with this (mostly some of the flags
are gone, the remaining ones you should just put in the device-tree).

Cheers,
Ben.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help