From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oi1-f193.google.com ([209.85.167.193]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gFO2p-0006vY-Nk for linux-mtd@lists.infradead.org; Wed, 24 Oct 2018 18:38:17 +0000 Received: by mail-oi1-f193.google.com with SMTP id j68-v6so4934262oib.7 for ; Wed, 24 Oct 2018 11:38:04 -0700 (PDT) Date: Wed, 24 Oct 2018 13:38:02 -0500 From: Rob Herring To: Boris Brezillon Cc: David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , linux-mtd@lists.infradead.org, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, Ricardo Ribalda Delgado , Linus Walleij Subject: Re: [PATCH v2 13/15] dt-binding: mtd: physmap: Document the addr-gpios property Message-ID: <20181024183802.GA20794@bogus> References: <20181019074908.13226-1-boris.brezillon@bootlin.com> <20181019074908.13226-14-boris.brezillon@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181019074908.13226-14-boris.brezillon@bootlin.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 19 Oct 2018 09:49:06 +0200, Boris Brezillon wrote: > From: Ricardo Ribalda Delgado > > Add documentation for the addr-gpios. This extension to the physmap > binding allow creating flash devices that are paged using GPIOs. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Ricardo Ribalda Delgado > Signed-off-by: Boris Brezillon > --- > Changes in v2: > - Drop Rob's R-b (waiting for a second review) > --- > Documentation/devicetree/bindings/mtd/mtd-physmap.txt | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring