Re: [PATCH v2 7/9] gpio: ep93xx: separate IRQ's setup

2021-01-27 Thread Alexander Sverdlin
Hello Nikita, On Wed, 2021-01-27 at 13:46 +0300, Nikita Shubin wrote: > Separate IRQ's setup for port A,B,F. Somehow I don't feel that moving "FIXME" code around makes much sense. Maybe the anticipated conversion to hierarhical IRQ chip will result in a cleanup automatically? > Signed-off-by: Ni

[PATCH v2 7/9] gpio: ep93xx: separate IRQ's setup

2021-01-27 Thread Nikita Shubin
Separate IRQ's setup for port A,B,F. Signed-off-by: Nikita Shubin --- drivers/gpio/gpio-ep93xx.c | 104 +++-- 1 file changed, 64 insertions(+), 40 deletions(-) diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c index e4270b4e5f26..b212c007240e 1