Message ID | 20241113094938.44817-1-bastien.curutchet@bootlin.com |
---|---|
Headers | show
Return-Path: <linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=XJAJdDSn; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=PQbX4+O6; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XpJdh279Fz1xyT for <incoming@patchwork.ozlabs.org>; Wed, 13 Nov 2024 20:58:48 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=TcYFP4SQSK7460Nu+LuZubFF7B3RYrIN2MAmhQFR9hQ=; b=XJAJdDSnhoIE+1 jebdNn1+71xA1xz5XcIwERwWJmE0DhnxmHjuqyQjfREVXXeZYEjLLSN5VCZklwbiLhQEZvv+rW0Ef vYRDwxsdSMUfO2aBqtB8nHQUXf6Ya43/k/NtkeVX9e6t5zRkKupLtlHn5Z8iHcvXzD9dehr03WmWG 3JQNdbVc5i5ejLOqtA5Nzh93oikv7feeTduAJC1+A0z7JBapM5g48VnUO8w8gyZnTC1rssCC4c1Mc efbWN7TwSfR98uyec7cTZg2x+LbI5rpACYDZelX+b13/gh+6Eq9S8ol/gmMt69ah69g3v++Z8cF+L rninf18ymaMG62Yzklaw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tBA8y-00000006LHI-1cBj; Wed, 13 Nov 2024 09:58:36 +0000 Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tBA0Q-00000006IWH-2SqY for linux-mtd@lists.infradead.org; Wed, 13 Nov 2024 09:49:48 +0000 Received: by mail.gandi.net (Postfix) with ESMTPA id 0667DC0004; Wed, 13 Nov 2024 09:49:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1731491382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=TF98DUnwKLixz1e8gODb+/hKwGspDaRBxYKzd0vc82c=; b=PQbX4+O6HGpxHs+9bzABSaOg4JGYfWtS2bmYTELjsHgVy20NbpEAkFmfYnBihDpHHcidPg hIp5r9Wxrlx0+HqgfWWP7E9IF/Uq8tDRxslkIOscJGuLdedYuZ33xmiZUu0Lqw19UC02gF n9NPDEJV8e5rx5iXwKsFyvV/6OzawmEWaKSiku8AlCnkg1YskcBd47l62ykctlAjSHEfTE sSRcY4sTqpAcrxT6sQQmR1prKKFRoZpKuyv15t5evZdPqFvV2L4PmNqao2YKnOVn1t22JX qa2QKUOv+7dwxrRBFOPtLOKGf2ooMqe151cGhmyRsOsjMdmRHZDUR30sgSSD9A== From: Bastien Curutchet <bastien.curutchet@bootlin.com> To: Santosh Shilimkar <ssantosh@kernel.org>, Krzysztof Kozlowski <krzk@kernel.org>, Miquel Raynal <miquel.raynal@bootlin.com>, Richard Weinberger <richard@nod.at>, Vignesh Raghavendra <vigneshr@ti.com> Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Thomas Petazzoni <thomas.petazzoni@bootlin.com>, Herve Codina <herve.codina@bootlin.com>, Christopher Cordahi <christophercordahi@nanometrics.ca>, Bastien Curutchet <bastien.curutchet@bootlin.com> Subject: [PATCH v3 0/7] Implement setup_interface() in the DaVinci NAND controller Date: Wed, 13 Nov 2024 10:49:31 +0100 Message-ID: <20241113094938.44817-1-bastien.curutchet@bootlin.com> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-GND-Sasl: bastien.curutchet@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241113_014946_955926_7A3E19F2 X-CRM114-Status: GOOD ( 14.53 ) X-Spam-Score: -2.8 (--) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi all, This patch series aims to implement the setup_interface() operation in the DaVinci NAND controller to enable the use of all ONFI modes and improve the NAND access speed. PATCH 3 depends on PATCH 1-2 PATCH 7 depends on PATCH 3-5-6 Content analysis details: (-2.8 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.198 listed in list.dnswl.org] 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [217.70.183.198 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [217.70.183.198 listed in sa-accredit.habeas.com] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.198 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [217.70.183.198 listed in bl.score.senderscore.com] X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list <linux-mtd.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-mtd/> List-Post: <mailto:linux-mtd@lists.infradead.org> List-Help: <mailto:linux-mtd-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-mtd" <linux-mtd-bounces@lists.infradead.org> Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org |
Series |
Implement setup_interface() in the DaVinci NAND controller
|
expand
|