From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751705AbdB0TN6 (ORCPT ); Mon, 27 Feb 2017 14:13:58 -0500 Received: from mail-ot0-f195.google.com ([74.125.82.195]:34167 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751538AbdB0TNC (ORCPT ); Mon, 27 Feb 2017 14:13:02 -0500 Date: Mon, 27 Feb 2017 13:12:31 -0600 From: Rob Herring To: Boris Brezillon Cc: Richard Weinberger , linux-mtd@lists.infradead.org, Nicolas Ferre , Alexandre Belloni , Haavard Skinnemoen , Hans-Christian Egtvedt , linux-kernel@vger.kernel.org, Wenyou Yang , Josh Wu , David Woodhouse , Brian Norris , Marek Vasut , Cyrille Pitchen , linux-arm-kernel@lists.infradead.org, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org Subject: Re: [PATCH v2 2/3] mtd: nand: atmel: Document the new DT bindings Message-ID: <20170227191231.qub5boyro2scb362@rob-hp-laptop> References: <1487593718-20752-1-git-send-email-boris.brezillon@free-electrons.com> <1487593718-20752-3-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: <1487593718-20752-3-git-send-email-boris.brezillon@free-electrons.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 20, 2017 at 01:28:37PM +0100, Boris Brezillon wrote: > The old NAND bindings were not exactly describing the hardware topology > and were preventing definitions of several NAND chips under the same > NAND controller. > > New bindings address these limitations and should be preferred over the > old ones for new SoCs/boards. > Old bindings are still supported for backward compatibility but are > marked deprecated in the doc. > > Signed-off-by: Boris Brezillon > --- > .../devicetree/bindings/mtd/atmel-nand.txt | 107 ++++++++++++++++++++- > 1 file changed, 106 insertions(+), 1 deletion(-) Acked-by: Rob Herring