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>
Mon, 17 Apr 2023 12:49:02 +0000 (15:49 +0300)
commit3b1ad8f1a4fa211ac6082e173f81ad1173af1b05
tree3934f7a7117d15a0a86b6a011f04f704b863c847
parent6a8f57ae2eb07ab39a6f0ccad60c760743051026
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