* Miquel Raynal [180718 07:24]:
> Hi Janusz, Tony
>
> Janusz Krzysztofik wrote on Wed, 18 Jul 2018
> 01:14:47 +0200:
>
> > Now as Amstrad Delta board - the only user of this driver - provides
> > GPIO lookup tables, switch from GPIO numbers to GPIO descriptors and
> > use the table to locate re
Now as Amstrad Delta board - the only user of this driver - provides
GPIO lookup tables, switch from GPIO numbers to GPIO descriptors and
use the table to locate required GPIO pins.
Declare static variables for storing GPIO descriptors and replace
gpio_ function calls with their gpiod_ equivalents
Hi Janusz, Tony
Janusz Krzysztofik wrote on Wed, 18 Jul 2018
01:14:47 +0200:
> Now as Amstrad Delta board - the only user of this driver - provides
> GPIO lookup tables, switch from GPIO numbers to GPIO descriptors and
> use the table to locate required GPIO pins.
>
> Declare static variables f