2016-11-15 16:10:58

by Joao Pinto

[permalink] [raw]
Subject: [PATCH 1/2] pci: pcie-designware: Change Maintenance

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 <[email protected]>
Cc: Pratyush Anand <[email protected]>
Cc: Jose Abreu <[email protected]>
---
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 <[email protected]>
-M: Pratyush Anand <[email protected]>
-L: [email protected]
-S: Maintained
-F: drivers/pci/host/*designware*
-
-PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
-M: Jose Abreu <[email protected]>
+M: Joao Pinto <[email protected]>
L: [email protected]
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 <[email protected]>
--
1.8.3.1



2016-11-15 16:11:01

by Joao Pinto

[permalink] [raw]
Subject: [PATCH 2/2] pci: pcie-designware-plat: updated author email

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 <[email protected]>
---
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. (http://www.synopsys.com)
*
- * Authors: Joao Pinto <[email protected]>
+ * Authors: Joao Pinto <[email protected]>
*
* 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


2016-11-16 22:18:31

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH 1/2] pci: pcie-designware: Change Maintenance

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 <[email protected]>
> Cc: Pratyush Anand <[email protected]>
> Cc: Jose Abreu <[email protected]>

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 <[email protected]>
> -M: Pratyush Anand <[email protected]>
> -L: [email protected]
> -S: Maintained
> -F: drivers/pci/host/*designware*
> -
> -PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
> -M: Jose Abreu <[email protected]>
> +M: Joao Pinto <[email protected]>
> L: [email protected]
> 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 <[email protected]>
> --
> 1.8.3.1
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html

2016-11-17 17:00:39

by Joao Pinto

[permalink] [raw]
Subject: Re: [PATCH 1/2] pci: pcie-designware: Change Maintenance

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 <[email protected]>
>> Cc: Pratyush Anand <[email protected]>
>> Cc: Jose Abreu <[email protected]>
>
> 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 <[email protected]>
>> -M: Pratyush Anand <[email protected]>
>> -L: [email protected]
>> -S: Maintained
>> -F: drivers/pci/host/*designware*
>> -
>> -PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
>> -M: Jose Abreu <[email protected]>
>> +M: Joao Pinto <[email protected]>
>> L: [email protected]
>> 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 <[email protected]>
>> --
>> 1.8.3.1
>>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
>> the body of a message to [email protected]
>> More majordomo info at http://vger.kernel.org/majordomo-info.html