devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] MAINTAINERS: Add file patterns for x86 device tree bindings
@ 2018-06-22 10:08 Geert Uytterhoeven
  2018-06-22 15:57 ` Thomas Gleixner
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-06-22 10:08 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H . Peter Anvin
  Cc: x86, Rob Herring, Mark Rutland, linux-kernel, devicetree,
	Geert Uytterhoeven

Submitters of device tree binding documentation may forget to CC
the subsystem maintainer if this is missing.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
v3:
  - Update for next-20180622,

v2:
  - No changes.

Impact on "scripts/get_maintainer.pl -f Documentation/devicetree/bindings/x86/":

-Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:1/1=100%)
+Thomas Gleixner <tglx@linutronix.de> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT))
+Ingo Molnar <mingo@redhat.com> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT))
+"H. Peter Anvin" <hpa@zytor.com> (reviewer:X86 ARCHITECTURE (32-BIT AND 64-BIT))
+x86@kernel.org (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT))
+Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS)
 Mark Rutland <mark.rutland@arm.com> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS)
-Thomas Gleixner <tglx@linutronix.de> (commit_signer:1/1=100%)
-Ivan Gorinov <ivan.gorinov@intel.com> (commit_signer:1/1=100%,authored:1/1=100%)
-Andy Shevchenko <andy.shevchenko@gmail.com> (commit_signer:1/1=100%)
+linux-kernel@vger.kernel.org (open list:X86 ARCHITECTURE (32-BIT AND 64-BIT))
 devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS)
-linux-kernel@vger.kernel.org (open list)
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index dec5d1efc5ec7d86..c7b94d2cd0a2f799 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15585,6 +15585,7 @@ M:	x86@kernel.org
 L:	linux-kernel@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
 S:	Maintained
+F:	Documentation/devicetree/bindings/x86/
 F:	Documentation/x86/
 F:	arch/x86/
 
-- 
2.17.1

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

* Re: [PATCH v4] MAINTAINERS: Add file patterns for x86 device tree bindings
  2018-06-22 10:08 [PATCH v4] MAINTAINERS: Add file patterns for x86 device tree bindings Geert Uytterhoeven
@ 2018-06-22 15:57 ` Thomas Gleixner
  2018-06-22 20:14   ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Gleixner @ 2018-06-22 15:57 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Ingo Molnar, H . Peter Anvin, x86, Rob Herring, Mark Rutland,
	linux-kernel, devicetree

On Fri, 22 Jun 2018, Geert Uytterhoeven wrote:

> Submitters of device tree binding documentation may forget to CC
> the subsystem maintainer if this is missing.
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
> v3:
>   - Update for next-20180622,
> 
> v2:
>   - No changes.
> 
> Impact on "scripts/get_maintainer.pl -f Documentation/devicetree/bindings/x86/":
> 
> -Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:1/1=100%)
> +Thomas Gleixner <tglx@linutronix.de> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT))

I assume there is no way to make sure that Rob and the device tree folks
are on top of that list? While it's somehow x86 related most of the
devicetree details are way over my head. :)

I'll pick it up nevertheless

Thanks,

	tglx

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

* Re: [PATCH v4] MAINTAINERS: Add file patterns for x86 device tree bindings
  2018-06-22 15:57 ` Thomas Gleixner
@ 2018-06-22 20:14   ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-06-22 20:14 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Ingo Molnar, H. Peter Anvin, the arch/x86 maintainers,
	Rob Herring, Mark Rutland, Linux Kernel Mailing List,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

Hi Thomas,

On Fri, Jun 22, 2018 at 5:57 PM Thomas Gleixner <tglx@linutronix.de> wrote:
> On Fri, 22 Jun 2018, Geert Uytterhoeven wrote:
> > Submitters of device tree binding documentation may forget to CC
> > the subsystem maintainer if this is missing.
> >
> > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > ---
> > v3:
> >   - Update for next-20180622,
> >
> > v2:
> >   - No changes.
> >
> > Impact on "scripts/get_maintainer.pl -f Documentation/devicetree/bindings/x86/":
> >
> > -Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:1/1=100%)
> > +Thomas Gleixner <tglx@linutronix.de> (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT))
>
> I assume there is no way to make sure that Rob and the device tree folks
> are on top of that list? While it's somehow x86 related most of the
> devicetree details are way over my head. :)

I think the order is from most-specific to least-specific.

> I'll pick it up nevertheless

Thanks!

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2018-06-22 20:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-22 10:08 [PATCH v4] MAINTAINERS: Add file patterns for x86 device tree bindings Geert Uytterhoeven
2018-06-22 15:57 ` Thomas Gleixner
2018-06-22 20:14   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).