linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings
       [not found] <1489324627-19126-1-git-send-email-geert@linux-m68k.org>
@ 2017-03-12 13:17 ` Geert Uytterhoeven
  2017-03-15  0:19   ` Michael Ellerman
  2017-03-21 11:36   ` [v2, " Michael Ellerman
  0 siblings, 2 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2017-03-12 13:17 UTC (permalink / raw)
  To: devicetree
  Cc: Rob Herring, Mark Rutland, linux-kernel, Geert Uytterhoeven,
	Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
	linuxppc-dev

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>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
---
Please apply this patch directly if you want to be involved in device
tree binding documentation for your subsystem.

v2:
  - Rebased on top of commit a42715830d552d7c ("MAINTAINERS: Remove
    powerpc's "opal" pattern match), which just added "powerpc/opal",
    while obviously the whole "powerpc" hierarchy is of interest.

Impact on next-20170310:

-Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:11/11=100%)
+Benjamin Herrenschmidt <benh@kernel.crashing.org> (supporter:LINUX FOR POWERPC (32-BIT AND 64-BIT))
+Paul Mackerras <paulus@samba.org> (supporter:LINUX FOR POWERPC (32-BIT AND 64-BIT))
+Michael Ellerman <mpe@ellerman.id.au> (supporter:LINUX FOR POWERPC (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)
-Scott Wood <oss@buserror.net> (commit_signer:5/11=45%)
-Zhao Qiang <qiang.zhao@nxp.com> (commit_signer:4/11=36%,authored:4/11=36%)
-Michael Ellerman <mpe@ellerman.id.au> (commit_signer:3/11=27%)
-Christian Lamparter <chunkeey@googlemail.com> (commit_signer:1/11=9%)
-yangbo lu <yangbo.lu@nxp.com> (authored:1/11=9%)
-"Otto Kekäläinen" <otto@seravo.fi> (authored:1/11=9%)
-Chris Packham <chris.packham@alliedtelesis.co.nz> (authored:1/11=9%)
-York Sun <york.sun@nxp.com> (authored:1/11=9%)
+linuxppc-dev@lists.ozlabs.org (open list:LINUX FOR POWERPC (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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 896d7238f3f3f4e5..551ab8e4b771bcc2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7494,7 +7494,7 @@ Q:	http://patchwork.ozlabs.org/project/linuxppc-dev/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
 S:	Supported
 F:	Documentation/ABI/stable/sysfs-firmware-opal-*
-F:	Documentation/devicetree/bindings/powerpc/opal/
+F:	Documentation/devicetree/bindings/powerpc/
 F:	Documentation/devicetree/bindings/rtc/rtc-opal.txt
 F:	Documentation/devicetree/bindings/i2c/i2c-opal.txt
 F:	Documentation/powerpc/
-- 
2.7.4

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

* Re: [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings
  2017-03-12 13:17 ` [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings Geert Uytterhoeven
@ 2017-03-15  0:19   ` Michael Ellerman
  2017-03-15  8:03     ` Geert Uytterhoeven
  2017-03-21 11:36   ` [v2, " Michael Ellerman
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Ellerman @ 2017-03-15  0:19 UTC (permalink / raw)
  To: Geert Uytterhoeven, devicetree
  Cc: Rob Herring, Mark Rutland, linux-kernel, Geert Uytterhoeven,
	Benjamin Herrenschmidt, Paul Mackerras, linuxppc-dev, oss,
	qiang.zhao, yangbo.lu, york.sun

Geert Uytterhoeven <geert@linux-m68k.org> writes:

> 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>
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Cc: Paul Mackerras <paulus@samba.org>
> Cc: Michael Ellerman <mpe@ellerman.id.au>
> Cc: linuxppc-dev@lists.ozlabs.org
> ---
> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.
>
> v2:
>   - Rebased on top of commit a42715830d552d7c ("MAINTAINERS: Remove
>     powerpc's "opal" pattern match), which just added "powerpc/opal",
>     while obviously the whole "powerpc" hierarchy is of interest.
>
> Impact on next-20170310:

Actual diff ignoring ordering etc:

 +Benjamin Herrenschmidt <benh@kernel.crashing.org> (supporter:LINUX FOR PO=
WERPC (32-BIT AND 64-BIT))
 +Paul Mackerras <paulus@samba.org> (supporter:LINUX FOR POWERPC (32-BIT AN=
D 64-BIT))
 +linuxppc-dev@lists.ozlabs.org (open list:LINUX FOR POWERPC (32-BIT AND 64=
-BIT))
 -Scott Wood <oss@buserror.net> (commit_signer:5/11=3D45%)
 -Zhao Qiang <qiang.zhao@nxp.com> (commit_signer:4/11=3D36%,authored:4/11=
=3D36%)
 -Christian Lamparter <chunkeey@googlemail.com> (commit_signer:1/11=3D9%)
 -yangbo lu <yangbo.lu@nxp.com> (authored:1/11=3D9%)
 -"Otto Kek=C3=A4l=C3=A4inen" <otto@seravo.fi> (authored:1/11=3D9%)
 -Chris Packham <chris.packham@alliedtelesis.co.nz> (authored:1/11=3D9%)
 -York Sun <york.sun@nxp.com> (authored:1/11=3D9%)

Which looks bad as all the NXP folks get dropped, but they should be
reading linuxppc-dev. So I think I'll merge this, unless anyone
disagrees.

cheers

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

* Re: [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings
  2017-03-15  0:19   ` Michael Ellerman
@ 2017-03-15  8:03     ` Geert Uytterhoeven
  2017-03-15  9:30       ` Michael Ellerman
  0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2017-03-15  8:03 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: devicetree, Rob Herring, Mark Rutland, linux-kernel,
	Benjamin Herrenschmidt, Paul Mackerras, linuxppc-dev, Scott Wood,
	Qiang Zhao, Yangbo Lu, york.sun

Hi Michael,

On Wed, Mar 15, 2017 at 1:19 AM, Michael Ellerman <mpe@ellerman.id.au> wrot=
e:
> Geert Uytterhoeven <geert@linux-m68k.org> writes:
>> 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>
>> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
>> Cc: Paul Mackerras <paulus@samba.org>
>> Cc: Michael Ellerman <mpe@ellerman.id.au>
>> Cc: linuxppc-dev@lists.ozlabs.org
>> ---
>> Please apply this patch directly if you want to be involved in device
>> tree binding documentation for your subsystem.
>>
>> v2:
>>   - Rebased on top of commit a42715830d552d7c ("MAINTAINERS: Remove
>>     powerpc's "opal" pattern match), which just added "powerpc/opal",
>>     while obviously the whole "powerpc" hierarchy is of interest.
>>
>> Impact on next-20170310:
>
> Actual diff ignoring ordering etc:
>
>  +Benjamin Herrenschmidt <benh@kernel.crashing.org> (supporter:LINUX FOR =
POWERPC (32-BIT AND 64-BIT))
>  +Paul Mackerras <paulus@samba.org> (supporter:LINUX FOR POWERPC (32-BIT =
AND 64-BIT))
>  +linuxppc-dev@lists.ozlabs.org (open list:LINUX FOR POWERPC (32-BIT AND =
64-BIT))
>  -Scott Wood <oss@buserror.net> (commit_signer:5/11=3D45%)
>  -Zhao Qiang <qiang.zhao@nxp.com> (commit_signer:4/11=3D36%,authored:4/11=
=3D36%)
>  -Christian Lamparter <chunkeey@googlemail.com> (commit_signer:1/11=3D9%)
>  -yangbo lu <yangbo.lu@nxp.com> (authored:1/11=3D9%)
>  -"Otto Kek=C3=A4l=C3=A4inen" <otto@seravo.fi> (authored:1/11=3D9%)
>  -Chris Packham <chris.packham@alliedtelesis.co.nz> (authored:1/11=3D9%)
>  -York Sun <york.sun@nxp.com> (authored:1/11=3D9%)
>
> Which looks bad as all the NXP folks get dropped, but they should be
> reading linuxppc-dev. So I think I'll merge this, unless anyone
> disagrees.

They got dropped because in the absence of a maintainer entry, the
last committers are listed. If they need to be listed, I can send patches t=
o add
more specific entries for 4xx and fsl DT bindings, like:

diff --git a/MAINTAINERS b/MAINTAINERS
index 0f1c2f96c99aa936..40b392a4f399adbe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5266,6 +5266,7 @@ M:        Scott Wood <oss@buserror.net>
 L:     linuxppc-dev@lists.ozlabs.org
 L:     linux-arm-kernel@lists.infradead.org
 S:     Maintained
+F:     Documentation/devicetree/bindings/powerpc/fsl/
 F:     drivers/soc/fsl/
 F:     include/linux/fsl/

@@ -7540,6 +7541,7 @@ M:        Matt Porter <mporter@kernel.crashing.org>
 W:     http://www.penguinppc.org/
 L:     linuxppc-dev@lists.ozlabs.org
 S:     Maintained
+F:     Documentation/devicetree/bindings/powerpc/4xx/
 F:     arch/powerpc/platforms/40x/
 F:     arch/powerpc/platforms/44x/


OK?

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. Bu=
t
when I'm talking to journalists I just say "programmer" or something like t=
hat.
                                -- Linus Torvalds

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

* Re: [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings
  2017-03-15  8:03     ` Geert Uytterhoeven
@ 2017-03-15  9:30       ` Michael Ellerman
  2017-03-15  9:36         ` Geert Uytterhoeven
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Ellerman @ 2017-03-15  9:30 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, Rob Herring, Mark Rutland, linux-kernel,
	Benjamin Herrenschmidt, Paul Mackerras, linuxppc-dev, Scott Wood,
	Qiang Zhao, Yangbo Lu, york.sun

Geert Uytterhoeven <geert@linux-m68k.org> writes:
> On Wed, Mar 15, 2017 at 1:19 AM, Michael Ellerman <mpe@ellerman.id.au> wr=
ote:
>> Geert Uytterhoeven <geert@linux-m68k.org> writes:
>>> 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>
>>> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
>>> Cc: Paul Mackerras <paulus@samba.org>
>>> Cc: Michael Ellerman <mpe@ellerman.id.au>
>>> Cc: linuxppc-dev@lists.ozlabs.org
>>> ---
>>> Please apply this patch directly if you want to be involved in device
>>> tree binding documentation for your subsystem.
>>>
>>> v2:
>>>   - Rebased on top of commit a42715830d552d7c ("MAINTAINERS: Remove
>>>     powerpc's "opal" pattern match), which just added "powerpc/opal",
>>>     while obviously the whole "powerpc" hierarchy is of interest.
>>>
>>> Impact on next-20170310:
>>
>> Actual diff ignoring ordering etc:
>>
>>  +Benjamin Herrenschmidt <benh@kernel.crashing.org> (supporter:LINUX FOR=
 POWERPC (32-BIT AND 64-BIT))
>>  +Paul Mackerras <paulus@samba.org> (supporter:LINUX FOR POWERPC (32-BIT=
 AND 64-BIT))
>>  +linuxppc-dev@lists.ozlabs.org (open list:LINUX FOR POWERPC (32-BIT AND=
 64-BIT))
>>  -Scott Wood <oss@buserror.net> (commit_signer:5/11=3D45%)
>>  -Zhao Qiang <qiang.zhao@nxp.com> (commit_signer:4/11=3D36%,authored:4/1=
1=3D36%)
>>  -Christian Lamparter <chunkeey@googlemail.com> (commit_signer:1/11=3D9%)
>>  -yangbo lu <yangbo.lu@nxp.com> (authored:1/11=3D9%)
>>  -"Otto Kek=C3=A4l=C3=A4inen" <otto@seravo.fi> (authored:1/11=3D9%)
>>  -Chris Packham <chris.packham@alliedtelesis.co.nz> (authored:1/11=3D9%)
>>  -York Sun <york.sun@nxp.com> (authored:1/11=3D9%)
>>
>> Which looks bad as all the NXP folks get dropped, but they should be
>> reading linuxppc-dev. So I think I'll merge this, unless anyone
>> disagrees.
>
> They got dropped because in the absence of a maintainer entry, the
> last committers are listed. If they need to be listed, I can send patches=
 to add
> more specific entries for 4xx and fsl DT bindings, like:

This is one is probably worth doing:

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0f1c2f96c99aa936..40b392a4f399adbe 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5266,6 +5266,7 @@ M:        Scott Wood <oss@buserror.net>
>  L:     linuxppc-dev@lists.ozlabs.org
>  L:     linux-arm-kernel@lists.infradead.org
>  S:     Maintained
> +F:     Documentation/devicetree/bindings/powerpc/fsl/
>  F:     drivers/soc/fsl/
>  F:     include/linux/fsl/

I'll fold it in before applying?

But I wouldn't bother with 4xx, just falling back to linuxppc-dev is
fine for that.

> @@ -7540,6 +7541,7 @@ M:        Matt Porter <mporter@kernel.crashing.org>
>  W:     http://www.penguinppc.org/
>  L:     linuxppc-dev@lists.ozlabs.org
>  S:     Maintained
> +F:     Documentation/devicetree/bindings/powerpc/4xx/
>  F:     arch/powerpc/platforms/40x/
>  F:     arch/powerpc/platforms/44x/

cheers

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

* Re: [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings
  2017-03-15  9:30       ` Michael Ellerman
@ 2017-03-15  9:36         ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2017-03-15  9:36 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: devicetree, Rob Herring, Mark Rutland, linux-kernel,
	Benjamin Herrenschmidt, Paul Mackerras, linuxppc-dev, Scott Wood,
	Qiang Zhao, Yangbo Lu, york.sun

Hi Michael,

On Wed, Mar 15, 2017 at 10:30 AM, Michael Ellerman <mpe@ellerman.id.au> wro=
te:
> Geert Uytterhoeven <geert@linux-m68k.org> writes:
>> On Wed, Mar 15, 2017 at 1:19 AM, Michael Ellerman <mpe@ellerman.id.au> w=
rote:
>>> Geert Uytterhoeven <geert@linux-m68k.org> writes:
>>>> 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>
>>>> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
>>>> Cc: Paul Mackerras <paulus@samba.org>
>>>> Cc: Michael Ellerman <mpe@ellerman.id.au>
>>>> Cc: linuxppc-dev@lists.ozlabs.org
>>>> ---
>>>> Please apply this patch directly if you want to be involved in device
>>>> tree binding documentation for your subsystem.
>>>>
>>>> v2:
>>>>   - Rebased on top of commit a42715830d552d7c ("MAINTAINERS: Remove
>>>>     powerpc's "opal" pattern match), which just added "powerpc/opal",
>>>>     while obviously the whole "powerpc" hierarchy is of interest.
>>>>
>>>> Impact on next-20170310:
>>>
>>> Actual diff ignoring ordering etc:
>>>
>>>  +Benjamin Herrenschmidt <benh@kernel.crashing.org> (supporter:LINUX FO=
R POWERPC (32-BIT AND 64-BIT))
>>>  +Paul Mackerras <paulus@samba.org> (supporter:LINUX FOR POWERPC (32-BI=
T AND 64-BIT))
>>>  +linuxppc-dev@lists.ozlabs.org (open list:LINUX FOR POWERPC (32-BIT AN=
D 64-BIT))
>>>  -Scott Wood <oss@buserror.net> (commit_signer:5/11=3D45%)
>>>  -Zhao Qiang <qiang.zhao@nxp.com> (commit_signer:4/11=3D36%,authored:4/=
11=3D36%)
>>>  -Christian Lamparter <chunkeey@googlemail.com> (commit_signer:1/11=3D9=
%)
>>>  -yangbo lu <yangbo.lu@nxp.com> (authored:1/11=3D9%)
>>>  -"Otto Kek=C3=A4l=C3=A4inen" <otto@seravo.fi> (authored:1/11=3D9%)
>>>  -Chris Packham <chris.packham@alliedtelesis.co.nz> (authored:1/11=3D9%=
)
>>>  -York Sun <york.sun@nxp.com> (authored:1/11=3D9%)
>>>
>>> Which looks bad as all the NXP folks get dropped, but they should be
>>> reading linuxppc-dev. So I think I'll merge this, unless anyone
>>> disagrees.
>>
>> They got dropped because in the absence of a maintainer entry, the
>> last committers are listed. If they need to be listed, I can send patche=
s to add
>> more specific entries for 4xx and fsl DT bindings, like:
>
> This is one is probably worth doing:
>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 0f1c2f96c99aa936..40b392a4f399adbe 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -5266,6 +5266,7 @@ M:        Scott Wood <oss@buserror.net>
>>  L:     linuxppc-dev@lists.ozlabs.org
>>  L:     linux-arm-kernel@lists.infradead.org
>>  S:     Maintained
>> +F:     Documentation/devicetree/bindings/powerpc/fsl/
>>  F:     drivers/soc/fsl/
>>  F:     include/linux/fsl/
>
> I'll fold it in before applying?

Fine (less work) for me! Thanks!

> But I wouldn't bother with 4xx, just falling back to linuxppc-dev is
> fine for that.

OK.

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. Bu=
t
when I'm talking to journalists I just say "programmer" or something like t=
hat.
                                -- Linus Torvalds

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

* Re: [v2, 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings
  2017-03-12 13:17 ` [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings Geert Uytterhoeven
  2017-03-15  0:19   ` Michael Ellerman
@ 2017-03-21 11:36   ` Michael Ellerman
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Ellerman @ 2017-03-21 11:36 UTC (permalink / raw)
  To: Geert Uytterhoeven, devicetree
  Cc: Mark Rutland, linux-kernel, Rob Herring, Geert Uytterhoeven,
	Paul Mackerras, linuxppc-dev

On Sun, 2017-03-12 at 13:17:00 UTC, 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>
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Cc: Paul Mackerras <paulus@samba.org>
> Cc: Michael Ellerman <mpe@ellerman.id.au>
> Cc: linuxppc-dev@lists.ozlabs.org

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/58f169139e9692e290a7d5d9b034b7

cheers

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

end of thread, other threads:[~2017-03-21 11:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1489324627-19126-1-git-send-email-geert@linux-m68k.org>
2017-03-12 13:17 ` [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings Geert Uytterhoeven
2017-03-15  0:19   ` Michael Ellerman
2017-03-15  8:03     ` Geert Uytterhoeven
2017-03-15  9:30       ` Michael Ellerman
2017-03-15  9:36         ` Geert Uytterhoeven
2017-03-21 11:36   ` [v2, " Michael Ellerman

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