Re: [patch v1] mfd: da9055 change irq state to default

From: Ashish Jangam
Date: Wed Mar 27 2013 - 03:34:08 EST


On Mon, 2013-03-18 at 14:42 +0530, Ashish Jangam wrote:
> This patch changes the irq state from high to the now default low.
> Because the default PMIC irq state of DA9055 got changed from high to low.
> This change should not affect any of the existing users since all of them
> use active low state.
>
> This patch has been tested on smdkv6410.
>
> Signed-off-by: Ashish <ashish.jangam@xxxxxxxxxxxxxxx>
>
> ---
> 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)
If there are no comments then can this patch get merged.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/