All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add x86 early-quirks.c file pattern to PCI subsystem
@ 2018-10-24 22:13 Bjorn Helgaas
  2018-10-25  5:40 ` Ingo Molnar
  2018-11-08 23:52 ` Bjorn Helgaas
  0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2018-10-24 22:13 UTC (permalink / raw)
  To: linux-pci; +Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, linux-kernel

From: Bjorn Helgaas <bhelgaas@google.com>

arch/x86/kernel/early-quirks.c contains special PCI quirks that need to
run even before the usual DECLARE_PCI_FIXUP_EARLY() quirks.  These have
typically been merged by the x86 maintainers, which is fine, but PCI folks
should at least see what's happening, so add a file pattern to the PCI
subsystem entry.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 4ece30f15777..63cb7f3dbbb4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11249,6 +11249,7 @@ F:	include/uapi/linux/pci*
 F:	lib/pci*
 F:	arch/x86/pci/
 F:	arch/x86/kernel/quirks.c
+F:	arch/x86/kernel/early-quirks.c
 
 PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
 M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Add x86 early-quirks.c file pattern to PCI subsystem
  2018-10-24 22:13 [PATCH] MAINTAINERS: Add x86 early-quirks.c file pattern to PCI subsystem Bjorn Helgaas
@ 2018-10-25  5:40 ` Ingo Molnar
  2018-11-08 23:52 ` Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2018-10-25  5:40 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: linux-pci, Thomas Gleixner, Ingo Molnar, H. Peter Anvin, linux-kernel


* Bjorn Helgaas <helgaas@kernel.org> wrote:

> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> arch/x86/kernel/early-quirks.c contains special PCI quirks that need to
> run even before the usual DECLARE_PCI_FIXUP_EARLY() quirks.  These have
> typically been merged by the x86 maintainers, which is fine, but PCI folks
> should at least see what's happening, so add a file pattern to the PCI
> subsystem entry.
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
>  MAINTAINERS |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4ece30f15777..63cb7f3dbbb4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11249,6 +11249,7 @@ F:	include/uapi/linux/pci*
>  F:	lib/pci*
>  F:	arch/x86/pci/
>  F:	arch/x86/kernel/quirks.c
> +F:	arch/x86/kernel/early-quirks.c

Good idea!

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

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Add x86 early-quirks.c file pattern to PCI subsystem
  2018-10-24 22:13 [PATCH] MAINTAINERS: Add x86 early-quirks.c file pattern to PCI subsystem Bjorn Helgaas
  2018-10-25  5:40 ` Ingo Molnar
@ 2018-11-08 23:52 ` Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2018-11-08 23:52 UTC (permalink / raw)
  To: linux-pci; +Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, linux-kernel

On Wed, Oct 24, 2018 at 05:13:59PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> arch/x86/kernel/early-quirks.c contains special PCI quirks that need to
> run even before the usual DECLARE_PCI_FIXUP_EARLY() quirks.  These have
> typically been merged by the x86 maintainers, which is fine, but PCI folks
> should at least see what's happening, so add a file pattern to the PCI
> subsystem entry.
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

I applied this with Ingo's ack to pci/misc for v4.20.

> ---
>  MAINTAINERS |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4ece30f15777..63cb7f3dbbb4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11249,6 +11249,7 @@ F:	include/uapi/linux/pci*
>  F:	lib/pci*
>  F:	arch/x86/pci/
>  F:	arch/x86/kernel/quirks.c
> +F:	arch/x86/kernel/early-quirks.c
>  
>  PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
>  M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-08 23:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24 22:13 [PATCH] MAINTAINERS: Add x86 early-quirks.c file pattern to PCI subsystem Bjorn Helgaas
2018-10-25  5:40 ` Ingo Molnar
2018-11-08 23:52 ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.