Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp2165698ybd; Thu, 27 Jun 2019 07:50:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqwRJcZz/HzdjVTxdJtqzkuc96FODyLmpP5o3oGY6HQ4+swCVehqVqzdkL4T2/rljdlBB/0S X-Received: by 2002:a17:902:9689:: with SMTP id n9mr5224059plp.241.1561647059181; Thu, 27 Jun 2019 07:50:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561647059; cv=none; d=google.com; s=arc-20160816; b=G4ZXWTF1BdyJR8uj+oq6bShPRtigGDeMi/Oxp68l3F3N47aeU+9hxKXhu0zbetnokT x6Qwc3hF6enmUlD/+Yzh5HJd5j3lANwwsOCNVchaLho1mJ7vqcQGihkioGHmq+XuDcj6 dmcda6OIEg631UMxJChUnmvyX9oK2Vr/uLxgGGaupOgFhtKzDLbS3WOXZXa4Jme6eLMe gqfH8dyeuz003Dv8hTW2l80LF42EYgyG6bi67h1EQvFWI3ftbB65QtNYKAefc40u1SwZ zR0zlcHYE2jRgx89xXOPl1LO24kYKESLVpgAANjUTEXQhYW3azMGrTIK1GRZPcxDijVV 1R3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=gEK4kXo9qvpC3KY5MmmFkgDh2Sg1hMwA3wYs64KrAyE=; b=HjVd3EvfGnQcgU2kOghsGYTAauLdqXE4lUwxQFjrbN4jZZxQQiljXfQJqHBbPHJwXF yGwey1ZTBl0XFshSSl1+C5tnl2301NQcbzajLWvt1OFpYDtBGT+Hc0Obvxg/wnhi8qSw F3C6LU3QF/5KCqI5zzmMv9I555gvpHWJFr+bdT6doHeUF4LCwvvpvbpaA7IMI1+hbML/ TaPZneNd9n8cQDLOGf8NmLfZv7iZfxX4gy+uUufjw5nkmLp4Q9akK/bzLGM+dUquxk8j eFQumlR4WcuYOhVHNbaKWMJUWVb/cUwSLcG+ZX+gLPSU90G4vNdfGQGOezhDZKiiY56E yvHg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z10si2262775pgh.30.2019.06.27.07.50.42; Thu, 27 Jun 2019 07:50:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726757AbfF0OtY convert rfc822-to-8bit (ORCPT + 99 others); Thu, 27 Jun 2019 10:49:24 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:51465 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726693AbfF0OtX (ORCPT ); Thu, 27 Jun 2019 10:49:23 -0400 Received: from xps13 (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (Authenticated sender: miquel.raynal@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 9296D240019; Thu, 27 Jun 2019 14:49:15 +0000 (UTC) Date: Thu, 27 Jun 2019 16:49:14 +0200 From: Miquel Raynal To: "Shivamurthy Shastri (sshivamurthy)" Cc: Richard Weinberger , David Woodhouse , Brian Norris , Marek Vasut , Vignesh Raghavendra , Boris Brezillon , Yixun Lan , Lucas Stach , Anders Roxell , Stefan Agner , Marcel Ziswiler , "Bean Huo (beanhuo)" , Paul Cercueil , Frieder Schrempf , Chuanhong Guo , "linux-mtd@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v3 00/12] Introduce generic ONFI support Message-ID: <20190627164914.1cae84ff@xps13> In-Reply-To: References: Organization: Bootlin X-Mailer: Claws Mail 3.17.1 (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 Shivamurthy, "Shivamurthy Shastri (sshivamurthy)" wrote on Mon, 3 Jun 2019 12:43:20 +0000: > Current support to ONFI parameter page is only for raw NAND, this patch > series turn ONFI support into generic. So that, other NAND devices like > SPI NAND can use this. > > There are five parts in this series. > 1. Prepare for turning ONFI into generic > 2. Turn ONFI into generic, which can be used by SPI NANDs later > 3. Turn SPI NAND core to use parameter page > 4. Redesign Micron SPI NAND driver implementation > 5. Support for new Micron SPI NAND devices > I am very sorry for the delay, I will have a deep look at your series very soon. > Changes in V3 > ------------- > > * Rebased to nand/next > * Split the patches as per suggestion > * Addressed the comments > * Some fixes which I missed in last version As a simple note, please mind that "addressed the comments" is way too generic. "Some fixes" as well. I have plenty of series to follow, you need to do very careful when you write this changelog, it is important for me. Also, for the next series you submit, please use a threaded logic where all patches are answers to the cover letter (this way it appears as a thread and it is considered as one series by patchwork. Thanks, Miquèl