From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org ([198.145.29.136]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1amws9-00048l-7Q for linux-mtd@lists.infradead.org; Mon, 04 Apr 2016 05:16:22 +0000 Date: Mon, 4 Apr 2016 00:15:59 -0500 From: Rob Herring To: Boris Brezillon Cc: David Woodhouse , Brian Norris , linux-mtd@lists.infradead.org, Richard Weinberger , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Harvey Hunt , Jorge Ramirez-Ortiz Subject: Re: [PATCH v2] mtd: nand: document the NAND controller/NAND chip DT representation Message-ID: <20160404051559.GI17806@rob-hp-laptop> References: <1459513595-14308-1-git-send-email-boris.brezillon@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459513595-14308-1-git-send-email-boris.brezillon@free-electrons.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Apr 01, 2016 at 02:26:35PM +0200, Boris Brezillon wrote: > Standardize the NAND controller/NAND chip DT representation. Now, all new > NAND controller drivers should comply with this representation, even if > they are only supporting a single NAND chip. > > Existing drivers can keep support for the old representation (where only > the NAND chip was described), but are encouraged to also support the new > one. > > Signed-off-by: Boris Brezillon > --- > Changes since v1: > - fix typo > --- > Documentation/devicetree/bindings/mtd/nand.txt | 37 +++++++++++++++++++++++++- > 1 file changed, 36 insertions(+), 1 deletion(-) Acked-by: Rob Herring