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

2010-05-25 Thread Martyn Welch
Grant Likely wrote: > On Mon, May 24, 2010 at 10:25 AM, 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. This patch modifies the powerpc legacy IO code to attem

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

2010-05-24 Thread Grant Likely
On Mon, May 24, 2010 at 10:25 AM, 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.  This patch modifies the powerpc legacy IO code to attempt to parse > the device tree

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

2010-05-24 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. This patch modifies the powerpc legacy IO code to attempt to parse the device tree for this information, failing back to the hardcoded values if i