[PATCH 5/9] gpio: vf610: Extend with wakeup support
From: stefan@agner.ch (Stefan Agner)
Date: 2014-09-24 16:33:43
Also in:
linux-gpio, lkml
From: stefan@agner.ch (Stefan Agner)
Date: 2014-09-24 16:33:43
Also in:
linux-gpio, lkml
Am 2014-09-24 11:19, schrieb Linus Walleij:
On Mon, Sep 22, 2014 at 7:09 PM, Stefan Agner [off-list ref] wrote:quoted
Support Vybrid GPIO's as wakeup source by requesting the parent IRQ as wakeup IRQ. Signed-off-by: Stefan Agner <stefan@agner.ch> --- drivers/gpio/gpio-vf610.c | 16 ++++++++++++++++This driver is not yet upstream. Make wakeup support part of the initial driver submission instead, it doesn't hurt.
Ok, will do. Just realized that this patch even leads to compile errors when applying on top of v2 of the GPIO driver; we need the irq in drivers struct here, and I removed that in v2... :-) -- Stefan