From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752583AbcAGB1J (ORCPT ); Wed, 6 Jan 2016 20:27:09 -0500 Received: from mail-pa0-f52.google.com ([209.85.220.52]:33464 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751905AbcAGB1H (ORCPT ); Wed, 6 Jan 2016 20:27:07 -0500 Date: Wed, 6 Jan 2016 17:27:04 -0800 From: Brian Norris To: Harvey Hunt Cc: linux-mtd@lists.infradead.org, boris.brezillon@free-electrons.com, alex@alex-smith.me.uk, Alex Smith , Zubair Lutfullah Kakakhel , David Woodhouse , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, robh@kernel.org Subject: Re: [PATCH v11 1/3] dt-bindings: binding for jz4780-{nand,bch} Message-ID: <20160107012704.GW109450@google.com> References: <1451910884-18710-1-git-send-email-harvey.hunt@imgtec.com> <1451910884-18710-2-git-send-email-harvey.hunt@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1451910884-18710-2-git-send-email-harvey.hunt@imgtec.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 04, 2016 at 12:34:42PM +0000, Harvey Hunt wrote: > From: Alex Smith > > Add DT bindings for NAND devices connected to the NEMC on JZ4780 SoCs, > as well as the hardware BCH controller, used by the jz4780_{nand,bch} > drivers. > > Signed-off-by: Alex Smith > Cc: Zubair Lutfullah Kakakhel > Cc: David Woodhouse > Cc: Brian Norris > Cc: linux-mtd@lists.infradead.org > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: robh@kernel.org > Signed-off-by: Harvey Hunt > Acked-by: Rob Herring > Reviewed-by: Boris Brezillon > --- > v10 -> v11: > - Added Boris Brezillon's Reviewed-By. Applied just patch 1 for now. I had some small comments on patch 2. And you need to send patch 3 to linux-mips and the MIPS maintainer. Brian