From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752571AbdCOJa7 convert rfc822-to-8bit (ORCPT ); Wed, 15 Mar 2017 05:30:59 -0400 Received: from ozlabs.org ([103.22.144.67]:42769 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbdCOJa5 (ORCPT ); Wed, 15 Mar 2017 05:30:57 -0400 From: Michael Ellerman To: Geert Uytterhoeven Cc: "devicetree\@vger.kernel.org" , Rob Herring , Mark Rutland , "linux-kernel\@vger.kernel.org" , Benjamin Herrenschmidt , Paul Mackerras , "linuxppc-dev\@lists.ozlabs.org" , Scott Wood , Qiang Zhao , Yangbo Lu , york.sun@nxp.com Subject: Re: [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings In-Reply-To: References: <1489324627-19126-1-git-send-email-geert@linux-m68k.org> <1489324627-19126-17-git-send-email-geert@linux-m68k.org> <87a88nv1b2.fsf@concordia.ellerman.id.au> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Wed, 15 Mar 2017 20:30:53 +1100 Message-ID: <87d1dilwdu.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Geert Uytterhoeven writes: > On Wed, Mar 15, 2017 at 1:19 AM, Michael Ellerman wrote: >> Geert Uytterhoeven writes: >>> Submitters of device tree binding documentation may forget to CC >>> the subsystem maintainer if this is missing. >>> >>> Signed-off-by: Geert Uytterhoeven >>> Cc: Benjamin Herrenschmidt >>> Cc: Paul Mackerras >>> Cc: Michael Ellerman >>> 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 (supporter:LINUX FOR POWERPC (32-BIT AND 64-BIT)) >> +Paul Mackerras (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 (commit_signer:5/11=45%) >> -Zhao Qiang (commit_signer:4/11=36%,authored:4/11=36%) >> -Christian Lamparter (commit_signer:1/11=9%) >> -yangbo lu (authored:1/11=9%) >> -"Otto Kekäläinen" (authored:1/11=9%) >> -Chris Packham (authored:1/11=9%) >> -York Sun (authored:1/11=9%) >> >> 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 > 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 > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Subject: Re: [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings Date: Wed, 15 Mar 2017 20:30:53 +1100 Message-ID: <87d1dilwdu.fsf@concordia.ellerman.id.au> References: <1489324627-19126-1-git-send-email-geert@linux-m68k.org> <1489324627-19126-17-git-send-email-geert@linux-m68k.org> <87a88nv1b2.fsf@concordia.ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Geert Uytterhoeven Cc: "devicetree@vger.kernel.org" , Rob Herring , Mark Rutland , "linux-kernel@vger.kernel.org" , Benjamin Herrenschmidt , Paul Mackerras , "linuxppc-dev@lists.ozlabs.org" , Scott Wood , Qiang Zhao , Yangbo Lu , york.sun@nxp.com List-Id: devicetree@vger.kernel.org Geert Uytterhoeven writes: > On Wed, Mar 15, 2017 at 1:19 AM, Michael Ellerman wrote: >> Geert Uytterhoeven writes: >>> Submitters of device tree binding documentation may forget to CC >>> the subsystem maintainer if this is missing. >>> >>> Signed-off-by: Geert Uytterhoeven >>> Cc: Benjamin Herrenschmidt >>> Cc: Paul Mackerras >>> Cc: Michael Ellerman >>> 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 (supporter:LINUX FOR POWERPC (32-BIT AND 64-BIT)) >> +Paul Mackerras (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 (commit_signer:5/11=45%) >> -Zhao Qiang (commit_signer:4/11=36%,authored:4/11=36%) >> -Christian Lamparter (commit_signer:1/11=9%) >> -yangbo lu (authored:1/11=9%) >> -"Otto Kekäläinen" (authored:1/11=9%) >> -Chris Packham (authored:1/11=9%) >> -York Sun (authored:1/11=9%) >> >> 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 > 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 > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vjmYp5mrXzDqMd for ; Wed, 15 Mar 2017 20:30:54 +1100 (AEDT) From: Michael Ellerman To: Geert Uytterhoeven Cc: "devicetree\@vger.kernel.org" , Rob Herring , Mark Rutland , "linux-kernel\@vger.kernel.org" , Benjamin Herrenschmidt , Paul Mackerras , "linuxppc-dev\@lists.ozlabs.org" , Scott Wood , Qiang Zhao , Yangbo Lu , york.sun@nxp.com Subject: Re: [PATCH v2 16/23] MAINTAINERS: Add file patterns for powerpc device tree bindings In-Reply-To: References: <1489324627-19126-1-git-send-email-geert@linux-m68k.org> <1489324627-19126-17-git-send-email-geert@linux-m68k.org> <87a88nv1b2.fsf@concordia.ellerman.id.au> Date: Wed, 15 Mar 2017 20:30:53 +1100 Message-ID: <87d1dilwdu.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Geert Uytterhoeven writes: > On Wed, Mar 15, 2017 at 1:19 AM, Michael Ellerman wr= ote: >> Geert Uytterhoeven writes: >>> Submitters of device tree binding documentation may forget to CC >>> the subsystem maintainer if this is missing. >>> >>> Signed-off-by: Geert Uytterhoeven >>> Cc: Benjamin Herrenschmidt >>> Cc: Paul Mackerras >>> Cc: Michael Ellerman >>> 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 (supporter:LINUX FOR= POWERPC (32-BIT AND 64-BIT)) >> +Paul Mackerras (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 (commit_signer:5/11=3D45%) >> -Zhao Qiang (commit_signer:4/11=3D36%,authored:4/1= 1=3D36%) >> -Christian Lamparter (commit_signer:1/11=3D9%) >> -yangbo lu (authored:1/11=3D9%) >> -"Otto Kek=C3=A4l=C3=A4inen" (authored:1/11=3D9%) >> -Chris Packham (authored:1/11=3D9%) >> -York Sun (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 > 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 > 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