On Fri, Jan 25, 2019 at 2:09 AM Andrew Lunn <andrew@xxxxxxx> wrote: > Some TQ-Systems ComExpress modules contain an IO controller with 8 > GPIO lines. > > Signed-off-by: Andrew Lunn <andrew@xxxxxxx> > --- > v2 > > Make use of GPIO_IRQCHIP > Replace magic numbers with #define > Support both edges for interrupts > Make use of BIT macro > Sort include files > Use linux/gpio/driver.h > Rename interrupt handler function > Use devm_gpiochip_add_data() > Change MODULE_AUTHOR to me and give credit for vendor author in header > > v3 > Use raw spinlocks > Use chained_irq_enter/exit > COMPILE_TEST This is perfect, patch applied. Yours, Linus Walleij