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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B9BF0C433FE for ; Wed, 2 Nov 2022 11:28:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DCFC18508B; Wed, 2 Nov 2022 12:28:41 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="BjTGQGtj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 97665808B6; Wed, 2 Nov 2022 07:15:14 +0100 (CET) Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id E780F808B6 for ; Wed, 2 Nov 2022 07:15:11 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=liangyanyu13@gmail.com Received: by mail-pf1-x430.google.com with SMTP id b29so15487761pfp.13 for ; Tue, 01 Nov 2022 23:15:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=GI3RRkDcEeAeu9Okvc4MIiCADDGINdHCbQaMGJ219q8=; b=BjTGQGtj41dk3yT9SOvmRygHMU7G8U+W97dlQe8BPjfkl6/xE50mBX9/ASBi9im9Gc TtAVenOwGLwq8xxfnNTgWpsmtWKftJk9T+EAwesUqw2iKF7V6H5rBkPLJgA+xwCCFlwu aNoFFQYbZHcIu5GP1D+kyWXDZktVpCab9TfET44YuF2IXC8q9id5OlPhKCIE78UWW+Zb SzqzrQoQ8xRNPwYcf3+/XQZa5+mI2qN1Oz/MWPKJQuAbUgIA+r2uEOc/Dq6HPg3rneJ5 tfFs8O8AJL7FV7PYrG2LZpkAS5lU7QtCR9rRiLUNK/RmIR7TCCwxqHr9VJtU2rF7zx7V m0CA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=GI3RRkDcEeAeu9Okvc4MIiCADDGINdHCbQaMGJ219q8=; b=H+xr1orcN/1Oo4FTLOPtuB702N9P8QLgqKOrxXWvdj5kEfeDWp65FSQOKr0Lh5UolY V3qjZCUuAl2KY3jIwaPTWWNTBeOtKAtYg2y0acHpWkl7IbLIFg150L92HIrJ5pww15+h Nouihvcw/dWVZogtIuXr3+MK7oOZbxCI4qYhOzFU+lgEkLE9+s0cXdZWBChqHR3N18lE SOvVxKMgK64pzYnrL/e9No7n15JzXV5iw24dGEgC8w6Schi44S8ZPS2DKAJGT078fBMS pAbsGkvQl2g7uVkKg6bKZKtFdkSndrYdNNPzKuQbr+d6cJt5zKigFsEtqfA3wauZwkQ/ JGXA== X-Gm-Message-State: ACrzQf3MF+GU4rBPU6HW2Wf97iF/FqWTfgYFEqGFrAHQLLueuu8T/oqH RyERLwp3FUcBR5WgrddIKIRwuO1+l3U= X-Google-Smtp-Source: AMsMyM4BQNWBavafuiJtPyso/euV7bhns7HqhqiByAyZTajjSoi1dr6GgI6dvNV/IoiYVwxp1iOCFA== X-Received: by 2002:a63:b5d:0:b0:45f:d7d0:5808 with SMTP id a29-20020a630b5d000000b0045fd7d05808mr19807323pgl.330.1667369710171; Tue, 01 Nov 2022 23:15:10 -0700 (PDT) Received: from localhost.localdomain ([123.51.145.88]) by smtp.gmail.com with ESMTPSA id v128-20020a626186000000b0056328e516f4sm7805882pfb.148.2022.11.01.23.15.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 23:15:09 -0700 (PDT) From: Leo Yu To: dario.binacchi@amarulasolutions.com, michael@amarulasolutions.com, miquel.raynal@bootlin.com, u-boot@lists.denx.de Cc: jaimeliao.tw@gmail.com, Leo Yu Subject: [PATCH v2 0/5] Add continuous read mode support Date: Wed, 2 Nov 2022 14:14:27 +0800 Message-Id: <20221102061432.7113-1-liangyanyu13@gmail.com> X-Mailer: git-send-email 2.17.1 X-Mailman-Approved-At: Wed, 02 Nov 2022 12:28:40 +0100 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean v2: Fix missing definition of totallen in mtd_oob_ops structure in include/linux/mtd/mtd.h. This patch series add continuous read mode support for SPI NAND devices. Leo Yu (5): mtd: spinand: Add continuous read mode configuration mtd: spinand: Add continuous read mode initialization cmd: mtd: Add total length of read operation mtd: spinand: Add continuous read operation mtd: spinand: macronix: Add continuous read mode flag for devices cmd/mtd.c | 2 + drivers/mtd/nand/spi/core.c | 140 +++++++++++++++++++++++++++++++- drivers/mtd/nand/spi/macronix.c | 10 +-- include/linux/mtd/mtd.h | 2 + include/linux/mtd/spinand.h | 5 ++ 5 files changed, 153 insertions(+), 6 deletions(-) -- 2.17.1