[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1318322957-11435-1-git-send-email-linus.walleij@stericsson.com>
Date: Tue, 11 Oct 2011 10:49:17 +0200
From: Linus Walleij <linus.walleij@...ricsson.com>
To: Samuel Ortiz <sameo@...ux.intel.com>,
<linux-kernel@...r.kernel.org>
Cc: Lee Jones <lee.jones@...aro.org>,
Virupax Sadashivpetimath
<virupax.sadashivpetimath@...ricsson.com>,
Philippe Langlais <philippe.langlais@...aro.org>,
Linus Walleij <linus.walleij@...aro.org>
Subject: [PATCH 1/4] mfd/ab8500-core: add interrupt disable hook
From: Virupax Sadashivpetimath <virupax.sadashivpetimath@...ricsson.com>
Add the missing interrupt disable hook in the irq_chip
callbacks for ab8500.
Signed-off-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@...ricsson.com>
Reviewed-by: Srinidhi Kasagar <srinidhi.kasagar@...ricsson.com>
Signed-off-by: Philippe Langlais <philippe.langlais@...aro.org>
Signed-off-by: Linus Walleij <linus.walleij@...aro.org>
---
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 387705e..eb238ee 100644
--- a/drivers/mfd/ab8500-core.c
+++ b/drivers/mfd/ab8500-core.c
@@ -293,6 +293,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,
};
--
1.7.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists