Re: Subject: [PATCH v4 0/4] mtd: rawnand: ams-delta: Use GPIO API for data I/O

2018-12-07 Thread Tony Lindgren
* Miquel Raynal [181207 08:04]: > Hi Tony, > > Tony Lindgren wrote on Fri, 23 Nov 2018 09:03:33 > -0800: > > > * Boris Brezillon [181121 14:56]: > > > On Wed, 21 Nov 2018 12:08:02 +0100 > > > Janusz Krzysztofik wrote: > > > > > > > Finalize implementation of the idea suggested by Artem

Re: Subject: [PATCH v4 0/4] mtd: rawnand: ams-delta: Use GPIO API for data I/O

2018-12-07 Thread Tony Lindgren
* Miquel Raynal [181207 08:04]: > Hi Tony, > > Tony Lindgren wrote on Fri, 23 Nov 2018 09:03:33 > -0800: > > > * Boris Brezillon [181121 14:56]: > > > On Wed, 21 Nov 2018 12:08:02 +0100 > > > Janusz Krzysztofik wrote: > > > > > > > Finalize implementation of the idea suggested by Artem

Re: Subject: [PATCH v4 0/4] mtd: rawnand: ams-delta: Use GPIO API for data I/O

2018-12-07 Thread Miquel Raynal
Hi Tony, Tony Lindgren wrote on Fri, 23 Nov 2018 09:03:33 -0800: > * Boris Brezillon [181121 14:56]: > > On Wed, 21 Nov 2018 12:08:02 +0100 > > Janusz Krzysztofik wrote: > > > > > Finalize implementation of the idea suggested by Artem Bityutskiy and > > > Tony Lindgren, described in commit

Re: Subject: [PATCH v4 0/4] mtd: rawnand: ams-delta: Use GPIO API for data I/O

2018-12-07 Thread Miquel Raynal
Hi Tony, Tony Lindgren wrote on Fri, 23 Nov 2018 09:03:33 -0800: > * Boris Brezillon [181121 14:56]: > > On Wed, 21 Nov 2018 12:08:02 +0100 > > Janusz Krzysztofik wrote: > > > > > Finalize implementation of the idea suggested by Artem Bityutskiy and > > > Tony Lindgren, described in commit

Re: Subject: [PATCH v4 0/4] mtd: rawnand: ams-delta: Use GPIO API for data I/O

2018-11-23 Thread Tony Lindgren
* Boris Brezillon [181121 14:56]: > On Wed, 21 Nov 2018 12:08:02 +0100 > Janusz Krzysztofik wrote: > > > Finalize implementation of the idea suggested by Artem Bityutskiy and > > Tony Lindgren, described in commit b027274d2e3a ("mtd: ams-delta: fix > > request_mem_region() failure"). Use pure

Re: Subject: [PATCH v4 0/4] mtd: rawnand: ams-delta: Use GPIO API for data I/O

2018-11-23 Thread Tony Lindgren
* Boris Brezillon [181121 14:56]: > On Wed, 21 Nov 2018 12:08:02 +0100 > Janusz Krzysztofik wrote: > > > Finalize implementation of the idea suggested by Artem Bityutskiy and > > Tony Lindgren, described in commit b027274d2e3a ("mtd: ams-delta: fix > > request_mem_region() failure"). Use pure

Re: Subject: [PATCH v4 0/4] mtd: rawnand: ams-delta: Use GPIO API for data I/O

2018-11-21 Thread Boris Brezillon
On Wed, 21 Nov 2018 12:08:02 +0100 Janusz Krzysztofik wrote: > Finalize implementation of the idea suggested by Artem Bityutskiy and > Tony Lindgren, described in commit b027274d2e3a ("mtd: ams-delta: fix > request_mem_region() failure"). Use pure GPIO consumer API, as reqested > by Boris

Re: Subject: [PATCH v4 0/4] mtd: rawnand: ams-delta: Use GPIO API for data I/O

2018-11-21 Thread Boris Brezillon
On Wed, 21 Nov 2018 12:08:02 +0100 Janusz Krzysztofik wrote: > Finalize implementation of the idea suggested by Artem Bityutskiy and > Tony Lindgren, described in commit b027274d2e3a ("mtd: ams-delta: fix > request_mem_region() failure"). Use pure GPIO consumer API, as reqested > by Boris

Subject: [PATCH v4 0/4] mtd: rawnand: ams-delta: Use GPIO API for data I/O

2018-11-21 Thread Janusz Krzysztofik
Finalize implementation of the idea suggested by Artem Bityutskiy and Tony Lindgren, described in commit b027274d2e3a ("mtd: ams-delta: fix request_mem_region() failure"). Use pure GPIO consumer API, as reqested by Boris Brezillon. Janusz Krzysztofik (4): ARM: OMAP1: ams-delta: Provide

Subject: [PATCH v4 0/4] mtd: rawnand: ams-delta: Use GPIO API for data I/O

2018-11-21 Thread Janusz Krzysztofik
Finalize implementation of the idea suggested by Artem Bityutskiy and Tony Lindgren, described in commit b027274d2e3a ("mtd: ams-delta: fix request_mem_region() failure"). Use pure GPIO consumer API, as reqested by Boris Brezillon. Janusz Krzysztofik (4): ARM: OMAP1: ams-delta: Provide