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

2013-10-09 Thread Ingo Molnar

* Bjorn Helgaas  wrote:

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

Acked-by: Ingo Molnar 

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread Bjorn Helgaas
On Wed, Oct 9, 2013 at 3:11 PM, Joe Perches  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-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread Bjorn Helgaas
On Wed, Oct 9, 2013 at 3:08 PM, H. Peter Anvin  wrote:
> On 10/09/2013 02:04 PM, Bjorn Helgaas wrote:
>> On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas  wrote:
>>> I handle many arch/x86/pci changes, so help those patches get to the
>>> PCI patchwork.
>>>
>>> Signed-off-by: Bjorn Helgaas 
>>
>> I'll merge this via the PCI tree unless anybody objects.
>>
>
> Acked-by: H. Peter Anvin 
>
> ... 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-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread Joe Perches
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-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

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

Acked-by: H. Peter Anvin 

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

-hpa


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

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

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 
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread Bjorn Helgaas
I handle many arch/x86/pci changes, so help those patches get to the
PCI patchwork.

Signed-off-by: Bjorn Helgaas 
---
 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 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread Bjorn Helgaas
I handle many arch/x86/pci changes, so help those patches get to the
PCI patchwork.

Signed-off-by: Bjorn Helgaas bhelg...@google.com
---
 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.red...@gmail.com

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread Bjorn Helgaas
On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas bhelg...@google.com wrote:
 I handle many arch/x86/pci changes, so help those patches get to the
 PCI patchwork.

 Signed-off-by: Bjorn Helgaas bhelg...@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.red...@gmail.com

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread H. Peter Anvin
On 10/09/2013 02:04 PM, Bjorn Helgaas wrote:
 On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas bhelg...@google.com wrote:
 I handle many arch/x86/pci changes, so help those patches get to the
 PCI patchwork.

 Signed-off-by: Bjorn Helgaas bhelg...@google.com
 
 I'll merge this via the PCI tree unless anybody objects.
 

Acked-by: H. Peter Anvin h...@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-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread Joe Perches
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-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread Bjorn Helgaas
On Wed, Oct 9, 2013 at 3:08 PM, H. Peter Anvin h...@zytor.com wrote:
 On 10/09/2013 02:04 PM, Bjorn Helgaas wrote:
 On Wed, Oct 9, 2013 at 3:02 PM, Bjorn Helgaas bhelg...@google.com wrote:
 I handle many arch/x86/pci changes, so help those patches get to the
 PCI patchwork.

 Signed-off-by: Bjorn Helgaas bhelg...@google.com

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


 Acked-by: H. Peter Anvin h...@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-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread Bjorn Helgaas
On Wed, Oct 9, 2013 at 3:11 PM, Joe Perches j...@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-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2013-10-09 Thread Ingo Molnar

* Bjorn Helgaas bhelg...@google.com wrote:

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

Acked-by: Ingo Molnar mi...@kernel.org

Thanks,

Ingo
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/