[PATCH v4 0/7] gpio: ep93xx: fixes series patch
From: Nikita Shubin
Date: Fri Feb 05 2021 - 03:13:59 EST
v2:
https://lore.kernel.org/linux-gpio/20210127104617.1173-1-nikita.shubin@xxxxxxxxxxx/
v3:
https://lore.kernel.org/linux-gpio/20210128122123.25341-1-nikita.shubin@xxxxxxxxxxx/
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.