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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EF74C433FE for ; Tue, 21 Dec 2021 17:10:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240223AbhLURKR (ORCPT ); Tue, 21 Dec 2021 12:10:17 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:36441 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240185AbhLURKQ (ORCPT ); Tue, 21 Dec 2021 12:10:16 -0500 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 487A51C000D; Tue, 21 Dec 2021 17:10:12 +0000 (UTC) From: Miquel Raynal To: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , Pratyush Yadav , Michael Walle , linux-mtd@lists.infradead.org Cc: Rob Herring , devicetree@vger.kernel.org, Milan Stevanovic , Jimmy Lalande , Thomas Petazzoni , linux-renesas-soc@vger.kernel.org, Magnus Damm , Gareth Williams , Phil Edworthy , Geert Uytterhoeven , Wolfram Sang , Chris Brandt , Ralph Siemsen Subject: Re: [PATCH v6 2/4] mtd: rawnand: renesas: Add new NAND controller driver Date: Tue, 21 Dec 2021 18:10:11 +0100 Message-Id: <20211221171011.20021-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20211217142033.353599-3-miquel.raynal@bootlin.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: b'd8701fe890ecbab239086e7053d62d0f08587d7c' Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 2021-12-17 at 14:20:31 UTC, Miquel Raynal wrote: > Introduce Renesas NAND controller driver which currently supports the > following features on R-Car Gen3 and RZ/N1 SoCs: > - All ONFI timing modes > - Different configurations of its internal ECC controller > - On-die (not tested) and software ECC support > - Several chips (not tested) > - Subpage accesses > - DMA and PIO > > This controller was originally provided by Evatronix before being bought > by Cadence. > > Signed-off-by: Miquel Raynal > Tested-by: Ralph Siemsen > Acked-by: Wolfram Sang Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next. Miquel