commit | 30aedcb33970367e50b5edf373e9cd1a5cebcbe1 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@freescale.com> | Tue May 03 18:50:38 2005 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jun 21 21:51:55 2005 -0700 |
tree | 8b94e494c2fd0d8c874500bc1b0733eef64d831b | |
parent | 44bbe87e9017efa050bb1b506c6822f1f3bb94d7 [diff] |
[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 <kumar.gala@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>