Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935224AbcJUVqR (ORCPT ); Fri, 21 Oct 2016 17:46:17 -0400 Received: from up.free-electrons.com ([163.172.77.33]:42645 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933454AbcJUVqP (ORCPT ); Fri, 21 Oct 2016 17:46:15 -0400 Date: Fri, 21 Oct 2016 23:46:11 +0200 From: Boris Brezillon To: Jason Gunthorpe Cc: Punnaiah Choudary Kalluri , mark.rutland@arm.com, jussi.kivilinna@iki.fi, linux-doc@vger.kernel.org, artem.bityutskiy@linux.intel.com, linux-mtd@lists.infradead.org, punnaia@xilinx.com, arnd@arndb.de, michal.simek@xilinx.com, ezequiel.garcia@free-electrons.com, grant.likely@linaro.org, devicetree@vger.kernel.org, jason@lakedaemon.net, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, joern@logfs.org, kpc528@gmail.com, robh+dt@kernel.org, acourbot@nvidia.com, kalluripunnaiahchoudary@gmail.com, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, rob@landley.net, galak@codeaurora.org, ivan.khoronzhuk@ti.com, computersforpeace@gmail.com, dwmw2@infradead.org Subject: Re: [v7, 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface Message-ID: <20161021234611.1f737144@bbrezillon> In-Reply-To: <20161021203322.GA28655@obsidianresearch.com> References: <1433786918-21500-2-git-send-email-punnaia@xilinx.com> <20161021203322.GA28655@obsidianresearch.com> 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 Content-Length: 1848 Lines: 47 On Fri, 21 Oct 2016 14:33:22 -0600 Jason Gunthorpe wrote: > On Mon, Jun 08, 2015 at 11:38:36PM +0530, Punnaiah Choudary Kalluri wrote: > > Add driver for arm pl353 static memory controller nand interface with > > HW ECC support. This controller is used in xilinx zynq soc for interfacing > > the nand flash memory. > > > > Signed-off-by: Punnaiah Choudary Kalluri > > Changes in v7: > > - Currently not implemented the memclk rate adjustments. I will > > look into this later and once the basic driver is accepted. > > - Fixed GPL licence ident > > Changes in v6: > > - Fixed the checkpatch.pl reported warnings > > - Using the address cycles information from the onfi param page > > earlier it is hardcoded to 5 in driver > > Changes in v5: > > - Configure the nand timing parameters as per the onfi spec > > Changes in v4: > > - Updated the driver to sync with pl353_smc driver APIs > > Changes in v3: > > - implemented the proper error codes > > - further breakdown this patch to multiple sets > > - added the controller and driver details to Documentation section > > - updated the licenece to GPLv2 > > - reorganized the pl353_nand_ecc_init function > > Changes in v2: > > - use "depends on" rather than "select" option in kconfig > > - remove unused variable parts > > - remove dummy helper and use writel_relaxed directly > > What is the status of getting this driver merged? I am interested in > this driver and can provide some help if there are still TODO items. I'll try to review it next week. > > At the very least I will test it, is there something newer than v7 out > there? > > Regards, > Jason > > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/