diff mbox

MAINTAINERS: Add arch/x86/pci to PCI file patterns

Message ID 20131009210219.31110.62076.stgit@bhelgaas-glaptop.roam.corp.google.com
State Accepted
Headers show

Commit Message

Bjorn Helgaas Oct. 9, 2013, 9:02 p.m. UTC
I handle many arch/x86/pci changes, so help those patches get to the
PCI patchwork.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 MAINTAINERS |    1 +
 1 file changed, 1 insertion(+)


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

Comments

Bjorn Helgaas Oct. 9, 2013, 9:04 p.m. UTC | #1
On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas <bhelgaas@google.com> wrote:
> I handle many arch/x86/pci changes, so help those patches get to the
> PCI patchwork.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

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 <thierry.reding@gmail.com>
>
--
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
H. Peter Anvin Oct. 9, 2013, 9:08 p.m. UTC | #2
On 10/09/2013 02:04 PM, Bjorn Helgaas wrote:
> On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas <bhelgaas@google.com> wrote:
>> I handle many arch/x86/pci changes, so help those patches get to the
>> PCI patchwork.
>>
>> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> 
> I'll merge this via the PCI tree unless anybody objects.
> 

Acked-by: H. Peter Anvin <hpa@zytor.com>

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

	-hpa


--
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
Joe Perches Oct. 9, 2013, 9:11 p.m. UTC | #3
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.


--
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
Bjorn Helgaas Oct. 9, 2013, 10:01 p.m. UTC | #4
On Wed, Oct 9, 2013 at 3:08 PM, H. Peter Anvin <hpa@zytor.com> wrote:
> On 10/09/2013 02:04 PM, Bjorn Helgaas wrote:
>> On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas <bhelgaas@google.com> wrote:
>>> I handle many arch/x86/pci changes, so help those patches get to the
>>> PCI patchwork.
>>>
>>> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
>>
>> I'll merge this via the PCI tree unless anybody objects.
>>
>
> Acked-by: H. Peter Anvin <hpa@zytor.com>
>
> ... 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
--
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
Bjorn Helgaas Oct. 9, 2013, 10:03 p.m. UTC | #5
On Wed, Oct 9, 2013 at 3:11 PM, Joe Perches <joe@perches.com> 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
--
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
Ingo Molnar Oct. 10, 2013, 4:41 a.m. UTC | #6
* Bjorn Helgaas <bhelgaas@google.com> wrote:

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

Acked-by: Ingo Molnar <mingo@kernel.org>

Thanks,

	Ingo
--
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
diff mbox

Patch

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 <thierry.reding@gmail.com>