Message ID | 20230823091153.2578417-19-yoshihiro.shimoda.uh@renesas.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | PCI: rcar-gen4: Add R-Car Gen4 PCIe support | expand |
On Wed, Aug 23, 2023 at 06:11:52PM +0900, Yoshihiro Shimoda wrote: > Update this entry for R-Car Gen4's source code. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Serge Semin <fancer.lancer@gmail.com> -Serge(y) > Acked-by: Manivannan Sadhasivam <mani@kernel.org> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 20a0f7411efd..c2e41c52f48c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16374,6 +16374,7 @@ L: linux-renesas-soc@vger.kernel.org > S: Maintained > F: Documentation/devicetree/bindings/pci/*rcar* > F: drivers/pci/controller/*rcar* > +F: drivers/pci/controller/dwc/*rcar* > > PCI DRIVER FOR SAMSUNG EXYNOS > M: Jingoo Han <jingoohan1@gmail.com> > -- > 2.25.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index 20a0f7411efd..c2e41c52f48c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16374,6 +16374,7 @@ L: linux-renesas-soc@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/pci/*rcar* F: drivers/pci/controller/*rcar* +F: drivers/pci/controller/dwc/*rcar* PCI DRIVER FOR SAMSUNG EXYNOS M: Jingoo Han <jingoohan1@gmail.com>