From patchwork Tue Dec 13 13:33:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 633863 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 D274FC4167B for ; Tue, 13 Dec 2022 13:34:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235730AbiLMNeE (ORCPT ); Tue, 13 Dec 2022 08:34:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46896 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235209AbiLMNdg (ORCPT ); Tue, 13 Dec 2022 08:33:36 -0500 Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::222]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8050E2036D; Tue, 13 Dec 2022 05:33:30 -0800 (PST) Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 5FA6E40004; Tue, 13 Dec 2022 13:33:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1670938409; 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=TLPDw6X3P96rTAItBGi4hPeRNBjrFsQIwpzfWFOX5ug=; b=CdPwTxa1pN/lLKVCQuHAtmyg3j8StG7e9BjbbBHhfbBwgIC8WbeDImCUU2jXUu+NoY60Qf MHrKKwiaBT5jP+pit+2EljJiyBiexqCvPLPx9SZ1SaDRe5FqNPJ0wMNBvaPA61HS9dEsm0 vW4wY+hlTcuLt/PExc3fgKkOGA0nXVQQ8eyOBrrqUy5qy3N1JlsIyOUrP/06gBb/tEgytp awlbg9zDwgKNyw1RSwkB+0Oly4VgURC3W7Sg7h7u7OGEbUpZsnjh0B4Db3r0uVcRcIgkFn rMcAUP/KnqpMGhg1zAdanC9GPcZWJbd4orefvGSjk8w94Z2PgNC15AsfNzD2NA== 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 v4 5/5] MAINTAINERS: add the Renesas RZ/N1 USBF controller entry Date: Tue, 13 Dec 2022 14:33:02 +0100 Message-Id: <20221213133302.218955-6-herve.codina@bootlin.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221213133302.218955-1-herve.codina@bootlin.com> References: <20221213133302.218955-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 886d3f69ee64..1df1f353b884 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17632,6 +17632,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,rzn1-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