diff mbox series

MAINTAINERS: adjust entry to moving cadence drivers

Message ID 20200221185402.4703-1-lukas.bulwahn@gmail.com
State New
Headers show
Series MAINTAINERS: adjust entry to moving cadence drivers | expand

Commit Message

Lukas Bulwahn Feb. 21, 2020, 6:54 p.m. UTC
Commit de80f95ccb9c ("PCI: cadence: Move all files to per-device cadence
directory") moved files of the pci cadence drivers, but did not adjust
the entry in MAINTAINERS.

Since then, ./scripts/get_maintainer.pl --self-test complains:

  warning: no file matches F: drivers/pci/controller/pcie-cadence*

So, repair the MAINTAINERS entry now.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Tom, Andrew, please ack. Lorenzo, please pick this patch.
applies cleanly on current master and next-20200221

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bjorn Helgaas Feb. 27, 2020, 9:52 p.m. UTC | #1
On Fri, Feb 21, 2020 at 07:54:02PM +0100, Lukas Bulwahn wrote:
> Commit de80f95ccb9c ("PCI: cadence: Move all files to per-device cadence
> directory") moved files of the pci cadence drivers, but did not adjust
> the entry in MAINTAINERS.
> 
> Since then, ./scripts/get_maintainer.pl --self-test complains:
> 
>   warning: no file matches F: drivers/pci/controller/pcie-cadence*
> 
> So, repair the MAINTAINERS entry now.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Applied to for-linus for v5.6, thanks!

> ---
> Tom, Andrew, please ack. Lorenzo, please pick this patch.
> applies cleanly on current master and next-20200221
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4beb8dc4c7eb..d8f690f0e838 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12740,7 +12740,7 @@ M:	Tom Joseph <tjoseph@cadence.com>
>  L:	linux-pci@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/pci/cdns,*.txt
> -F:	drivers/pci/controller/pcie-cadence*
> +F:	drivers/pci/controller/cadence/
>  
>  PCI DRIVER FOR FREESCALE LAYERSCAPE
>  M:	Minghuan Lian <minghuan.Lian@nxp.com>
> -- 
> 2.17.1
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 4beb8dc4c7eb..d8f690f0e838 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12740,7 +12740,7 @@  M:	Tom Joseph <tjoseph@cadence.com>
 L:	linux-pci@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/pci/cdns,*.txt
-F:	drivers/pci/controller/pcie-cadence*
+F:	drivers/pci/controller/cadence/
 
 PCI DRIVER FOR FREESCALE LAYERSCAPE
 M:	Minghuan Lian <minghuan.Lian@nxp.com>