* [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns
@ 2013-10-09 21:02 Bjorn Helgaas
2013-10-09 21:04 ` Bjorn Helgaas
2013-10-09 21:11 ` Joe Perches
0 siblings, 2 replies; 7+ messages in thread
From: Bjorn Helgaas @ 2013-10-09 21:02 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin; +Cc: linux-pci, x86, linux-kernel
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(+)
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>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns
2013-10-09 21:02 [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns Bjorn Helgaas
@ 2013-10-09 21:04 ` Bjorn Helgaas
2013-10-09 21:08 ` H. Peter Anvin
2013-10-10 4:41 ` Ingo Molnar
2013-10-09 21:11 ` Joe Perches
1 sibling, 2 replies; 7+ messages in thread
From: Bjorn Helgaas @ 2013-10-09 21:04 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin
Cc: linux-pci@vger.kernel.org, x86@kernel.org,
linux-kernel@vger.kernel.org
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>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns
2013-10-09 21:04 ` Bjorn Helgaas
@ 2013-10-09 21:08 ` H. Peter Anvin
2013-10-09 22:01 ` Bjorn Helgaas
2013-10-10 4:41 ` Ingo Molnar
1 sibling, 1 reply; 7+ messages in thread
From: H. Peter Anvin @ 2013-10-09 21:08 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Thomas Gleixner, Ingo Molnar, linux-pci@vger.kernel.org,
x86@kernel.org, linux-kernel@vger.kernel.org
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns
2013-10-09 21:02 [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns Bjorn Helgaas
2013-10-09 21:04 ` Bjorn Helgaas
@ 2013-10-09 21:11 ` Joe Perches
2013-10-09 22:03 ` Bjorn Helgaas
1 sibling, 1 reply; 7+ messages in thread
From: Joe Perches @ 2013-10-09 21:11 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, linux-pci, x86,
linux-kernel
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.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns
2013-10-09 21:08 ` H. Peter Anvin
@ 2013-10-09 22:01 ` Bjorn Helgaas
0 siblings, 0 replies; 7+ messages in thread
From: Bjorn Helgaas @ 2013-10-09 22:01 UTC (permalink / raw)
To: H. Peter Anvin
Cc: Thomas Gleixner, Ingo Molnar, linux-pci@vger.kernel.org,
x86@kernel.org, linux-kernel@vger.kernel.org
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns
2013-10-09 21:11 ` Joe Perches
@ 2013-10-09 22:03 ` Bjorn Helgaas
0 siblings, 0 replies; 7+ messages in thread
From: Bjorn Helgaas @ 2013-10-09 22:03 UTC (permalink / raw)
To: Joe Perches
Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
linux-pci@vger.kernel.org, x86@kernel.org,
linux-kernel@vger.kernel.org
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns
2013-10-09 21:04 ` Bjorn Helgaas
2013-10-09 21:08 ` H. Peter Anvin
@ 2013-10-10 4:41 ` Ingo Molnar
1 sibling, 0 replies; 7+ messages in thread
From: Ingo Molnar @ 2013-10-10 4:41 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
linux-pci@vger.kernel.org, x86@kernel.org,
linux-kernel@vger.kernel.org
* 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
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-10-10 4:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09 21:02 [PATCH] MAINTAINERS: Add arch/x86/pci to PCI file patterns Bjorn Helgaas
2013-10-09 21:04 ` Bjorn Helgaas
2013-10-09 21:08 ` H. Peter Anvin
2013-10-09 22:01 ` Bjorn Helgaas
2013-10-10 4:41 ` Ingo Molnar
2013-10-09 21:11 ` Joe Perches
2013-10-09 22:03 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox