commit | 540c6c392f01887dcc96bef0a41e63e6c1334f01 | [log] [tgz] |
---|---|---|
author | Martyn Welch <martyn.welch@ge.com> | Mon May 24 22:09:16 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 09 11:28:33 2010 +1000 |
tree | 7ee14b42b10f4be641c8a1fcd5bb8aa8d8ee09e4 | |
parent | 68581e9350506dcf0160c3a29dcd21e5a848cda7 [diff] |
powerpc: Add i8042 keyboard and mouse irq parsing 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 it fails. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>