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

From: Benjamin Herrenschmidt
Date: Sun Feb 26 2012 - 18:42:20 EST


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.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/