From: Martyn Welch Date: Mon, 26 Apr 2010 22:50:21 +0000 (+0000) Subject: powerpc: Correct parport interrupt parsing X-Git-Tag: v2.6.35-rc1~450^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cad19784950f947bf8b332b92d83c75788f897a;p=pandora-kernel.git powerpc: Correct parport interrupt parsing 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 controller to which the interrupt is connected and irq_of_parse_and_map() should be used to determine the correct virtual irq. Signed-off-by: Martyn Welch Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed