linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: add maintainer for the PCIe Marvell Armada 8K driver
@ 2016-10-07 20:30 Thomas Petazzoni
  2016-10-07 20:30 ` [PATCH 2/2] MAINTAINERS: add DT binding doc to the Aardvark PCIE driver maintainer Thomas Petazzoni
  2016-10-12 16:15 ` [PATCH 1/2] MAINTAINERS: add maintainer for the PCIe Marvell Armada 8K driver Bjorn Helgaas
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-10-07 20:30 UTC (permalink / raw)
  To: Bjorn Helgaas, linux-pci; +Cc: Thomas Petazzoni

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f593300..8f6fb8c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8965,6 +8965,14 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/pci/versatile.txt
 F:	drivers/pci/host/pci-versatile.c
 
+PCI DRIVER FOR ARMADA 8K
+M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+L:	linux-pci@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/pci/pci-armada8k.txt
+F:	drivers/pci/host/pcie-armada8k.c
+
 PCI DRIVER FOR APPLIEDMICRO XGENE
 M:	Tanmay Inamdar <tinamdar@apm.com>
 L:	linux-pci@vger.kernel.org
-- 
2.7.4


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

* [PATCH 2/2] MAINTAINERS: add DT binding doc to the Aardvark PCIE driver maintainer
  2016-10-07 20:30 [PATCH 1/2] MAINTAINERS: add maintainer for the PCIe Marvell Armada 8K driver Thomas Petazzoni
@ 2016-10-07 20:30 ` Thomas Petazzoni
  2016-10-12 16:16   ` Bjorn Helgaas
  2016-10-12 16:15 ` [PATCH 1/2] MAINTAINERS: add maintainer for the PCIe Marvell Armada 8K driver Bjorn Helgaas
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2016-10-07 20:30 UTC (permalink / raw)
  To: Bjorn Helgaas, linux-pci; +Cc: Thomas Petazzoni

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8f6fb8c..c0ac3dc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9019,6 +9019,7 @@ M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 L:	linux-pci@vger.kernel.org
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	Documentation/devicetree/bindings/pci/aardvark-pci.txt
 F:	drivers/pci/host/pci-aardvark.c
 
 PCI DRIVER FOR NVIDIA TEGRA
-- 
2.7.4


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

* Re: [PATCH 1/2] MAINTAINERS: add maintainer for the PCIe Marvell Armada 8K driver
  2016-10-07 20:30 [PATCH 1/2] MAINTAINERS: add maintainer for the PCIe Marvell Armada 8K driver Thomas Petazzoni
  2016-10-07 20:30 ` [PATCH 2/2] MAINTAINERS: add DT binding doc to the Aardvark PCIE driver maintainer Thomas Petazzoni
@ 2016-10-12 16:15 ` Bjorn Helgaas
  1 sibling, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2016-10-12 16:15 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Bjorn Helgaas, linux-pci

On Fri, Oct 07, 2016 at 10:30:30PM +0200, Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Applied to pci/host-armada for v4.9, thanks, Thomas!

> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f593300..8f6fb8c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8965,6 +8965,14 @@ S:	Maintained
>  F:	Documentation/devicetree/bindings/pci/versatile.txt
>  F:	drivers/pci/host/pci-versatile.c
>  
> +PCI DRIVER FOR ARMADA 8K
> +M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> +L:	linux-pci@vger.kernel.org
> +L:	linux-arm-kernel@lists.infradead.org
> +S:	Maintained
> +F:	Documentation/devicetree/bindings/pci/pci-armada8k.txt
> +F:	drivers/pci/host/pcie-armada8k.c
> +
>  PCI DRIVER FOR APPLIEDMICRO XGENE
>  M:	Tanmay Inamdar <tinamdar@apm.com>
>  L:	linux-pci@vger.kernel.org
> -- 
> 2.7.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 2/2] MAINTAINERS: add DT binding doc to the Aardvark PCIE driver maintainer
  2016-10-07 20:30 ` [PATCH 2/2] MAINTAINERS: add DT binding doc to the Aardvark PCIE driver maintainer Thomas Petazzoni
@ 2016-10-12 16:16   ` Bjorn Helgaas
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2016-10-12 16:16 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Bjorn Helgaas, linux-pci

On Fri, Oct 07, 2016 at 10:30:31PM +0200, Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Applied to pci/host-aardvark for v4.9, thanks, Thomas!

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8f6fb8c..c0ac3dc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9019,6 +9019,7 @@ M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
>  L:	linux-pci@vger.kernel.org
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/pci/aardvark-pci.txt
>  F:	drivers/pci/host/pci-aardvark.c
>  
>  PCI DRIVER FOR NVIDIA TEGRA
> -- 
> 2.7.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-10-12 16:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07 20:30 [PATCH 1/2] MAINTAINERS: add maintainer for the PCIe Marvell Armada 8K driver Thomas Petazzoni
2016-10-07 20:30 ` [PATCH 2/2] MAINTAINERS: add DT binding doc to the Aardvark PCIE driver maintainer Thomas Petazzoni
2016-10-12 16:16   ` Bjorn Helgaas
2016-10-12 16:15 ` [PATCH 1/2] MAINTAINERS: add maintainer for the PCIe Marvell Armada 8K driver Bjorn Helgaas

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