Message ID | 1345625070-5820-1-git-send-email-linus.walleij@stericsson.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Aug 22, 2012 at 10:44 AM, Linus Walleij <linus.walleij@stericsson.com> wrote: > ux500 machines performs pins (GPIO) reconfiguration when entering > in the suspended mode. This reconfiguration aims at reaching an ultra > low power HW configuration. Sam, please disregard this patch. Yours, Linus Walleij
diff --git a/drivers/gpio/gpio-tc3589x.c b/drivers/gpio/gpio-tc3589x.c index 2a82e89..6e48c50 100644 --- a/drivers/gpio/gpio-tc3589x.c +++ b/drivers/gpio/gpio-tc3589x.c @@ -199,6 +199,7 @@ static struct irq_chip tc3589x_gpio_irq_chip = { .irq_mask = tc3589x_gpio_irq_mask, .irq_unmask = tc3589x_gpio_irq_unmask, .irq_set_type = tc3589x_gpio_irq_set_type, + .flags = IRQCHIP_MASK_ON_SUSPEND, }; static irqreturn_t tc3589x_gpio_irq(int irq, void *dev)