Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1522891 > unrolled thread

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

Started byJoao Pinto <Joao.Pinto@synopsys.com>
First post2016-11-15 17:20 +0100
Last post2016-11-17 18:10 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/2] pci: pcie-designware: Change Maintenance Joao Pinto <Joao.Pinto@synopsys.com> - 2016-11-15 17:20 +0100
    Re: [PATCH 1/2] pci: pcie-designware: Change Maintenance Bjorn Helgaas <helgaas@kernel.org> - 2016-11-16 23:20 +0100
      Re: [PATCH 1/2] pci: pcie-designware: Change Maintenance Joao Pinto <Joao.Pinto@synopsys.com> - 2016-11-17 18:10 +0100

#1522891 — [PATCH 1/2] pci: pcie-designware: Change Maintenance

FromJoao Pinto <Joao.Pinto@synopsys.com>
Date2016-11-15 17:20 +0100
Subject[PATCH 1/2] pci: pcie-designware: Change Maintenance
Message-ID<sDOCJ-7gp-5@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1523881

FromBjorn Helgaas <helgaas@kernel.org>
Date2016-11-16 23:20 +0100
Message-ID<sEgIG-nF-13@gated-at.bofh.it>
In reply to#1522891
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

[toc] | [prev] | [next] | [standalone]


#1524503

FromJoao Pinto <Joao.Pinto@synopsys.com>
Date2016-11-17 18:10 +0100
Message-ID<sEymf-3v8-113@gated-at.bofh.it>
In reply to#1523881
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web