Message ID | 1345625042-5678-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-ab8500.c b/drivers/gpio/gpio-ab8500.c index 050c05d..3d2cd66 100644 --- a/drivers/gpio/gpio-ab8500.c +++ b/drivers/gpio/gpio-ab8500.c @@ -203,6 +203,7 @@ static struct gpio_chip ab8500gpio_chip = { .direction_output = ab8500_gpio_direction_output, .set = ab8500_gpio_set, .to_irq = ab8500_gpio_to_irq, + .flags = IRQCHIP_MASK_ON_SUSPEND, }; static unsigned int irq_to_rising(unsigned int irq)