From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752426AbdBJOAy (ORCPT ); Fri, 10 Feb 2017 09:00:54 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:40605 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752174AbdBJOAv (ORCPT ); Fri, 10 Feb 2017 09:00:51 -0500 Date: Fri, 10 Feb 2017 15:00:48 +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: <20170210150048.40295070@bbrezillon> In-Reply-To: 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> <20170201164711.27e4b600@bbrezillon> <20170210135528.4ee6807b@bbrezillon> 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 Fri, 10 Feb 2017 07:58:15 -0600 Rob Herring wrote: > On Fri, Feb 10, 2017 at 6:55 AM, Boris Brezillon > wrote: > > Hi Rob, > > > > On Wed, 1 Feb 2017 16:47:11 +0100 > > Boris Brezillon wrote: > > > >> 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. > > > > Do you need more explanation (A.K.A. ping). > > No, but it should be in the commit msg. Okay, will add more details in the commit msg then. Thanks, Boris