From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7D05C0044C for ; Mon, 29 Oct 2018 13:22:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 97FF82084A for ; Mon, 29 Oct 2018 13:22:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 97FF82084A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727251AbeJ2WLM convert rfc822-to-8bit (ORCPT ); Mon, 29 Oct 2018 18:11:12 -0400 Received: from mail.bootlin.com ([62.4.15.54]:35138 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725862AbeJ2WLM (ORCPT ); Mon, 29 Oct 2018 18:11:12 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id E126F20795; Mon, 29 Oct 2018 14:22:30 +0100 (CET) Received: from xps13 (aaubervilliers-681-1-12-210.w90-88.abo.wanadoo.fr [90.88.133.210]) by mail.bootlin.com (Postfix) with ESMTPSA id 84D5520714; Mon, 29 Oct 2018 14:22:30 +0100 (CET) Date: Mon, 29 Oct 2018 14:22:30 +0100 From: Miquel Raynal To: Naga Sureshkumar Relli Cc: "boris.brezillon@bootlin.com" , "richard@nod.at" , "dwmw2@infradead.org" , "computersforpeace@gmail.com" , "marek.vasut@gmail.com" , "linux-mtd@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Michal Simek , "nagasuresh12@gmail.com" Subject: Re: [LINUX PATCH v11 0/3] Add support for Arasan NAND Flash controller Message-ID: <20181029142230.2b3635d6@xps13> In-Reply-To: References: <1537878031-22253-1-git-send-email-naga.sureshkumar.relli@xilinx.com> <20181029105108.562ddd21@xps13> Organization: Bootlin X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Naga, Naga Sureshkumar Relli wrote on Mon, 29 Oct 2018 13:05:47 +0000: > Hi Miquel, > > > -----Original Message----- > > From: Miquel Raynal [mailto:miquel.raynal@bootlin.com] > > Sent: Monday, October 29, 2018 3:21 PM > > To: Naga Sureshkumar Relli > > Cc: boris.brezillon@bootlin.com; richard@nod.at; dwmw2@infradead.org; > > computersforpeace@gmail.com; marek.vasut@gmail.com; linux-mtd@lists.infradead.org; > > linux-kernel@vger.kernel.org; Michal Simek ; > > nagasuresh12@gmail.com > > Subject: Re: [LINUX PATCH v11 0/3] Add support for Arasan NAND Flash controller > > > > Hi Naga, > > > > Naga Sureshkumar Relli wrote on Tue, 25 Sep 2018 > > 17:50:28 +0530: > > > > > This patch series adds the basic driver support for Arasan NAND Flash controller. > > > We are reinitiating the patch series by fixing the comments given by Miquel and Boris. > > > Major changes are exec_op() implementation related. > > > Rebased to 4.19 nand tree. > > > Tested MT29F32G08ABCDBJ4. > > > > > > As suggested by Boris, it also adds a new varaible called mode in > > > struct nand_sdr_timings, which will give directly the sdr operating > > > mode. and it is useful for some controllers, where we can configure > > > direclty the operating mode instead of timings. > > > > > > > Unless I missed something there are still comments from Boris pending? > > I will wait for your v12 to give this driver another shot. > shall I send the v12 on top of nand/for-4.20? Yes please, or wait for -rc1 to be out. There is no rush. Thanks, Miquèl