[PATCH] Correct PowerPC Parport interrupt parsing.

2010-04-26 Thread Martyn Welch
Currently the parsing of the device tree in arch/powerpc/include/asm/parport.h assumes that the interrupt provided in the parallel port node is a valid virtual irq. The values for the interrupts provided in the device tree should have meaning in the context of the driver for the specific interrupt

Re: [PATCH] Correct PowerPC Parport interrupt parsing.

2010-04-26 Thread Benjamin Herrenschmidt
On Mon, 2010-04-26 at 12:15 +0100, Martyn Welch wrote: Currently the parsing of the device tree in arch/powerpc/include/asm/parport.h assumes that the interrupt provided in the parallel port node is a valid virtual irq. The values for the interrupts provided in the device tree should have