From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmkrzyszt@gmail.com (Janusz Krzysztofik) Date: Tue, 07 Aug 2018 19:15:24 +0200 Subject: [RFC PATCH v2 08/12] mtd: rawnand: ams-delta: Simplify pointer resolution on read/write In-Reply-To: <20180807190256.092b2364@bbrezillon> References: <20180718235710.18242-1-jmkrzyszt@gmail.com> <20180806222918.12644-9-jmkrzyszt@gmail.com> <20180807190256.092b2364@bbrezillon> Message-ID: <1630565.P2WKYxFjuh@z50> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday, August 7, 2018 7:02:56 PM CEST Boris Brezillon wrote: > On Tue, 7 Aug 2018 00:29:14 +0200 > Janusz Krzysztofik wrote: > > > Simplify data read/write sub-functions by changing their APIs so they > > accept driver private structure pointer instead of mtd_info. > > > > Signed-off-by: Janusz Krzysztofik > > Reviewed-by: Boris Brezillon > > Can you move that one earlier in the series so that it can be applied > even if we're still discussing the GPIO bitmap changes? Sure, I will, and I would be still more happy if you agreed on me doing the same with [RFC PATCH v2 07/12] mtd: rawnand: ams-delta: Set port direction once per transfer. Thanks, Janusz