Re: [PATCH v2 2/4] MAINTAINERS: Add entry for the UltraRISC DP1000 PCIe controller driver and its DT binding
From: Jia Wang
Date: Tue Apr 07 2026 - 22:42:40 EST
On 2026-04-07 09:44 +0200, Krzysztof Kozlowski wrote:
> On Tue, Apr 07, 2026 at 10:40:53AM +0800, Jia Wang wrote:
> > Add a MAINTAINERS entry for the UltraRISC DP1000 PCIe host driver and its
> > DT binding.
> >
> > Signed-off-by: Jia Wang <wangjia@xxxxxxxxxxxxx>
> > ---
> > MAINTAINERS | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index c3fe46d7c4bc..c8159670a14d 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -20582,6 +20582,14 @@ S: Maintained
> > F: Documentation/devicetree/bindings/pci/starfive,jh7110-pcie.yaml
> > F: drivers/pci/controller/plda/pcie-starfive.c
> >
> > +PCIE DRIVER FOR ULTRARISC DP1000
> > +M: Xincheng Zhang <zhangxincheng@xxxxxxxxxxxxx>
> > +M: Jia Wang <wangjia@xxxxxxxxxxxxx>
> > +L: linux-pci@xxxxxxxxxxxxxxx
> > +S: Maintained
> > +F: Documentation/devicetree/bindings/pci/ultrarisc,dp1000-pcie.yaml
>
> There is no such file.
>
> This is not supposed to be a separate commit.
>
Hi Krzysztof,
Thanks for the review.
In the next version I will fold this patch into the commit that adds the
actual driver and DT binding, so the referenced files will exist.
> > +F: drivers/pci/controller/dwc/pcie-ultrarisc.c
>
> No such file.
>
> Best regards,
> Krzysztof
>
>
Best regards,
Jia Wang