All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] pci: pcie-designware: Change Maintenance
@ 2016-11-15 16:10 Joao Pinto
  2016-11-15 16:10 ` [PATCH 2/2] pci: pcie-designware-plat: updated author email Joao Pinto
  2016-11-16 22:18 ` [PATCH 1/2] pci: pcie-designware: Change Maintenance Bjorn Helgaas
  0 siblings, 2 replies; 4+ messages in thread
From: Joao Pinto @ 2016-11-15 16:10 UTC (permalink / raw)
  To: bhelgaas
  Cc: pratyush.anand, CARLOS.PALMINHA, Jose.Abreu, linux-pci,
	linux-kernel, Joao Pinto, Jose Abreu

I accepted the invitation from Pratyush to replace him in the
pcie-designware maintenance. This patch makes the maintainer replacement
and symplifies a bit the pcie-designware* maintenance structure.

Signed-off-by: Joao Pinto <jpinto@synopsys.com>
Cc: Pratyush Anand <pratyush.anand@gmail.com>
Cc: Jose Abreu <Jose.Abreu@synopsys.com>
---
 MAINTAINERS | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aefa6bf..2c64d7c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9293,17 +9293,11 @@ F:	drivers/pci/host/pci-exynos.c
 
 PCI DRIVER FOR SYNOPSIS DESIGNWARE
 M:	Jingoo Han <jingoohan1@gmail.com>
-M:	Pratyush Anand <pratyush.anand@gmail.com>
-L:	linux-pci@vger.kernel.org
-S:	Maintained
-F:	drivers/pci/host/*designware*
-
-PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
-M:	Jose Abreu <Jose.Abreu@synopsys.com>
+M:	Joao Pinto <Joao.Pinto@synopsys.com>
 L:	linux-pci@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/pci/designware-pcie.txt
-F:	drivers/pci/host/pcie-designware-plat.c
+F:	drivers/pci/host/*designware*
 
 PCI DRIVER FOR GENERIC OF HOSTS
 M:	Will Deacon <will.deacon@arm.com>
-- 
1.8.3.1

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

* [PATCH 2/2] pci: pcie-designware-plat: updated author email
  2016-11-15 16:10 [PATCH 1/2] pci: pcie-designware: Change Maintenance Joao Pinto
@ 2016-11-15 16:10 ` Joao Pinto
  2016-11-16 22:18 ` [PATCH 1/2] pci: pcie-designware: Change Maintenance Bjorn Helgaas
  1 sibling, 0 replies; 4+ messages in thread
From: Joao Pinto @ 2016-11-15 16:10 UTC (permalink / raw)
  To: bhelgaas
  Cc: pratyush.anand, CARLOS.PALMINHA, Jose.Abreu, linux-pci,
	linux-kernel, Joao Pinto

I returned to Synopsys and so I am sending this patch to update the email
address of the pcie-designware-plat author.

Signed-off-by: Joao Pinto <jpinto@synopsys.com>
---
 drivers/pci/host/pcie-designware-plat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/host/pcie-designware-plat.c b/drivers/pci/host/pcie-designware-plat.c
index 8df6312..1a02038 100644
--- a/drivers/pci/host/pcie-designware-plat.c
+++ b/drivers/pci/host/pcie-designware-plat.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
  *
- * Authors: Joao Pinto <jpmpinto@gmail.com>
+ * Authors: Joao Pinto <Joao.Pinto@synopsys.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
-- 
1.8.3.1

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

* Re: [PATCH 1/2] pci: pcie-designware: Change Maintenance
  2016-11-15 16:10 [PATCH 1/2] pci: pcie-designware: Change Maintenance Joao Pinto
  2016-11-15 16:10 ` [PATCH 2/2] pci: pcie-designware-plat: updated author email Joao Pinto
@ 2016-11-16 22:18 ` Bjorn Helgaas
  2016-11-17 14:58   ` Joao Pinto
  1 sibling, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2016-11-16 22:18 UTC (permalink / raw)
  To: Joao Pinto
  Cc: bhelgaas, pratyush.anand, CARLOS.PALMINHA, Jose.Abreu, linux-pci,
	linux-kernel

On Tue, Nov 15, 2016 at 04:10:46PM +0000, Joao Pinto wrote:
> I accepted the invitation from Pratyush to replace him in the
> pcie-designware maintenance. This patch makes the maintainer replacement
> and symplifies a bit the pcie-designware* maintenance structure.
> 
> Signed-off-by: Joao Pinto <jpinto@synopsys.com>
> Cc: Pratyush Anand <pratyush.anand@gmail.com>
> Cc: Jose Abreu <Jose.Abreu@synopsys.com>

I applied both of these to for-linus for v4.9, thanks, Joao!

> ---
>  MAINTAINERS | 10 ++--------
>  1 file changed, 2 insertions(+), 8 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aefa6bf..2c64d7c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9293,17 +9293,11 @@ F:	drivers/pci/host/pci-exynos.c
>  
>  PCI DRIVER FOR SYNOPSIS DESIGNWARE
>  M:	Jingoo Han <jingoohan1@gmail.com>
> -M:	Pratyush Anand <pratyush.anand@gmail.com>
> -L:	linux-pci@vger.kernel.org
> -S:	Maintained
> -F:	drivers/pci/host/*designware*
> -
> -PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
> -M:	Jose Abreu <Jose.Abreu@synopsys.com>
> +M:	Joao Pinto <Joao.Pinto@synopsys.com>
>  L:	linux-pci@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/pci/designware-pcie.txt
> -F:	drivers/pci/host/pcie-designware-plat.c
> +F:	drivers/pci/host/*designware*
>  
>  PCI DRIVER FOR GENERIC OF HOSTS
>  M:	Will Deacon <will.deacon@arm.com>
> -- 
> 1.8.3.1
> 
> 
> --
> 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 1/2] pci: pcie-designware: Change Maintenance
  2016-11-16 22:18 ` [PATCH 1/2] pci: pcie-designware: Change Maintenance Bjorn Helgaas
@ 2016-11-17 14:58   ` Joao Pinto
  0 siblings, 0 replies; 4+ messages in thread
From: Joao Pinto @ 2016-11-17 14:58 UTC (permalink / raw)
  To: Bjorn Helgaas, Joao Pinto
  Cc: bhelgaas, pratyush.anand, CARLOS.PALMINHA, Jose.Abreu, linux-pci,
	linux-kernel

On 16-11-2016 22:18, Bjorn Helgaas wrote:
> On Tue, Nov 15, 2016 at 04:10:46PM +0000, Joao Pinto wrote:
>> I accepted the invitation from Pratyush to replace him in the
>> pcie-designware maintenance. This patch makes the maintainer replacement
>> and symplifies a bit the pcie-designware* maintenance structure.
>>
>> Signed-off-by: Joao Pinto <jpinto@synopsys.com>
>> Cc: Pratyush Anand <pratyush.anand@gmail.com>
>> Cc: Jose Abreu <Jose.Abreu@synopsys.com>
> 
> I applied both of these to for-linus for v4.9, thanks, Joao!

Great! Thanks.

> 
>> ---
>>  MAINTAINERS | 10 ++--------
>>  1 file changed, 2 insertions(+), 8 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index aefa6bf..2c64d7c 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -9293,17 +9293,11 @@ F:	drivers/pci/host/pci-exynos.c
>>  
>>  PCI DRIVER FOR SYNOPSIS DESIGNWARE
>>  M:	Jingoo Han <jingoohan1@gmail.com>
>> -M:	Pratyush Anand <pratyush.anand@gmail.com>
>> -L:	linux-pci@vger.kernel.org
>> -S:	Maintained
>> -F:	drivers/pci/host/*designware*
>> -
>> -PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
>> -M:	Jose Abreu <Jose.Abreu@synopsys.com>
>> +M:	Joao Pinto <Joao.Pinto@synopsys.com>
>>  L:	linux-pci@vger.kernel.org
>>  S:	Maintained
>>  F:	Documentation/devicetree/bindings/pci/designware-pcie.txt
>> -F:	drivers/pci/host/pcie-designware-plat.c
>> +F:	drivers/pci/host/*designware*
>>  
>>  PCI DRIVER FOR GENERIC OF HOSTS
>>  M:	Will Deacon <will.deacon@arm.com>
>> -- 
>> 1.8.3.1
>>
>>
>> --
>> 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-11-17 17:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-15 16:10 [PATCH 1/2] pci: pcie-designware: Change Maintenance Joao Pinto
2016-11-15 16:10 ` [PATCH 2/2] pci: pcie-designware-plat: updated author email Joao Pinto
2016-11-16 22:18 ` [PATCH 1/2] pci: pcie-designware: Change Maintenance Bjorn Helgaas
2016-11-17 14:58   ` Joao Pinto

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.