diff options
| author | Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com> | 2011-10-11 04:49:17 -0400 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-24 08:09:19 -0400 |
| commit | e6f9306e2762a651fe6b735a36fcb696d05e8ed2 (patch) | |
| tree | 0503c20a58db180c22ce312641b6fd366ead0103 | |
| parent | 57265bc114fd71e721a314f481902cd4f4d3d05f (diff) | |
mfd: Add ab8500 interrupt disable hook
Add the missing interrupt disable hook in the irq_chip
callbacks for ab8500.
Signed-off-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>
Reviewed-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
| -rw-r--r-- | drivers/mfd/ab8500-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 387705e494b9..eb238ee77e68 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c | |||
| @@ -293,6 +293,7 @@ static struct irq_chip ab8500_irq_chip = { | |||
| 293 | .irq_bus_lock = ab8500_irq_lock, | 293 | .irq_bus_lock = ab8500_irq_lock, |
| 294 | .irq_bus_sync_unlock = ab8500_irq_sync_unlock, | 294 | .irq_bus_sync_unlock = ab8500_irq_sync_unlock, |
| 295 | .irq_mask = ab8500_irq_mask, | 295 | .irq_mask = ab8500_irq_mask, |
| 296 | .irq_disable = ab8500_irq_mask, | ||
| 296 | .irq_unmask = ab8500_irq_unmask, | 297 | .irq_unmask = ab8500_irq_unmask, |
| 297 | }; | 298 | }; |
| 298 | 299 | ||
