Re: [PATCH] powerpc: Add i8042 keyboard and mouse irq parsing

2010-05-19 Thread Grant Likely
On Fri, May 14, 2010 at 4:39 AM, Martyn Welch wrote: > Martyn Welch wrote: >> Currently the irqs for the i8042, which historically provides keyboard and >> mouse (aux) support, is hardwired in the driver rather than parsing the >> dts. >> >> In addition the interrupts are provided in the dts, but

Re: [PATCH] powerpc: Add i8042 keyboard and mouse irq parsing

2010-05-14 Thread Martyn Welch
Martyn Welch wrote: > Currently the irqs for the i8042, which historically provides keyboard and > mouse (aux) support, is hardwired in the driver rather than parsing the > dts. > > In addition the interrupts are provided in the dts, but in a way that is > not easily parsable using irq_of_parse_and

[PATCH] powerpc: Add i8042 keyboard and mouse irq parsing

2010-05-14 Thread Martyn Welch
Currently the irqs for the i8042, which historically provides keyboard and mouse (aux) support, is hardwired in the driver rather than parsing the dts. In addition the interrupts are provided in the dts, but in a way that is not easily parsable using irq_of_parse_and_map(). This patch modifies th