linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings
       [not found] ` <1463907991-7916-6-git-send-email-geert@linux-m68k.org>
@ 2016-05-22  9:27   ` Heiko Stuebner
  2016-05-29  9:21     ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Heiko Stuebner @ 2016-05-22  9:27 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Geert,

Am Sonntag, 22. Mai 2016, 11:05:42 schrieb Geert Uytterhoeven:
> Submitters of device tree binding documentation may forget to CC
> the subsystem maintainer if this is missing.

The "N:	rockchip" line at the bottom of the block catches this nicely 
already (also just verified with a get_maintainer.pl -f call), so I don't 
think this new more explicit line is really necessary?


Thanks
Heiko


> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Cc: Heiko Stuebner <heiko@sntech.de>
> Cc: linux-arm-kernel at lists.infradead.org
> Cc: linux-rockchip at lists.infradead.org
> ---
> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ea4e25a2f188aca1..e6b84eba4d574d13 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1577,6 +1577,7 @@ L:	linux-arm-kernel at lists.infradead.org (moderated
> for non-subscribers) L:	linux-rockchip at lists.infradead.org
>  T:	git
> git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
> S:	Maintained
> +F:	Documentation/devicetree/bindings/soc/rockchip/
>  F:	arch/arm/boot/dts/rk3*
>  F:	arch/arm/mach-rockchip/
>  F:	drivers/clk/rockchip/

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

* [PATCH 46/54] MAINTAINERS: Add file patterns for ti device tree bindings
       [not found] ` <1463907991-7916-47-git-send-email-geert@linux-m68k.org>
@ 2016-05-22 16:52   ` Santosh Shilimkar
  0 siblings, 0 replies; 5+ messages in thread
From: Santosh Shilimkar @ 2016-05-22 16:52 UTC (permalink / raw)
  To: linux-arm-kernel

On 5/22/2016 2:06 AM, 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: Santosh Shilimkar <ssantosh@kernel.org>
> Cc: linux-kernel at vger.kernel.org
> Cc: linux-arm-kernel at lists.infradead.org
> ---
> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.
> ---
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>

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

* [PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 device tree bindings
       [not found] ` <1463907991-7916-8-git-send-email-geert@linux-m68k.org>
@ 2016-05-23 15:07   ` Stephen Warren
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Warren @ 2016-05-23 15:07 UTC (permalink / raw)
  To: linux-arm-kernel

On 05/22/2016 03:05 AM, Geert Uytterhoeven wrote:
> Submitters of device tree binding documentation may forget to CC
> the subsystem maintainer if this is missing.


> @@ -2505,6 +2505,7 @@ L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
>  S:	Maintained
>  N:	bcm2835
> +F:	Documentation/devicetree/bindings/soc/bcm/

This looks wrong; the kernel supports more Broadcom chips than just the 
bcm283[567]. I'd suggest using a regex to make sure it only matches the 
appropriate chips. Perhaps:

N: bcm283[567]

? That also has the advantage of matching all the bindings in other 
directories in Documentation/devicetree/bindings, and indeed all the 
drivers and DT files too.

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

* [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings
  2016-05-22  9:27   ` [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings Heiko Stuebner
@ 2016-05-29  9:21     ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2016-05-29  9:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Heiko,

On Sun, May 22, 2016 at 11:27 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> Am Sonntag, 22. Mai 2016, 11:05:42 schrieb Geert Uytterhoeven:
>> Submitters of device tree binding documentation may forget to CC
>> the subsystem maintainer if this is missing.
>
> The "N: rockchip" line at the bottom of the block catches this nicely
> already (also just verified with a get_maintainer.pl -f call), so I don't
> think this new more explicit line is really necessary?

Oh right, thanks! I (my bashery) only looked at direct references to
Documentation/devicetree/bindings. I complely missed the rare users of "N:".

Will drop this patch.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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] 5+ messages in thread

* [PATCH 03/54] MAINTAINERS: Add file patterns for mediatek device tree bindings
       [not found] ` <1463907991-7916-4-git-send-email-geert@linux-m68k.org>
@ 2016-05-31  8:49   ` Matthias Brugger
  0 siblings, 0 replies; 5+ messages in thread
From: Matthias Brugger @ 2016-05-31  8:49 UTC (permalink / raw)
  To: linux-arm-kernel



On 22/05/16 11:05, 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: Matthias Brugger <matthias.bgg@gmail.com>
> Cc: linux-arm-kernel at lists.infradead.org
> Cc: linux-mediatek at lists.infradead.org
> ---

Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com

> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e1bf10e4ad021483..80d97eebcccec449 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1424,6 +1424,7 @@ M:	Matthias Brugger <matthias.bgg@gmail.com>
>   L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
>   L:	linux-mediatek at lists.infradead.org (moderated for non-subscribers)
>   S:	Maintained
> +F:	Documentation/devicetree/bindings/soc/mediatek/
>   F:	arch/arm/boot/dts/mt6*
>   F:	arch/arm/boot/dts/mt8*
>   F:	arch/arm/mach-mediatek/
>

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

end of thread, other threads:[~2016-05-31  8:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1463907991-7916-1-git-send-email-geert@linux-m68k.org>
     [not found] ` <1463907991-7916-6-git-send-email-geert@linux-m68k.org>
2016-05-22  9:27   ` [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings Heiko Stuebner
2016-05-29  9:21     ` Geert Uytterhoeven
     [not found] ` <1463907991-7916-47-git-send-email-geert@linux-m68k.org>
2016-05-22 16:52   ` [PATCH 46/54] MAINTAINERS: Add file patterns for ti " Santosh Shilimkar
     [not found] ` <1463907991-7916-8-git-send-email-geert@linux-m68k.org>
2016-05-23 15:07   ` [PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 " Stephen Warren
     [not found] ` <1463907991-7916-4-git-send-email-geert@linux-m68k.org>
2016-05-31  8:49   ` [PATCH 03/54] MAINTAINERS: Add file patterns for mediatek " Matthias Brugger

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