From patchwork Mon Nov 14 11:15:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 624743 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 A39A2C4332F for ; Mon, 14 Nov 2022 11:19:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236375AbiKNLTK (ORCPT ); Mon, 14 Nov 2022 06:19:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236520AbiKNLRp (ORCPT ); Mon, 14 Nov 2022 06:17:45 -0500 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::223]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0508CA190; Mon, 14 Nov 2022 03:15:49 -0800 (PST) Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 612D660004; Mon, 14 Nov 2022 11:15:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1668424548; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5UZmAHjc+nU5bxoFrl7cCvCg0uv7jGLLCbb1brlNZ+0=; b=EzwS1tlQ7fU2aYnUpqReVPgs645PoyGlScCGNIUPc+0CPYZMktpTBHPxxvhLd3Wb+ydXdG eBEeh9U0qcLYUupTNBakRa5DNt8mWUtebHqgeZo4re4CXTZJfrP0z2APrbKHBL0uwLwgB3 prgTPJXkndQY9cJsXGiIriexKji66VF/MMaownGhNt678YJNanhx+get9og0z8qBK5Y0it M0ca12r8atsumyscaroL0wM9GLTcFLw6Bbar0P8x5F+JO9+DoeTJiFyXWM2oBj7RhgQ4Xd pWZOEoOeF1orlKlewae70Sy8graGcnn6XhZBAEnRM4KTc5AHm6TuwPCBuJS1gA== From: Herve Codina To: Geert Uytterhoeven , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Herve Codina , Greg Kroah-Hartman , Magnus Damm , Gareth Williams Cc: linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Thomas Petazzoni , Miquel Raynal Subject: [PATCH v2 7/7] MAINTAINERS: add the Renesas RZ/N1 USBF controller entry Date: Mon, 14 Nov 2022 12:15:13 +0100 Message-Id: <20221114111513.1436165-8-herve.codina@bootlin.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221114111513.1436165-1-herve.codina@bootlin.com> References: <20221114111513.1436165-1-herve.codina@bootlin.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org After contributing the driver, add myself as the maintainer for Renesas RZ/N1 USBF controller. Signed-off-by: Herve Codina Reviewed-by: Geert Uytterhoeven --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 379945f82a64..9ccac3275a88 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17627,6 +17627,14 @@ S: Maintained F: Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml F: drivers/rtc/rtc-rzn1.c +RENESAS RZ/N1 USBF CONTROLLER DRIVER +M: Herve Codina +L: linux-renesas-soc@vger.kernel.org +L: linux-usb@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/usb/renesas,usbf.yaml +F: drivers/usb/gadget/udc/renesas_usbf.c + RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER M: Miquel Raynal L: linux-mtd@lists.infradead.org