From: Kumar Gala Date: Tue, 3 May 2005 23:50:38 +0000 (-0500) Subject: [PATCH] I2C: Allow for sharing of the interrupt line for i2c-mpc.c X-Git-Tag: v2.6.13-rc4~130^2~160^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30aedcb33970367e50b5edf373e9cd1a5cebcbe1;p=pandora-kernel.git [PATCH] I2C: Allow for sharing of the interrupt line for i2c-mpc.c I2C-MPC: Allow for sharing of the interrupt line On the MPC8548 devices we have multiple I2C-MPC buses however they are on the same interrupt line. Made request_irq pass SA_SHIRQ now so the second bus can register for the same IRQ. Signed-off-by: Kumar Gala Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed