Re: [PATCH] powerpc/mpc85xx:Update interrupt handling for IFC controller

2012-09-19 Thread Kumar Gala
On Sep 13, 2012, at 3:04 AM, Prabhakar Kushwaha wrote: IFC may have one or two interrupts. If two interrupt specifiers are present, the first is the common interrupt (CM_EVTER_STAT), and the second is the NAND interrupt (NAND_EVTER_STAT). If there is only one, that interrupt reports both

[PATCH] powerpc/mpc85xx:Update interrupt handling for IFC controller

2012-09-13 Thread Prabhakar Kushwaha
IFC may have one or two interrupts. If two interrupt specifiers are present, the first is the common interrupt (CM_EVTER_STAT), and the second is the NAND interrupt (NAND_EVTER_STAT). If there is only one, that interrupt reports both types of event. Signed-off-by: Prabhakar Kushwaha