From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fiphI-0007vb-00 for linux-mtd@lists.infradead.org; Thu, 26 Jul 2018 23:29:29 +0000 Date: Fri, 27 Jul 2018 01:29:15 +0200 From: Miquel Raynal To: Boris Brezillon Cc: Richard Weinberger , linux-mtd@lists.infradead.org, David Woodhouse , Brian Norris , Marek Vasut Subject: Re: [PATCH 0/4] mtd: Remove gpio.h inclusions where we can Message-ID: <20180727012915.1ae33a3e@xps13> In-Reply-To: <20180720095741.6313-1-boris.brezillon@bootlin.com> References: <20180720095741.6313-1-boris.brezillon@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Boris, Boris Brezillon wrote on Fri, 20 Jul 2018 11:57:37 +0200: > Hello, >=20 > The fix I sent here [1] lead me to look at other places including gpio.h > in the MTD subsystem. While some inclusions are valid, some of them can > be removed of replaced by gpio/consumer.h. >=20 > All these changes have been compile-tested. >=20 > Regards, >=20 > Boris >=20 > [1]http://patchwork.ozlabs.org/patch/946614/ >=20 > Boris Brezillon (4): > mtd: rawnand: sunxi: Remove gpio.h and of_gpio.h inclusions > mtd: rawnand: atmel: Stop including gpio.h > mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusion > mtd: spi-nor: atmel-qspi: Include gpio/consumer.h instead of gpio.h >=20 > drivers/mtd/nand/raw/atmel/nand-controller.c | 1 - > drivers/mtd/nand/raw/au1550nd.c | 1 - > drivers/mtd/nand/raw/sunxi_nand.c | 2 -- > drivers/mtd/spi-nor/atmel-quadspi.c | 2 +- > 4 files changed, 1 insertion(+), 5 deletions(-) >=20 Series applied to nand/next. Thanks, Miqu=C3=A8l