From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752305AbdBAPrR (ORCPT ); Wed, 1 Feb 2017 10:47:17 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:55055 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752230AbdBAPrO (ORCPT ); Wed, 1 Feb 2017 10:47:14 -0500 Date: Wed, 1 Feb 2017 16:47:11 +0100 From: Boris Brezillon To: Rob Herring Cc: Richard Weinberger , linux-mtd@lists.infradead.org, Linus Walleij , Alexandre Courbot , linux-gpio@vger.kernel.org, Vinod Koul , Dan Williams , dmaengine@vger.kernel.org, Nicolas Ferre , Alexandre Belloni , Wenyou Yang , Josh Wu , Haavard Skinnemoen , Hans-Christian Egtvedt , linux-kernel@vger.kernel.org, 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 RESEND 4/5] mtd: nand: atmel: Document the new DT bindings Message-ID: <20170201164711.27e4b600@bbrezillon> In-Reply-To: <20170201153920.g26erfzxnxrmsu4z@rob-hp-laptop> References: <1485535324-28393-1-git-send-email-boris.brezillon@free-electrons.com> <1485535324-28393-5-git-send-email-boris.brezillon@free-electrons.com> <20170201153920.g26erfzxnxrmsu4z@rob-hp-laptop> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 1 Feb 2017 09:39:20 -0600 Rob Herring wrote: > On Fri, Jan 27, 2017 at 05:42:03PM +0100, Boris Brezillon wrote: > > Document the new DT bindings for the Atmel NAND controller and > > deprecate the old ones. > > Why? Because the existing representation is not only wrong, it also causes pinmux conflicts between the NAND controller and other devices present on the EBI bus. It's explained in the cover letter, but maybe you want me to put that in the commit message. > > > Signed-off-by: Boris Brezillon > > --- > > .../devicetree/bindings/mtd/atmel-nand.txt | 106 ++++++++++++++++++++- > > 1 file changed, 105 insertions(+), 1 deletion(-)