From mboxrd@z Thu Jan 1 00:00:00 1970 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 9EE8FD61010 for ; Thu, 29 Jan 2026 12:08:07 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ofSrq1Kx9NCJVdcDXmNYEI/Jrzahx3AFUcRwOvqhCQs=; b=uuiio+MKDKqsiF B43la2ZUfLuDA/cShZF69MkjWuBw0R5agOZOD92CxFIN15dCcA/fcIjtYItBbdZm/81b+3d99Fbbd r5BddISfbapWRflalKZv6eJCAEXd7j1q8Vd9j6VSZIoaMel4/Lj9wcDLs530a1mhB8/JiPBUw19wZ KPnEy3nySvtVPGEL3M4XiAuS6crDfsyd8KRU7R9YNCM2zellW6kCK8AHCC1wabhCCQ5wmqLjYTu3P k2gFxghjO7RpJjtV5VMXAcJbeQyCNoxVKC2gmuJcqG2NaggVGzqQNvmyZrk4ElPIXiFP92t2gyc/V ltb2T1O6GRxW7x/Azv0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vlQoh-000000004uE-1dRY; Thu, 29 Jan 2026 12:08:07 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vlQof-000000004th-3S2n; Thu, 29 Jan 2026 12:08:05 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 72EAE60126; Thu, 29 Jan 2026 12:08:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE224C116D0; Thu, 29 Jan 2026 12:08:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769688484; bh=wqvYiaougo9MgdPRxH7kVqp/5WhviKS4oyIBj/a1l5Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fNm06YzlYWUIvC+UHY6+rfdL/fSPmSiM1O1bwsVae1CYKPEPfGojHo/u4XVeRTkPb zGJSnVHoGhxlyzAfDSWu+SICeSlFM0FkOQvis9LV7RtZWiJ5aqcO6pMFc5ViLc/Swm PQOSLglhpraPpwoTUh9tziGgXEqlVZbex8M8TB7ghxffsuMIHvLlVafTkeU5C6Rk0b yvmeTKpunVYQNE0/gn72MLgzAxTYn3QiGJEfopAEUMEkqQjttlqDmt2I3J051VtWVV gl+GCccV9vum4vW1FkdtB6btpYMRTQ3LyOxlo5o5Uciwi0oOfWj5r0llS82gWJIlhi fSnvfFtiNjIoQ== Date: Thu, 29 Jan 2026 12:07:57 +0000 From: Simon Horman To: Vincent Guittot Cc: vkoul@kernel.org, neil.armstrong@linaro.org, krzk+dt@kernel.org, conor+dt@kernel.org, ciprianmarian.costea@oss.nxp.com, s32@nxp.com, p.zabel@pengutronix.de, linux@armlinux.org.uk, ghennadi.procopciuc@nxp.com, bogdan-gabriel.roman@nxp.com, Ionut.Vicovan@nxp.com, alexandru-catalin.ionita@nxp.com, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, Frank.li@nxp.com Subject: Re: [PATCH 4/4] MAINTAINERS: Add MAINTAINER for NXP S32G Serdes driver Message-ID: <20260129120757.GA358439@kernel.org> References: <20260126092159.815968-1-vincent.guittot@linaro.org> <20260126092159.815968-5-vincent.guittot@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260126092159.815968-5-vincent.guittot@linaro.org> X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Mon, Jan 26, 2026 at 10:21:59AM +0100, Vincent Guittot wrote: > Add a new entry for S32G Serdes driver. > > Signed-off-by: Vincent Guittot > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 765ad2daa218..888674a308a5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3202,6 +3202,15 @@ S: Maintained > F: Documentation/devicetree/bindings/net/nxp,s32-dwmac.yaml > F: drivers/net/ethernet/stmicro/stmmac/dwmac-s32.c > > +ARM/NXP S32G SERDES DRIVER > +M: Ciprian Marian Costea > +R: NXP S32 Linux Team > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: Documentation/devicetree/bindings/pci/nxp,s32g-serdes.yaml This patchset adds the following file, not the one above: Documentation/devicetree/bindings/phy/nxp,s32g-serdes.yaml ^^^ > +F: drivers/phy/freescale/phy-nxp-s32g-* > +F: include/linux/pcs/pcs-nxp-xpcs.h > + > ARM/Orion SoC/Technologic Systems TS-78xx platform support > M: Alexander Clouter > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > -- > 2.43.0 > -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy