Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751711Ab3CALPh (ORCPT ); Fri, 1 Mar 2013 06:15:37 -0500 Received: from ch1ehsobe001.messaging.microsoft.com ([216.32.181.181]:14148 "EHLO ch1outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751121Ab3CALPg (ORCPT ); Fri, 1 Mar 2013 06:15:36 -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(zz98dI936eI1432Izz1f42h1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839h93fhd24hd2bhf0ah1288h12a5h12a9h12bdh137ah139eh13b6h1441h1504h1537h162dh1631h1758h1898h18e1h1946h19b5hbe9i1155h) 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: <1358486377.14373.7.camel@dhruva> References: <1358486377.14373.7.camel@dhruva> Content-Type: text/plain; charset="UTF-8" Date: Fri, 1 Mar 2013 16:42:17 +0530 Message-ID: <1362136337.19678.3.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: 1180 Lines: 32 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? -- 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/