All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust entry to moving cadence drivers
@ 2020-02-21 18:54 ` Lukas Bulwahn
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2020-02-21 18:54 UTC (permalink / raw)
  To: Tom Joseph, Andrew Murray, Lorenzo Pieralisi
  Cc: linux-pci, Joe Perches, kernel-janitors, linux-kernel, Lukas Bulwahn

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] MAINTAINERS: adjust entry to moving cadence drivers
@ 2020-02-21 18:54 ` Lukas Bulwahn
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2020-02-21 18:54 UTC (permalink / raw)
  To: Tom Joseph, Andrew Murray, Lorenzo Pieralisi
  Cc: linux-pci, Joe Perches, kernel-janitors, linux-kernel, Lukas Bulwahn

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(-)

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: adjust entry to moving cadence drivers
  2020-02-21 18:54 ` Lukas Bulwahn
@ 2020-02-27 21:52   ` Bjorn Helgaas
  -1 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2020-02-27 21:52 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Tom Joseph, Andrew Murray, Lorenzo Pieralisi, linux-pci,
	Joe Perches, kernel-janitors, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: adjust entry to moving cadence drivers
@ 2020-02-27 21:52   ` Bjorn Helgaas
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2020-02-27 21:52 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Tom Joseph, Andrew Murray, Lorenzo Pieralisi, linux-pci,
	Joe Perches, kernel-janitors, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-27 21:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 18:54 [PATCH] MAINTAINERS: adjust entry to moving cadence drivers Lukas Bulwahn
2020-02-21 18:54 ` Lukas Bulwahn
2020-02-27 21:52 ` Bjorn Helgaas
2020-02-27 21:52   ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.