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

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

Signed-off-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
Cc: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org (moderated for non-subscribers)
 L:	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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/
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

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@lists.infradead.org
> Cc: linux-rockchip@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@lists.infradead.org (moderated
> for non-subscribers) L:	linux-rockchip@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] 3+ messages in thread

* Re: [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings
  2016-05-22  9:27     ` Heiko Stuebner
@ 2016-05-29  9:21       ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2016-05-29  9:21 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	open list:ARM/Rockchip SoC...

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

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

end of thread, other threads:[~2016-05-29  9:21 UTC | newest]

Thread overview: 3+ 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-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
2016-05-22  9:05   ` [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings Geert Uytterhoeven
2016-05-22  9:27     ` Heiko Stuebner
2016-05-29  9:21       ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox