From: Frank Li <Frank.li@nxp.com>
To: Vincent Guittot <vincent.guittot@linaro.org>
Cc: chester62515@gmail.com, mbrugger@suse.com,
ghennadi.procopciuc@oss.nxp.com, s32@nxp.com,
lpieralisi@kernel.org, kwilczynski@kernel.org, mani@kernel.org,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
Ionut.Vicovan@nxp.com, larisa.grigore@nxp.com,
Ghennadi.Procopciuc@nxp.com, ciprianmarian.costea@nxp.com,
bogdan.hamciuc@nxp.com, linux-arm-kernel@lists.infradead.org,
linux-pci@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/4] MAINTAINERS: Add MAINTAINER for NXP S32G PCIe driver
Date: Fri, 12 Sep 2025 16:52:48 -0400 [thread overview]
Message-ID: <aMSIIFMSXj2cLddK@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <20250912141436.2347852-5-vincent.guittot@linaro.org>
On Fri, Sep 12, 2025 at 04:14:36PM +0200, Vincent Guittot wrote:
> Add the s32g PCIe driver under the ARM/NXP S32G ARCHITECTURE entry.
>
> Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
> ---
> MAINTAINERS | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cd7ff55b5d32..e93ab4202232 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3086,10 +3086,13 @@ R: Ghennadi Procopciuc <ghennadi.procopciuc@oss.nxp.com>
> R: NXP S32 Linux Team <s32@nxp.com>
> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> S: Maintained
> +F: Documentation/devicetree/bindings/pci/nxp,s32-pcie.yaml
> F: Documentation/devicetree/bindings/rtc/nxp,s32g-rtc.yaml
> F: arch/arm64/boot/dts/freescale/s32g*.dts*
> +F: drivers/pci/controller/dwc/pci-s32g*
> F: drivers/pinctrl/nxp/
> F: drivers/rtc/rtc-s32g.c
> +F: include/linux/pcie/nxp-s32g-pcie-phy-submode.h
Please add L: imx@lists.linux.dev
Frank
>
> ARM/NXP S32G/S32R DWMAC ETHERNET DRIVER
> M: Jan Petrous <jan.petrous@oss.nxp.com>
> --
> 2.43.0
>
prev parent reply other threads:[~2025-09-12 20:52 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-12 14:14 [PATCH 0/4] pcie: s32g: Add support for PCIe controller Vincent Guittot
2025-09-12 14:14 ` [PATCH 1/4] dt-bindings: pcie: Add the NXP " Vincent Guittot
2025-09-12 20:50 ` Frank Li
2025-09-14 12:34 ` Vincent Guittot
2025-09-12 22:50 ` Bjorn Helgaas
2025-09-14 12:35 ` Vincent Guittot
2025-09-16 8:10 ` Vincent Guittot
2025-09-16 14:23 ` Bjorn Helgaas
2025-09-17 17:11 ` Manivannan Sadhasivam
2025-09-17 21:28 ` Bjorn Helgaas
2025-09-18 9:54 ` Vincent Guittot
2025-09-18 11:27 ` Manivannan Sadhasivam
2025-09-17 8:42 ` Niklas Cassel
2025-09-17 17:21 ` Vincent Guittot
2025-09-17 21:18 ` Bjorn Helgaas
2025-09-18 5:55 ` Vincent Guittot
2025-09-12 14:14 ` [PATCH 2/4] pcie: s32g: Add Phy clock definition Vincent Guittot
2025-09-12 22:18 ` Bjorn Helgaas
2025-09-14 12:36 ` Vincent Guittot
2025-09-12 14:14 ` [PATCH 3/4] pcie: s32g: Add initial PCIe support (RC) Vincent Guittot
2025-09-12 21:30 ` Frank Li
2025-09-14 12:43 ` Vincent Guittot
2025-09-12 23:02 ` Bjorn Helgaas
2025-09-14 12:44 ` Vincent Guittot
2025-09-14 10:15 ` Krzysztof Kozlowski
2025-09-14 12:45 ` Vincent Guittot
2025-09-12 14:14 ` [PATCH 4/4] MAINTAINERS: Add MAINTAINER for NXP S32G PCIe driver Vincent Guittot
2025-09-12 20:52 ` Frank Li [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aMSIIFMSXj2cLddK@lizhi-Precision-Tower-5810 \
--to=frank.li@nxp.com \
--cc=Ghennadi.Procopciuc@nxp.com \
--cc=Ionut.Vicovan@nxp.com \
--cc=bogdan.hamciuc@nxp.com \
--cc=chester62515@gmail.com \
--cc=ciprianmarian.costea@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ghennadi.procopciuc@oss.nxp.com \
--cc=krzk+dt@kernel.org \
--cc=kwilczynski@kernel.org \
--cc=larisa.grigore@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=mani@kernel.org \
--cc=mbrugger@suse.com \
--cc=robh@kernel.org \
--cc=s32@nxp.com \
--cc=vincent.guittot@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox