[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369224429-27077-3-git-send-email-yizhang.mrvl@gmail.com>
Date: Wed, 22 May 2013 20:07:07 +0800
From: <yizhang.mrvl@...il.com>
To: <sameo@...ux.intel.com>, <gregkh@...uxfoundation.org>,
<yizhang.mrvl@...il.com>
CC: <cxie4@...vell.com>, <arnd@...db.de>, <yizhang@...vell.com>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 2/4] mfd: 88pm800: remove "IRQF_TRIGGER_FALLING" flag
From: Yi Zhang <yizhang@...vell.com>
for interrupt controller such as GIC who is level triggered,
"IRQF_TRIGGER_FALLING" will fail to request irq
Signed-off-by: Yi Zhang <yizhang@...vell.com>
---
drivers/mfd/88pm800.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mfd/88pm800.c b/drivers/mfd/88pm800.c
index bbb6aa8..618a6b9 100644
--- a/drivers/mfd/88pm800.c
+++ b/drivers/mfd/88pm800.c
@@ -318,7 +318,7 @@ out:
static int device_irq_init_800(struct pm80x_chip *chip)
{
struct regmap *map = chip->regmap;
- unsigned long flags = IRQF_TRIGGER_FALLING | IRQF_ONESHOT;
+ unsigned long flags = IRQF_ONESHOT;
int data, mask, ret = -EINVAL;
if (!map || !chip->irq) {
--
1.7.0.4
--
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