From patchwork Thu Nov 18 11:19:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 12693036 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 78F7CC433EF for ; Thu, 18 Nov 2021 11:22:08 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 425B961A89 for ; Thu, 18 Nov 2021 11:22:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 425B961A89 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=zohLAqy520lTqVUiVFABP3IhD8pjrh76eQctuKtbHrE=; b=imlWkX23trV35D zYI8yiQr2VABam+VIU/PLuX63hM5Sdl6g5f7zPloiQTjnVDVLaYKJzCelIN/Uxq2zE3COzVhdvkad Akn5ELgbr3FDeWm1Sbz8EKWEfN/VHvT7FCA2eWvePBKk05WVfRkWG2nCwXUiX1n7WCiYixJSaSqKT 6+CwwyljuW3HVs9/8FdKP59qyK6siBCX65r9BRgLoci3ht0wYZUkHgTmAZOxKIHRa4w4D7Sb0pjwO iGxmtFv2IwFDFhOR5J+RC0RJZdc7NuyOTI0AieNcbKZWhN8VKdFE3DAHrd2gN8W2WhAyvKI7TaJLp braI0R9csAEydRFEfJVA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnfTC-007XpY-FG; Thu, 18 Nov 2021 11:20:46 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnfSI-007Xf3-Ql; Thu, 18 Nov 2021 11:19:52 +0000 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 6DEF52001C; Thu, 18 Nov 2021 11:19:47 +0000 (UTC) From: Miquel Raynal To: Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , Pratyush Yadav , Michael Walle , Cc: Thomas Petazzoni , Jimmy Lalande , Milan Stevanovic , Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org, Magnus Damm , , Miquel Raynal Subject: [PATCH 3/3] MAINTAINERS: Add an entry for Renesas RZ/N1 NAND controller Date: Thu, 18 Nov 2021 12:19:40 +0100 Message-Id: <20211118111940.1275351-4-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20211118111940.1275351-1-miquel.raynal@bootlin.com> References: <20211118111940.1275351-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-20211118_031951_028230_B0D25E5E X-CRM114-Status: UNSURE ( 7.77 ) 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..d5ecc57820e9 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,r9a06g032-nand-controller.yaml +F: drivers/mtd/nand/raw/rzn1-nand-controller.c + RESET CONTROLLER FRAMEWORK M: Philipp Zabel S: Maintained