2013-10-09 21:02:24

by Bjorn Helgaas

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns

I handle many arch/x86/pci changes, so help those patches get to the
PCI patchwork.

Signed-off-by: Bjorn Helgaas <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e61c2e8..d1ab647 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6338,6 +6338,7 @@ S: Supported
F: Documentation/PCI/
F: drivers/pci/
F: include/linux/pci*
+F: arch/x86/pci/*

PCI DRIVER FOR NVIDIA TEGRA
M: Thierry Reding <[email protected]>


2013-10-09 21:04:55

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns

On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas <[email protected]> wrote:
> I handle many arch/x86/pci changes, so help those patches get to the
> PCI patchwork.
>
> Signed-off-by: Bjorn Helgaas <[email protected]>

I'll merge this via the PCI tree unless anybody objects.

> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e61c2e8..d1ab647 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6338,6 +6338,7 @@ S: Supported
> F: Documentation/PCI/
> F: drivers/pci/
> F: include/linux/pci*
> +F: arch/x86/pci/*
>
> PCI DRIVER FOR NVIDIA TEGRA
> M: Thierry Reding <[email protected]>
>

2013-10-09 21:08:24

by H. Peter Anvin

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns

On 10/09/2013 02:04 PM, Bjorn Helgaas wrote:
> On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas <[email protected]> wrote:
>> I handle many arch/x86/pci changes, so help those patches get to the
>> PCI patchwork.
>>
>> Signed-off-by: Bjorn Helgaas <[email protected]>
>
> I'll merge this via the PCI tree unless anybody objects.
>

Acked-by: H. Peter Anvin <[email protected]>

... as long as you don't keep us out of the loop.

-hpa

2013-10-09 21:11:09

by Joe Perches

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns

Hey Bjorn

On Wed, 2013-10-09 at 15:02 -0600, Bjorn Helgaas wrote:
> I handle many arch/x86/pci changes, so help those patches get to the
> PCI patchwork.

[]
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e61c2e8..d1ab647 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6338,6 +6338,7 @@ S: Supported
> F: Documentation/PCI/
> F: drivers/pci/
> F: include/linux/pci*
> +F: arch/x86/pci/*

This could be

F: arch/x86/pci/

so that if anyone ever sticks a subdirectory
in there, you'd still get notified.

2013-10-09 22:02:17

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns

On Wed, Oct 9, 2013 at 3:08 PM, H. Peter Anvin <[email protected]> wrote:
> On 10/09/2013 02:04 PM, Bjorn Helgaas wrote:
>> On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas <[email protected]> wrote:
>>> I handle many arch/x86/pci changes, so help those patches get to the
>>> PCI patchwork.
>>>
>>> Signed-off-by: Bjorn Helgaas <[email protected]>
>>
>> I'll merge this via the PCI tree unless anybody objects.
>>
>
> Acked-by: H. Peter Anvin <[email protected]>
>
> ... as long as you don't keep us out of the loop.

Thanks. I'm certainly not trying to keep you out of the loop; my
objective is to make get_maintainer.pl show both the x86 folks (as it
does today) *and* linux-pci (so things show up in the PCI patchwork).
I've been slow responding to an arch/x86/pci/acpi.c patch partly
because it's not in my patchwork, so it's easy to forget.

Bjorn

2013-10-09 22:04:12

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns

On Wed, Oct 9, 2013 at 3:11 PM, Joe Perches <[email protected]> wrote:
> Hey Bjorn
>
> On Wed, 2013-10-09 at 15:02 -0600, Bjorn Helgaas wrote:
>> I handle many arch/x86/pci changes, so help those patches get to the
>> PCI patchwork.
>
> []
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index e61c2e8..d1ab647 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -6338,6 +6338,7 @@ S: Supported
>> F: Documentation/PCI/
>> F: drivers/pci/
>> F: include/linux/pci*
>> +F: arch/x86/pci/*
>
> This could be
>
> F: arch/x86/pci/
>
> so that if anyone ever sticks a subdirectory
> in there, you'd still get notified.

Thanks, I made that change.

Bjorn

2013-10-10 04:41:52

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns


* Bjorn Helgaas <[email protected]> wrote:

> On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas <[email protected]> wrote:
> > I handle many arch/x86/pci changes, so help those patches get to the
> > PCI patchwork.
> >
> > Signed-off-by: Bjorn Helgaas <[email protected]>
>
> I'll merge this via the PCI tree unless anybody objects.

Acked-by: Ingo Molnar <[email protected]>

Thanks,

Ingo