From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752397AbcAGRiL (ORCPT ); Thu, 7 Jan 2016 12:38:11 -0500 Received: from mail-pa0-f52.google.com ([209.85.220.52]:35519 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752150AbcAGRiJ (ORCPT ); Thu, 7 Jan 2016 12:38:09 -0500 Date: Thu, 7 Jan 2016 09:38:06 -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 , linux-kernel@vger.kernel.org Subject: Re: [PATCH v11 2/3] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs Message-ID: <20160107173806.GG109450@google.com> References: <1451910884-18710-1-git-send-email-harvey.hunt@imgtec.com> <1451910884-18710-3-git-send-email-harvey.hunt@imgtec.com> <20160107011546.GT109450@google.com> <568E338E.7000506@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <568E338E.7000506@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 Thu, Jan 07, 2016 at 09:44:46AM +0000, Harvey Hunt wrote: > On 07/01/16 01:15, Brian Norris wrote: > >On Mon, Jan 04, 2016 at 12:34:43PM +0000, Harvey Hunt wrote: > >>From: Alex Smith > >> > >>Add a driver for NAND devices connected to the NEMC on JZ4780 SoCs, as > >>well as the hardware BCH controller. DMA is not currently implemented. > >> > >>While older 47xx SoCs also have a BCH controller, they are incompatible > >>with the one in the 4780 due to differing register/bit positions, which > >>would make implementing a common driver for them quite messy. > >> > >>Signed-off-by: Alex Smith > >>Cc: Zubair Lutfullah Kakakhel > >>Cc: David Woodhouse > >>Cc: Brian Norris > >>Cc: linux-mtd@lists.infradead.org > >>Cc: linux-kernel@vger.kernel.org > >>Signed-off-by: Harvey Hunt > >>Reviewed-by: Boris Brezillon > >>--- [...] > >I'd be OK taking this patch with the following appended diff squashed > >in. Thoughts? > > It'd be great if you could do that. OK, squashed and applied to l2-mtd.git Thanks, Brian