[PATCH] I2C: Allow for sharing of the interrupt line for i2c-mpc.c
authorKumar Gala <galak@freescale.com>
Tue, 3 May 2005 23:50:38 +0000 (18:50 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 04:51:55 +0000 (21:51 -0700)
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 <kumar.gala@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found