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>
Wed, 25 Jan 2023 08:11:29 +0000 (11:11 +0300)
commitb504c9fb9904611562a180ba7fa4229c9cfa0a7b
tree987af35d7f6d03d124a0794b272c4e0d0698814d
parent01a518941f071df881a5dfa515cecf46898138e9
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/simone.c
arch/arm/mach-ep93xx/ts72xx.c
arch/arm/mach-ep93xx/vision_ep9307.c
drivers/gpio/gpio-ep93xx.c