Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7ADBEC433F5 for ; Fri, 19 Nov 2021 15:03:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FDE66069B for ; Fri, 19 Nov 2021 15:03:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232475AbhKSPG0 (ORCPT ); Fri, 19 Nov 2021 10:06:26 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:38289 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232048AbhKSPGZ (ORCPT ); Fri, 19 Nov 2021 10:06:25 -0500 Received: (Authenticated sender: herve.codina@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPA id D36DE1C000D; Fri, 19 Nov 2021 15:03:19 +0000 (UTC) From: Herve Codina To: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Herve Codina , Thomas Petazzoni Subject: [PATCH v3 0/4] mtd: rawnand: Fixes nand infra delay setting and FSMC nand controller Date: Fri, 19 Nov 2021 16:03:12 +0100 Message-Id: <20211119150316.43080-1-herve.codina@bootlin.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch series is mainly related to FSMC nand controller fixes except for the two first patches which fix some issues in nand base. Details are given in each patches. Related to the v1 series: - the patch related to 8bit accesses has been removed as it was not needed (I misunderstood 8bit accesses meaning). - A new patch is introduced related to nand_choose_best_timings() issue I discovered during the v2. Best regards, Herve Codina Herve Codina (4): mtd: rawnand: Fix nand_erase_op delay mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface mtd: rawnand: fsmc: Take instruction delay into account mtd: rawnand: fsmc: Fix timing computation drivers/mtd/nand/raw/fsmc_nand.c | 36 +++++++++++++++++++++++++------- drivers/mtd/nand/raw/nand_base.c | 6 +++--- 2 files changed, 31 insertions(+), 11 deletions(-) -- 2.31.1