From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Wed, 18 Jul 2018 07:20:41 +0000 Subject: Re: [PATCH v2 2/3 v4] mtd: rawnand: ams-delta: use GPIO lookup table Message-Id: <20180718092041.1d49094a@xps13> List-Id: References: <20180518210954.29044-1-jmkrzyszt@gmail.com> <20180717231448.14958-1-jmkrzyszt@gmail.com> <20180717231448.14958-3-jmkrzyszt@gmail.com> In-Reply-To: <20180717231448.14958-3-jmkrzyszt@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Janusz Krzysztofik Cc: Tony Lindgren , Aaro Koskinen , Boris Brezillon , Richard Weinberger , David Woodhouse , Brian Norris , Marek Vasut , Shreeya Patel , Arvind Yadav , Bartlomiej Zolnierkiewicz , Gregory CLEMENT , Krzysztof Halasa , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, Andy Shevchenko 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. >=20 > Declare static variables for storing GPIO descriptors and replace > gpio_ function calls with their gpiod_ equivalents. >=20 > Pin naming used by the driver should be followed while respective GPIO > lookup table is initialized by a board init code. >=20 > Signed-off-by: Janusz Krzysztofik > Acked-by: Boris Brezillon > --- Acked-by: Miquel Raynal As suggested by Boris, we expect this series to go through the OMAP tree so we'll need an immutable tag, there are more changes on this driver coming in. Thanks! Miqu=C3=A8l