gpio: ep93xx: split device in multiple
authorNikita Shubin <nikita.shubin@maquefel.me>
Wed, 25 Jan 2023 08:11:29 +0000 (11:11 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Fri, 28 Apr 2023 12:55:10 +0000 (15:55 +0300)
commit5f098f536935fa55434a2bf7463551c239745d22
treea6d08edec8b5860c0e15fef0db9099cc03fbc6a5
parent33afd4b76393627477e878b3b195d606e585d816
gpio: ep93xx: split device in multiple

This prepares ep93xx SOC gpio to convert into device tree driver:
- dropped banks and legacy defines
- split AB IRQ and make it shared

We are relying on IRQ number information A, B ports have single shared
IRQ, while F port have dedicated IRQ for each line.

Also we had to split single ep93xx platform_device into multiple, one
for each port, without this we can't do a full working transition from
legacy platform code into device tree capable. All GPIO_LOOKUP were
change to match new chip namings.

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ep93xx/core.c
arch/arm/mach-ep93xx/edb93xx.c
arch/arm/mach-ep93xx/ts72xx.c
arch/arm/mach-ep93xx/vision_ep9307.c
drivers/gpio/gpio-ep93xx.c