Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758573Ab3CHO0o (ORCPT ); Fri, 8 Mar 2013 09:26:44 -0500 Received: from [216.32.180.14] ([216.32.180.14]:22717 "EHLO va3outboundpool.messaging.microsoft.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1757680Ab3CHO0n (ORCPT ); Fri, 8 Mar 2013 09:26:43 -0500 X-Forefront-Antispam-Report: CIP:59.163.77.45;KIP:(null);UIP:(null);IPV:NLI;H:KCHJEXHC01.kpit.com;RD:59.163.77.45.static.vsnl.net.in;EFVD:NLI X-SpamScore: -2 X-BigFish: VPS-2(zz98dI936eI1432Izz1f42h1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839h93fhd24hd2bhf0ah1288h12a5h12a9h12bdh137ah139eh13b6h1441h1504h1537h162dh1631h1758h1898h18e1h1946h19b5h1b0ahbe9i1155h) Subject: Re: [patch v1 1/5] mfd: da9055 change irq state to default From: Ashish Jangam To: Mark Brown CC: Samuel Ortiz , Axel Lin , Linus Walleij , , David Dajun Chen In-Reply-To: <1362136337.19678.3.camel@dhruva> References: <1358486377.14373.7.camel@dhruva> <1362136337.19678.3.camel@dhruva> Content-Type: text/plain; charset="UTF-8" Date: Fri, 8 Mar 2013 19:52:26 +0530 Message-ID: <1362752546.27932.1.camel@dhruva> MIME-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.38.47] X-OriginatorOrg: kpitcummins.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1365 Lines: 35 On Fri, 2013-03-01 at 16:43 +0530, Ashish Jangam wrote: > On Fri, 2013-01-18 at 10:49 +0530, Ashish Jangam wrote: > > This patch changes the irq state from high to the now default low > > state. > > > > This patch is tested on smdk6410 board. > > > > Signed-off-by: Ashish Jangam > > --- > > drivers/mfd/da9055-core.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/drivers/mfd/da9055-core.c b/drivers/mfd/da9055-core.c > > index f56a1a9..49cb23d 100644 > > --- a/drivers/mfd/da9055-core.c > > +++ b/drivers/mfd/da9055-core.c > > @@ -391,7 +391,7 @@ int da9055_device_init(struct da9055 *da9055) > > da9055->irq_base = pdata->irq_base; > > > > ret = regmap_add_irq_chip(da9055->regmap, da9055->chip_irq, > > - IRQF_TRIGGER_HIGH | IRQF_ONESHOT, > > + IRQF_TRIGGER_LOW | IRQF_ONESHOT, > > da9055->irq_base, &da9055_regmap_irq_chip, > > &da9055->irq_data); > > if (ret < 0) > Can you let me know if this patch looks good to get merged? Any update? Sorry to ping, just need to close this small change till earlier. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/