[PATCH v4 0/7] gpio: ep93xx: fixes series patch

Nikita Shubin posted 7 patches 4 years, 3 months ago
[PATCH v4 0/7] gpio: ep93xx: fixes series patch
Posted by Nikita Shubin 4 years, 3 months ago
v2: 
https://lore.kernel.org/linux-gpio/20210127104617.1173-1-nikita.shubin@maquefel.me/

v3:
https://lore.kernel.org/linux-gpio/20210128122123.25341-1-nikita.shubin@maquefel.me/

v3->v4 changes

[PATCH v4 1/7] gpio: ep93xx: fix BUG_ON port F usage
As suggested Alexander and Andy, drop confusing index conversion and embed 
all necessary IRQ data into struct ep93xx_gpio_irq_chip, this keeps indexes 
consistent and simplifies access.