Re: [PATCH v3] mtd: rawnand: ams-delta: use GPIO lookup table

2018-07-17 Thread Boris Brezillon
On Tue, 17 Jul 2018 22:20:00 +0200 Janusz Krzysztofik wrote: > Hi Boris, > > On Tuesday, July 17, 2018 9:37:36 PM CEST Boris Brezillon wrote: > > ... > > Sorry, but we can't apply this patch now because of the dependency on > > those 2 commits. I guess it's not a big issue if we defer it to 4.20

Re: [PATCH v3] mtd: rawnand: ams-delta: use GPIO lookup table

2018-07-17 Thread Janusz Krzysztofik
Hi Boris, On Tuesday, July 17, 2018 9:37:36 PM CEST Boris Brezillon wrote: > ... > Sorry, but we can't apply this patch now because of the dependency on > those 2 commits. I guess it's not a big issue if we defer it to 4.20. > Alternatively, we could consider queuing it to mtd/fixes after 4.19-rc1

Re: [PATCH v3] mtd: rawnand: ams-delta: use GPIO lookup table

2018-07-17 Thread Boris Brezillon
Hi Janusz, On Mon, 9 Jul 2018 21:38:50 +0200 Janusz Krzysztofik wrote: > 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 st

[PATCH v3] mtd: rawnand: ams-delta: use GPIO lookup table

2018-07-09 Thread Janusz Krzysztofik
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