Message ID | 20241112161925.999196-6-christian.bruel@foss.st.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add STM32MP25 PCIe drivers | expand |
On Tue, Nov 12, 2024 at 05:19:25PM +0100, Christian Bruel wrote: > Add myself as STM32MP25 PCIe host and PCIe endpoint drivers s/as STM32MP25/as maintainer of STM32MP25/ > Signed-off-by: Christian Bruel <christian.bruel@foss.st.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4803908768e8..277e1cc0769e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17912,6 +17912,13 @@ L: linux-samsung-soc@vger.kernel.org > S: Maintained > F: drivers/pci/controller/dwc/pci-exynos.c > > +PCI DRIVER FOR STM32MP25 > +M: Christian Bruel <christian.bruel@foss.st.com> > +L: linux-pci@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/pci/st,stm32-pcie-*.yaml > +F: drivers/pci/controller/dwc/*stm32* > + > PCI DRIVER FOR SYNOPSYS DESIGNWARE > M: Jingoo Han <jingoohan1@gmail.com> > M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > -- > 2.34.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index 4803908768e8..277e1cc0769e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17912,6 +17912,13 @@ L: linux-samsung-soc@vger.kernel.org S: Maintained F: drivers/pci/controller/dwc/pci-exynos.c +PCI DRIVER FOR STM32MP25 +M: Christian Bruel <christian.bruel@foss.st.com> +L: linux-pci@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/pci/st,stm32-pcie-*.yaml +F: drivers/pci/controller/dwc/*stm32* + PCI DRIVER FOR SYNOPSYS DESIGNWARE M: Jingoo Han <jingoohan1@gmail.com> M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Add myself as STM32MP25 PCIe host and PCIe endpoint drivers Signed-off-by: Christian Bruel <christian.bruel@foss.st.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)