summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-05-11 14:21:16 +0200
committerHenrik Aberg <henrik.aberg@stericsson.com>2011-05-18 09:40:14 +0200
commit658d8202cbfa1f1039dd1800457ec7d391f3071a (patch)
treebec5aa45650ba1cddee1ee05b97931f0aa0cb0ae
parentadcab29a79644210ab4c034090e01cc3aaf3f9f0 (diff)
mfd:ab8500-core: Add interrupt disable hook
Add the missing interrupt disable hook in the irq_chip callbacks for ab8500. ST-Ericsson ID: ER 338639 Change-Id: I8dc939c0f0039885e4948e5e08443ed3b45f1ca8 Signed-off-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/22597 Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com> Conflicts: drivers/mfd/ab8500-core.c
-rw-r--r--drivers/mfd/ab8500-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c
index d3aeff7df5d..d2aa267fa4c 100644
--- a/drivers/mfd/ab8500-core.c
+++ b/drivers/mfd/ab8500-core.c
@@ -292,6 +292,7 @@ static struct irq_chip ab8500_irq_chip = {
.irq_bus_lock = ab8500_irq_lock,
.irq_bus_sync_unlock = ab8500_irq_sync_unlock,
.irq_mask = ab8500_irq_mask,
+ .irq_disable = ab8500_irq_mask,
.irq_unmask = ab8500_irq_unmask,
};