From: Martyn Welch Date: Mon, 24 May 2010 22:09:16 +0000 (+0000) Subject: powerpc: Add i8042 keyboard and mouse irq parsing X-Git-Tag: v2.6.36-rc1~559^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=540c6c392f01887dcc96bef0a41e63e6c1334f01;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed