From patchwork Fri Nov 26 14:06:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 12693757 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9DEA0C433EF for ; Fri, 26 Nov 2021 14:09:04 +0000 (UTC) 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:References:In-Reply-To: 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: List-Owner; bh=pPp+cQQDl8KMfkli99hG6aBKwKqYaD6pu5k6v5LVQ8g=; b=QKql21Fv+4HqJD EwnEt2hTbIuaPfZQtWrPc3jbZ4TLA/aYsG4gHDw9ekplHB29VkJ0cKue9zigdZ7xWzhsk5+S69L7c 2eKOcjbaYRjYjSJZOVtHRb6Z0Y8+2oET+iizVTgw7YZIm6+u5IL4kuJsZsCC9CPvLh+h8EhTgUSTg rpWUEiviMhK74ZHU8vxf6RtEAbL4688NpRATGRqRr0vb/DQVHTKdY57rkk35vyVPOWwDHijQ6f1Ti imT9fyE6yfbgL5XQVfGmZ+99w1K4zw6R529lBD68RqDf0IC+fAgttWPfMpeAd4I97px/zbxesIO8v sNI7l+gqN4alk6O8Ac4w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mqbss-00AgR0-SC; Fri, 26 Nov 2021 14:07:27 +0000 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mqbs7-00AgK2-Ls; Fri, 26 Nov 2021 14:06:40 +0000 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id A2BB0FF805; Fri, 26 Nov 2021 14:06:36 +0000 (UTC) From: Miquel Raynal To: Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , Pratyush Yadav , Michael Walle , Cc: Geert Uytterhoeven , Jimmy Lalande , Milan Stevanovic , Linux-Renesas , Magnus Damm , Gareth Williams , Phil Edworthy , Thomas Petazzoni , , Miquel Raynal Subject: [PATCH v2 3/3] MAINTAINERS: Add an entry for Renesas RZ/N1 NAND controller Date: Fri, 26 Nov 2021 15:06:25 +0100 Message-Id: <20211126140625.351697-4-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20211126140625.351697-1-miquel.raynal@bootlin.com> References: <20211126140625.351697-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211126_060639_876774_AA90DB44 X-CRM114-Status: UNSURE ( 7.84 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Point to the driver and the bindings. Signed-off-by: Miquel Raynal --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ca6d6fde85cf..a992ed3dcddb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16004,6 +16004,13 @@ S: Supported F: Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml F: drivers/iio/adc/rzg2l_adc.c +RENESAS RZ/N1X NAND CONTROLLER DRIVER +M: Miquel Raynal +L: linux-mtd@lists.infradead.org +S: Maintained +F: Documentation/devicetree/bindings/mtd/renesas,rzn1-nand-controller.yaml +F: drivers/mtd/nand/raw/rzn1-nand-controller.c + RESET CONTROLLER FRAMEWORK M: Philipp Zabel S: Maintained