linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: clean up PCIE DRIVER FOR CAVIUM THUNDERX
@ 2020-02-23  9:09 Lukas Bulwahn
  2020-02-24 10:26 ` Robert Richter
  2020-02-24 16:57 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2020-02-23  9:09 UTC (permalink / raw)
  To: David Daney, Robert Richter, Rob Herring
  Cc: Will Deacon, Bjorn Helgaas, Andrew Murray, Lorenzo Pieralisi,
	linux-pci, linux-arm-kernel, devicetree, Joe Perches,
	kernel-janitors, linux-kernel, Lukas Bulwahn

Commit e1ac611f57c9 ("dt-bindings: PCI: Convert generic host binding to
DT schema") combines all information from pci-thunder-{pem,ecam}.txt
into host-generic-pci.yaml, and deleted the two files in
Documentation/devicetree/bindings/pci/.

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

  no file matches F: Documentation/devicetree/bindings/pci/pci-thunder-*

As the PCIE DRIVER FOR CAVIUM THUNDERX-relevant information is only a
small part of the host-generic-pci.yaml, do not add this file to the
PCIE DRIVER FOR CAVIUM THUNDERX entry, and only drop the reference to
the removed files.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Robert, are you still the maintainer of this driver?
Rob Herring, please pick this patch.
applies cleanly on current master and next-20200221

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2af5fa73155e..d43a8f9769db 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12953,7 +12953,6 @@ M:	Robert Richter <rrichter@marvell.com>
 L:	linux-pci@vger.kernel.org
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
-F:	Documentation/devicetree/bindings/pci/pci-thunder-*
 F:	drivers/pci/controller/pci-thunder-*
 
 PCIE DRIVER FOR HISILICON
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: clean up PCIE DRIVER FOR CAVIUM THUNDERX
  2020-02-23  9:09 [PATCH] MAINTAINERS: clean up PCIE DRIVER FOR CAVIUM THUNDERX Lukas Bulwahn
@ 2020-02-24 10:26 ` Robert Richter
  2020-02-24 16:57 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Richter @ 2020-02-24 10:26 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Rob Herring, Will Deacon, Bjorn Helgaas, Andrew Murray,
	Lorenzo Pieralisi, linux-pci, linux-arm-kernel, devicetree,
	Joe Perches, kernel-janitors, linux-kernel

Hi Lukas,

On 23.02.20 10:09:50, Lukas Bulwahn wrote:
> Commit e1ac611f57c9 ("dt-bindings: PCI: Convert generic host binding to
> DT schema") combines all information from pci-thunder-{pem,ecam}.txt
> into host-generic-pci.yaml, and deleted the two files in
> Documentation/devicetree/bindings/pci/.
> 
> Since then, ./scripts/get_maintainer.pl --self-test complains:
> 
>   no file matches F: Documentation/devicetree/bindings/pci/pci-thunder-*
> 
> As the PCIE DRIVER FOR CAVIUM THUNDERX-relevant information is only a
> small part of the host-generic-pci.yaml, do not add this file to the
> PCIE DRIVER FOR CAVIUM THUNDERX entry, and only drop the reference to
> the removed files.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Acked-by: Robert Richter <rrichter@marvell.com>

> ---
> Robert, are you still the maintainer of this driver?

Sure. I inherited the driver a couple of months ago from David who is
no longer at Cavium/ Marvell.

Thanks,

-Robert

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

* Re: [PATCH] MAINTAINERS: clean up PCIE DRIVER FOR CAVIUM THUNDERX
  2020-02-23  9:09 [PATCH] MAINTAINERS: clean up PCIE DRIVER FOR CAVIUM THUNDERX Lukas Bulwahn
  2020-02-24 10:26 ` Robert Richter
@ 2020-02-24 16:57 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2020-02-24 16:57 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: David Daney, Robert Richter, Will Deacon, Bjorn Helgaas,
	Andrew Murray, Lorenzo Pieralisi, linux-pci, linux-arm-kernel,
	devicetree, Joe Perches, kernel-janitors, linux-kernel

On Sun, Feb 23, 2020 at 10:09:50AM +0100, Lukas Bulwahn wrote:
> Commit e1ac611f57c9 ("dt-bindings: PCI: Convert generic host binding to
> DT schema") combines all information from pci-thunder-{pem,ecam}.txt
> into host-generic-pci.yaml, and deleted the two files in
> Documentation/devicetree/bindings/pci/.
> 
> Since then, ./scripts/get_maintainer.pl --self-test complains:
> 
>   no file matches F: Documentation/devicetree/bindings/pci/pci-thunder-*
> 
> As the PCIE DRIVER FOR CAVIUM THUNDERX-relevant information is only a
> small part of the host-generic-pci.yaml, do not add this file to the
> PCIE DRIVER FOR CAVIUM THUNDERX entry, and only drop the reference to
> the removed files.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Robert, are you still the maintainer of this driver?
> Rob Herring, please pick this patch.
> applies cleanly on current master and next-20200221

Applied, thanks.

Rob

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

end of thread, other threads:[~2020-02-24 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-23  9:09 [PATCH] MAINTAINERS: clean up PCIE DRIVER FOR CAVIUM THUNDERX Lukas Bulwahn
2020-02-24 10:26 ` Robert Richter
2020-02-24 16:57 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).