Re: [PATCH v2 06/10] ARM: OMAP1: ams-delta FIQ: don't use static GPIO numbers

2018-07-02 Thread Tony Lindgren
* Janusz Krzysztofik [180621 22:45]: > --- a/arch/arm/mach-omap1/board-ams-delta.c > +++ b/arch/arm/mach-omap1/board-ams-delta.c > @@ -580,6 +580,44 @@ static struct gpiod_hog ams_delta_gpio_hogs[] = { > {}, > }; > > +/* > + * Some drivers may not use GPIO lookup tables but need to be pro

[PATCH v2 06/10] ARM: OMAP1: ams-delta FIQ: don't use static GPIO numbers

2018-06-21 Thread Janusz Krzysztofik
With introduction of GPIO lookup tables to Amstrad Delta board init file, semantics of symbols representing OMAP GPIO pins defined in changed from statically assigned global GPIO numbers to hardware pin numbers local to OMAP "gpio-0-15" chip. This patch modifies deferred FIQ interrupt handler so