Re: [PATCH v2 RESEND 1/3] gpio: Add APM X-Gene standby GPIO controller driver
From: Linus Walleij <hidden>
Date: 2015-01-16 15:19:13
Also in:
linux-arm-kernel, linux-devicetree
From: Linus Walleij <hidden>
Date: 2015-01-16 15:19:13
Also in:
linux-arm-kernel, linux-devicetree
On Wed, Jan 14, 2015 at 9:27 AM, Y Vo [off-list ref] wrote:
On Tue, Jan 13, 2015 at 4:40 PM, Linus Walleij [off-list ref] wrote:
quoted
This looks very much like a memory-mapped standard GPIO controller, use drivers/gpio/gpio-generic.c with some IRQ add-on, compare to any other driver selecting GPIO_GENERIC for guidance: drivers/gpio/gpio-74xx-mmio.c, gpio-dwapb.c etc.You mean I must rewrite to use GPIO_GENERIC follow gpio-74xx-mmio.c, gpio-dwapb.c ?
Yes. Yours, Linus Walleij