From patchwork Mon May 9 15:45:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 12843810 X-Patchwork-Delegate: geert@linux-m68k.org 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 DAE68C4167B for ; Mon, 9 May 2022 15:46:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238578AbiEIPuY (ORCPT ); Mon, 9 May 2022 11:50:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238580AbiEIPuO (ORCPT ); Mon, 9 May 2022 11:50:14 -0400 Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 379A91D7341; Mon, 9 May 2022 08:46:12 -0700 (PDT) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 13879200003; Mon, 9 May 2022 15:46:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1652111171; 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: in-reply-to:in-reply-to:references:references; bh=AeURFA21azT2WZg6+haUTuGeT1PTBOnmz+vdgDPsEgY=; b=Jcc+lLWGNptb7ngZ58iDE317h9qxwhywG54JBrhfCbApP4Zu1pOkYFK3s5hkWiXxRKeTwq FYVgSEMOAP9H/4gQZVe/zNMpgHlk9DcGmzG8A72VWVixtsdXgIQtZe44S4tDUsvvX9PdGK bykHTnwCiNe3vsjh5JgMxv39biP4vLlEkIxWv78LjeiedPV1mvdi/1X1UADQa0Xzmpx5PV LhP4NG8lKJBkwzeVeyBsb0zRFePmjJxDRbykJ9T5pIk0WJ5EUpGD5lmoduAumrOqjh9ZPi URmc8nk7UoFJGhZOsFKNRNFI+eaJrVgG0J19/DMiVfYiWHi5QOkW43VpiBiI+g== From: Miquel Raynal To: Alessandro Zummo , Alexandre Belloni , Rob Herring , Krzysztof Kozlowski , Geert Uytterhoeven , Magnus Damm Cc: Miquel Raynal , linux-rtc@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Gareth Williams , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger Subject: [PATCH v4 5/5] MAINTAINERS: Add myself as maintainer of the RZN1 RTC driver Date: Mon, 9 May 2022 17:45:59 +0200 Message-Id: <20220509154559.24851-6-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20220509154559.24851-1-miquel.raynal@bootlin.com> References: <20220509154559.24851-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org After contributing it, I'll volunteer to maintain it. Signed-off-by: Miquel Raynal Acked-by: Geert Uytterhoeven --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9cf74e4eacce..cc4a3cca022e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16847,6 +16847,14 @@ S: Supported F: Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml F: drivers/iio/adc/rzg2l_adc.c +RENESAS RZ/N1 RTC CONTROLLER DRIVER +M: Miquel Raynal +L: linux-rtc@vger.kernel.org +L: linux-renesas-soc@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml +F: drivers/rtc/rtc-rzn1.c + RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER M: Miquel Raynal L: linux-mtd@lists.infradead.org