linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings
@ 2016-05-22  9:05 Geert Uytterhoeven
  2016-05-22  9:05 ` [PATCH 01/54] MAINTAINERS: Add file patterns for ion " Geert Uytterhoeven
                   ` (53 more replies)
  0 siblings, 54 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven

	Hi all,

Submitters of device tree binding documentation regularly forget to CC
the subsystem maintainer due to missing entries in MAINTAINERS for
Documentation/devicetree/bindings/. This patch series is an attempt to
add (most) missing entries.

Maintainers: Please apply the appropriate patch(es) directly if you want
to be involved in device tree binding documentation for your subsystem.

Thanks!

Geert Uytterhoeven (54):
  MAINTAINERS: Add file patterns for ion device tree bindings
  MAINTAINERS: Add file patterns for dove device tree bindings
  MAINTAINERS: Add file patterns for mediatek device tree bindings
  MAINTAINERS: Add file patterns for qcom device tree bindings
  MAINTAINERS: Add file patterns for rockchip device tree bindings
  MAINTAINERS: Add file patterns for backlight device tree bindings
  MAINTAINERS: Add file patterns for bcm2835 device tree bindings
  MAINTAINERS: Add file patterns for mips brcm device tree bindings
  MAINTAINERS: Add file patterns for can device tree bindings
  MAINTAINERS: Add file patterns for clocksource device tree bindings
  MAINTAINERS: Add file patterns for clock device tree bindings
  MAINTAINERS: Add file patterns for cpufreq device tree bindings
  MAINTAINERS: Add file patterns for cris device tree bindings
  MAINTAINERS: Add file patterns for crypto device tree bindings
  MAINTAINERS: Add file patterns for dma device tree bindings
  MAINTAINERS: Add file patterns for drm device tree bindings
  MAINTAINERS: Add file patterns for fpga device tree bindings
  MAINTAINERS: Add file patterns for h8300 device tree bindings
  MAINTAINERS: Add file patterns for rng device tree bindings
  MAINTAINERS: Add file patterns for iio device tree bindings
  MAINTAINERS: Add file patterns for serio device tree bindings
  MAINTAINERS: Add file patterns for iommu device tree bindings
  MAINTAINERS: Add file patterns for led device tree bindings
  MAINTAINERS: Add file patterns for ata device tree bindings
  MAINTAINERS: Add file patterns for powerpc device tree bindings
  MAINTAINERS: Add file patterns for mailbox device tree bindings
  MAINTAINERS: Add file patterns for dsa device tree bindings
  MAINTAINERS: Add file patterns for media device tree bindings
  MAINTAINERS: Add file patterns for mtd device tree bindings
  MAINTAINERS: Add file patterns for mips device tree bindings
  MAINTAINERS: Add file patterns for mmc device tree bindings
  MAINTAINERS: Add file patterns for net device tree bindings
  MAINTAINERS: Add file patterns for wireless device tree bindings
  MAINTAINERS: Add file patterns for nios2 device tree bindings
  MAINTAINERS: Add file patterns for pci device tree bindings
  MAINTAINERS: Add file patterns for pinctrl device tree bindings
  MAINTAINERS: Add file patterns for power supply device tree bindings
  MAINTAINERS: Add file patterns for pps device tree bindings
  MAINTAINERS: Add file patterns for rtc device tree bindings
  MAINTAINERS: Add file patterns for regmap device tree bindings
  MAINTAINERS: Add file patterns for remoteproc device tree bindings
  MAINTAINERS: Add file patterns for scsi device tree bindings
  MAINTAINERS: Add file patterns for sound device tree bindings
  MAINTAINERS: Add file patterns for spi device tree bindings
  MAINTAINERS: Add file patterns for staging iio device tree bindings
  MAINTAINERS: Add file patterns for ti device tree bindings
  MAINTAINERS: Add file patterns for tpm device tree bindings
  MAINTAINERS: Add file patterns for serial device tree bindings
  MAINTAINERS: Add file patterns for usb device tree bindings
  MAINTAINERS: Add file patterns for virtio device tree bindings
  MAINTAINERS: Add file patterns for w1 device tree bindings
  MAINTAINERS: Add file patterns for watchdog device tree bindings
  MAINTAINERS: Add file patterns for x86 device tree bindings
  MAINTAINERS: Add file patterns for xillybus device tree bindings

 MAINTAINERS | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 58 insertions(+), 1 deletion(-)

-- 
1.9.1

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] 103+ messages in thread

* [PATCH 01/54] MAINTAINERS: Add file patterns for ion device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-23 22:48   ` Laura Abbott
  2016-05-22  9:05 ` [PATCH 02/54] MAINTAINERS: Add file patterns for dove " Geert Uytterhoeven
                   ` (52 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Laura Abbott, Sumit Semwal, devel

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: Laura Abbott <labbott@redhat.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: devel@driverdev.osuosl.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 283f35b6be6907f5..6b4b2447589f36fa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -781,6 +781,7 @@ M:	Laura Abbott <labbott@redhat.com>
 M:	Sumit Semwal <sumit.semwal@linaro.org>
 L:	devel@driverdev.osuosl.org
 S:	Supported
+F:	Documentation/devicetree/bindings/staging/ion/
 F:	drivers/staging/android/ion
 F:	drivers/staging/android/uapi/ion.h
 F:	drivers/staging/android/uapi/ion_test.h
-- 
1.9.1

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

* [PATCH 02/54] MAINTAINERS: Add file patterns for dove device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
  2016-05-22  9:05 ` [PATCH 01/54] MAINTAINERS: Add file patterns for ion " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-22  9:05 ` [PATCH 03/54] MAINTAINERS: Add file patterns for mediatek " Geert Uytterhoeven
                   ` (51 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Jason Cooper, Andrew Lunn,
	Sebastian Hesselbarth, Gregory Clement, linux-arm-kernel

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: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: linux-arm-kernel@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 6b4b2447589f36fa..e1bf10e4ad021483 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1387,6 +1387,7 @@ M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 M:	Gregory Clement <gregory.clement@free-electrons.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	Documentation/devicetree/bindings/soc/dove/
 F:	arch/arm/mach-dove/
 F:	arch/arm/mach-mv78xx0/
 F:	arch/arm/mach-orion5x/
-- 
1.9.1

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

* [PATCH 03/54] MAINTAINERS: Add file patterns for mediatek device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
  2016-05-22  9:05 ` [PATCH 01/54] MAINTAINERS: Add file patterns for ion " Geert Uytterhoeven
  2016-05-22  9:05 ` [PATCH 02/54] MAINTAINERS: Add file patterns for dove " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-31  8:49   ` Matthias Brugger
  2016-05-22  9:05 ` [PATCH 04/54] MAINTAINERS: Add file patterns for qcom " Geert Uytterhoeven
                   ` (50 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Matthias Brugger, linux-arm-kernel, linux-mediatek

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@lists.infradead.org
Cc: linux-mediatek@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 e1bf10e4ad021483..80d97eebcccec449 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1424,6 +1424,7 @@ M:	Matthias Brugger <matthias.bgg@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-mediatek@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/
-- 
1.9.1

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

* [PATCH 04/54] MAINTAINERS: Add file patterns for qcom device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 03/54] MAINTAINERS: Add file patterns for mediatek " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-06-09 20:50   ` Andy Gross
  2016-05-22  9:05 ` [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip " Geert Uytterhoeven
                   ` (49 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Andy Gross, David Brown, linux-arm-msm, linux-soc

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: Andy Gross <andy.gross@linaro.org>
Cc: David Brown <david.brown@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
Cc: linux-soc@vger.kernel.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 80d97eebcccec449..ea4e25a2f188aca1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1524,6 +1524,7 @@ M:	David Brown <david.brown@linaro.org>
 L:	linux-arm-msm@vger.kernel.org
 L:	linux-soc@vger.kernel.org
 S:	Maintained
+F:	Documentation/devicetree/bindings/soc/qcom/
 F:	arch/arm/boot/dts/qcom-*.dts
 F:	arch/arm/boot/dts/qcom-*.dtsi
 F:	arch/arm/mach-qcom/
-- 
1.9.1

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

* [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (3 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 04/54] MAINTAINERS: Add file patterns for qcom " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-22  9:27   ` Heiko Stuebner
  2016-05-22  9:05 ` [PATCH 06/54] MAINTAINERS: Add file patterns for backlight " Geert Uytterhoeven
                   ` (48 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Heiko Stuebner, linux-arm-kernel, linux-rockchip

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: 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/
-- 
1.9.1

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

* [PATCH 06/54] MAINTAINERS: Add file patterns for backlight device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (4 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-22  9:05 ` [PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 " Geert Uytterhoeven
                   ` (47 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Jingoo Han, Lee Jones

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: Jingoo Han <jingoohan1@gmail.com>
Cc: Lee Jones <lee.jones@linaro.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 e6b84eba4d574d13..2abd340b08f89f5b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2282,6 +2282,7 @@ M:	Jingoo Han <jingoohan1@gmail.com>
 M:	Lee Jones <lee.jones@linaro.org>
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/leds/backlight/
 F:	drivers/video/backlight/
 F:	include/linux/backlight.h
 
-- 
1.9.1

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

* [PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (5 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 06/54] MAINTAINERS: Add file patterns for backlight " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-23 15:07   ` Stephen Warren
  2016-05-22  9:05 ` [PATCH 08/54] MAINTAINERS: Add file patterns for mips brcm " Geert Uytterhoeven
                   ` (46 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Stephen Warren, Lee Jones, Eric Anholt,
	linux-rpi-kernel, linux-arm-kernel

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: Stephen Warren <swarren@wwwdotorg.org>
Cc: Lee Jones <lee@kernel.org>
Cc: Eric Anholt <eric@anholt.net>
Cc: linux-rpi-kernel@lists.infradead.org
Cc: linux-arm-kernel@lists.infradead.org
---
Please apply this patch directly if you want to be involved in device
tree binding documentation for your subsystem.

Why does this use "bcm" and not "brcm", cfr. vendor-prefixes.txt??
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2abd340b08f89f5b..d92b26da80747622 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2505,6 +2505,7 @@ L:	linux-arm-kernel@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/
 
 BROADCOM BCM47XX MIPS ARCHITECTURE
 M:	Hauke Mehrtens <hauke@hauke-m.de>
-- 
1.9.1

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

* [PATCH 08/54] MAINTAINERS: Add file patterns for mips brcm device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (6 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-22  9:05 ` [PATCH 09/54] MAINTAINERS: Add file patterns for can " Geert Uytterhoeven
                   ` (45 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Hauke Mehrtens, Rafał Miłecki, linux-mips

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: Hauke Mehrtens <hauke@hauke-m.de>
Cc: Rafał Miłecki <zajec5@gmail.com>
Cc: linux-mips@linux-mips.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 d92b26da80747622..63833fe6c6cee985 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2512,6 +2512,7 @@ M:	Hauke Mehrtens <hauke@hauke-m.de>
 M:	Rafał Miłecki <zajec5@gmail.com>
 L:	linux-mips@linux-mips.org
 S:	Maintained
+F:	Documentation/devicetree/bindings/mips/brcm/
 F:	arch/mips/bcm47xx/*
 F:	arch/mips/include/asm/mach-bcm47xx/*
 
-- 
1.9.1

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

* [PATCH 09/54] MAINTAINERS: Add file patterns for can device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (7 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 08/54] MAINTAINERS: Add file patterns for mips brcm " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-06-17 13:33   ` Marc Kleine-Budde
  2016-05-22  9:05 ` [PATCH 10/54] MAINTAINERS: Add file patterns for clocksource " Geert Uytterhoeven
                   ` (44 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Wolfgang Grandegger, Marc Kleine-Budde, linux-can

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: Wolfgang Grandegger <wg@grandegger.com>
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: linux-can@vger.kernel.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 63833fe6c6cee985..fedc113e17ead8bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2813,6 +2813,7 @@ W:	https://github.com/linux-can
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/net/can/
 F:	drivers/net/can/
 F:	include/linux/can/dev.h
 F:	include/linux/can/platform/
-- 
1.9.1

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

* [PATCH 10/54] MAINTAINERS: Add file patterns for clocksource device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (8 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 09/54] MAINTAINERS: Add file patterns for can " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-22  9:05 ` [PATCH 11/54] MAINTAINERS: Add file patterns for clock " Geert Uytterhoeven
                   ` (43 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Daniel Lezcano, Thomas Gleixner

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: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
---
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 fedc113e17ead8bc..47dac1ce82896697 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3025,6 +3025,7 @@ M:	Thomas Gleixner <tglx@linutronix.de>
 L:	linux-kernel@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
 S:	Supported
+F:	Documentation/devicetree/bindings/timer/
 F:	drivers/clocksource
 
 CISCO FCOE HBA DRIVER
-- 
1.9.1

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

* [PATCH 11/54] MAINTAINERS: Add file patterns for clock device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (9 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 10/54] MAINTAINERS: Add file patterns for clocksource " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-06-01 22:11   ` Stephen Boyd
  2016-05-22  9:05 ` [PATCH 12/54] MAINTAINERS: Add file patterns for cpufreq " Geert Uytterhoeven
                   ` (42 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Michael Turquette, Stephen Boyd, linux-clk

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: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-clk@vger.kernel.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 47dac1ce82896697..4c9f31233670e9dd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3095,6 +3095,7 @@ M:	Stephen Boyd <sboyd@codeaurora.org>
 L:	linux-clk@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/clock/
 F:	drivers/clk/
 X:	drivers/clk/clkdev.c
 F:	include/linux/clk-pr*
-- 
1.9.1

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

* [PATCH 12/54] MAINTAINERS: Add file patterns for cpufreq device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (10 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 11/54] MAINTAINERS: Add file patterns for clock " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-23  2:32   ` Viresh Kumar
  2016-05-22  9:05 ` [PATCH 13/54] MAINTAINERS: Add file patterns for cris " Geert Uytterhoeven
                   ` (41 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Rafael J. Wysocki, Viresh Kumar, linux-pm

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: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-pm@vger.kernel.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 4c9f31233670e9dd..b241c14d9ab57e2a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3213,6 +3213,7 @@ L:	linux-pm@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
 T:	git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
+F:	Documentation/devicetree/bindings/cpufreq/
 F:	drivers/cpufreq/
 F:	include/linux/cpufreq.h
 
-- 
1.9.1

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

* [PATCH 13/54] MAINTAINERS: Add file patterns for cris device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (11 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 12/54] MAINTAINERS: Add file patterns for cpufreq " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-23  7:43   ` Jesper Nilsson
  2016-05-22  9:05 ` [PATCH 14/54] MAINTAINERS: Add file patterns for crypto " Geert Uytterhoeven
                   ` (40 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Mikael Starvik, Jesper Nilsson, linux-cris-kernel

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: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: linux-cris-kernel@axis.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 b241c14d9ab57e2a..878e4b4634f87ecd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3280,6 +3280,7 @@ L:	linux-cris-kernel@axis.com
 W:	http://developer.axis.com
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/cris/
 F:	arch/cris/
 F:	drivers/tty/serial/crisv10.*
 
-- 
1.9.1

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

* [PATCH 14/54] MAINTAINERS: Add file patterns for crypto device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (12 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 13/54] MAINTAINERS: Add file patterns for cris " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-31 10:16   ` Herbert Xu
  2016-05-22  9:05 ` [PATCH 15/54] MAINTAINERS: Add file patterns for dma " Geert Uytterhoeven
                   ` (39 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Herbert Xu, David S. Miller, linux-crypto

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: Herbert Xu <herbert@gondor.apana.org.au>
Cc: David S. Miller <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.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 878e4b4634f87ecd..0079717d52e46222 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3292,6 +3292,7 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
 S:	Maintained
 F:	Documentation/crypto/
+F:	Documentation/devicetree/bindings/crypto/
 F:	Documentation/DocBook/crypto-API.tmpl
 F:	arch/*/crypto/
 F:	crypto/
-- 
1.9.1

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

* [PATCH 15/54] MAINTAINERS: Add file patterns for dma device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (13 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 14/54] MAINTAINERS: Add file patterns for crypto " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-30  5:08   ` Vinod Koul
  2016-05-22  9:05 ` [PATCH 16/54] MAINTAINERS: Add file patterns for drm " Geert Uytterhoeven
                   ` (38 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Vinod Koul, dmaengine

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: Vinod Koul <vinod.koul@intel.com>
Cc: dmaengine@vger.kernel.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 0079717d52e46222..c79b99dd3a0bf22d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3786,6 +3786,7 @@ Q:	https://patchwork.kernel.org/project/linux-dmaengine/list/
 S:	Maintained
 F:	drivers/dma/
 F:	include/linux/dmaengine.h
+F:	Documentation/devicetree/bindings/dma/
 F:	Documentation/dmaengine/
 T:	git git://git.infradead.org/users/vkoul/slave-dma.git
 
-- 
1.9.1

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

* [PATCH 16/54] MAINTAINERS: Add file patterns for drm device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (14 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 15/54] MAINTAINERS: Add file patterns for dma " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-23  7:20   ` Daniel Vetter
  2016-05-23  9:33   ` Emil Velikov
  2016-05-22  9:05 ` [PATCH 17/54] MAINTAINERS: Add file patterns for fpga " Geert Uytterhoeven
                   ` (37 subsequent siblings)
  53 siblings, 2 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, David Airlie, dri-devel

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: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
---
Please apply this patch directly if you want to be involved in device
tree binding documentation for your subsystem.
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c79b99dd3a0bf22d..75138c09dd603093 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3868,6 +3868,9 @@ T:	git git://people.freedesktop.org/~airlied/linux
 S:	Maintained
 F:	drivers/gpu/drm/
 F:	drivers/gpu/vga/
+F:	Documentation/devicetree/bindings/display/
+F:	Documentation/devicetree/bindings/gpu/
+F:	Documentation/devicetree/bindings/video/
 F:	Documentation/DocBook/gpu.*
 F:	include/drm/
 F:	include/uapi/drm/
-- 
1.9.1

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

* [PATCH 17/54] MAINTAINERS: Add file patterns for fpga device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (15 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 16/54] MAINTAINERS: Add file patterns for drm " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-23 14:30   ` atull
  2016-05-23 16:29   ` Moritz Fischer
  2016-05-22  9:05 ` [PATCH 18/54] MAINTAINERS: Add file patterns for h8300 " Geert Uytterhoeven
                   ` (36 subsequent siblings)
  53 siblings, 2 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Alan Tull, Moritz Fischer

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: Alan Tull <atull@opensource.altera.com>
Cc: Moritz Fischer <moritz.fischer@ettus.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 75138c09dd603093..ef8a33c07ddceb3b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4769,6 +4769,7 @@ FPGA MANAGER FRAMEWORK
 M:	Alan Tull <atull@opensource.altera.com>
 R:	Moritz Fischer <moritz.fischer@ettus.com>
 S:	Maintained
+F:	Documentation/devicetree/bindings/fpga/
 F:	drivers/fpga/
 F:	include/linux/fpga/fpga-mgr.h
 W:	http://www.rocketboards.org
-- 
1.9.1

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

* [PATCH 18/54] MAINTAINERS: Add file patterns for h8300 device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (16 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 17/54] MAINTAINERS: Add file patterns for fpga " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-22  9:05 ` [PATCH 19/54] MAINTAINERS: Add file patterns for rng " Geert Uytterhoeven
                   ` (35 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Yoshinori Sato, uclinux-h8-devel

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: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: uclinux-h8-devel@lists.sourceforge.jp
---
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 ef8a33c07ddceb3b..bfeeb85bc41ae5f5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5217,6 +5217,7 @@ L:	uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
 W:	http://uclinux-h8.sourceforge.jp
 T:	git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/h8300/
 F:	arch/h8300/
 F:	drivers/clocksource/h8300_*.c
 F:	drivers/clk/h8300/
-- 
1.9.1

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

* [PATCH 19/54] MAINTAINERS: Add file patterns for rng device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (17 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 18/54] MAINTAINERS: Add file patterns for h8300 " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-31 10:16   ` Herbert Xu
  2016-05-22  9:05 ` [PATCH 20/54] MAINTAINERS: Add file patterns for iio " Geert Uytterhoeven
                   ` (34 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Matt Mackall, Herbert Xu, linux-crypto

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: Matt Mackall <mpm@selenic.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-crypto@vger.kernel.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 bfeeb85bc41ae5f5..cd7793520e2cccfc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5277,6 +5277,7 @@ M:	Matt Mackall <mpm@selenic.com>
 M:	Herbert Xu <herbert@gondor.apana.org.au>
 L:	linux-crypto@vger.kernel.org
 S:	Odd fixes
+F:	Documentation/devicetree/bindings/rng/
 F:	Documentation/hw_random.txt
 F:	drivers/char/hw_random/
 F:	include/linux/hw_random.h
-- 
1.9.1

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

* [PATCH 20/54] MAINTAINERS: Add file patterns for iio device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (18 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 19/54] MAINTAINERS: Add file patterns for rng " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-22 19:41   ` Jonathan Cameron
  2016-05-22  9:05 ` [PATCH 21/54] MAINTAINERS: Add file patterns for serio " Geert Uytterhoeven
                   ` (33 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Jonathan Cameron, Hartmut Knaack,
	Lars-Peter Clausen, Peter Meerwald-Stadler, linux-iio

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: Jonathan Cameron <jic23@kernel.org>
Cc: Hartmut Knaack <knaack.h@gmx.de>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Cc: linux-iio@vger.kernel.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 cd7793520e2cccfc..5cf50bf461c4255e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5786,6 +5786,7 @@ R:	Lars-Peter Clausen <lars@metafoo.de>
 R:	Peter Meerwald-Stadler <pmeerw@pmeerw.net>
 L:	linux-iio@vger.kernel.org
 S:	Maintained
+F:	Documentation/devicetree/bindings/iio/
 F:	drivers/iio/
 F:	drivers/staging/iio/
 F:	include/linux/iio/
-- 
1.9.1

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

* [PATCH 21/54] MAINTAINERS: Add file patterns for serio device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (19 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 20/54] MAINTAINERS: Add file patterns for iio " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-05-23 22:52   ` Dmitry Torokhov
  2016-05-22  9:05 ` [PATCH 22/54] MAINTAINERS: Add file patterns for iommu " Geert Uytterhoeven
                   ` (32 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Dmitry Torokhov, linux-input

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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.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 5cf50bf461c4255e..528c5ecd59d50ab5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5885,6 +5885,7 @@ F:	include/linux/input.h
 F:	include/uapi/linux/input.h
 F:	include/linux/input/
 F:	Documentation/devicetree/bindings/input/
+F:	Documentation/devicetree/bindings/serio/
 
 INPUT MULTITOUCH (MT) PROTOCOL
 M:	Henrik Rydberg <rydberg@bitmath.org>
-- 
1.9.1

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

* [PATCH 22/54] MAINTAINERS: Add file patterns for iommu device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (20 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 21/54] MAINTAINERS: Add file patterns for serio " Geert Uytterhoeven
@ 2016-05-22  9:05 ` Geert Uytterhoeven
  2016-06-15 11:55   ` Joerg Roedel
  2016-05-22  9:06 ` [PATCH 23/54] MAINTAINERS: Add file patterns for led " Geert Uytterhoeven
                   ` (31 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:05 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Joerg Roedel, iommu

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: Joerg Roedel <joro@8bytes.org>
Cc: iommu@lists.linux-foundation.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 528c5ecd59d50ab5..ec96da7cb006e823 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6136,6 +6136,7 @@ M:	Joerg Roedel <joro@8bytes.org>
 L:	iommu@lists.linux-foundation.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/iommu/
 F:	drivers/iommu/
 
 IP MASQUERADING
-- 
1.9.1

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

* [PATCH 23/54] MAINTAINERS: Add file patterns for led device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (21 preceding siblings ...)
  2016-05-22  9:05 ` [PATCH 22/54] MAINTAINERS: Add file patterns for iommu " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-23  7:23   ` Jacek Anaszewski
  2016-05-22  9:06 ` [PATCH 24/54] MAINTAINERS: Add file patterns for ata " Geert Uytterhoeven
                   ` (30 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Richard Purdie, Jacek Anaszewski, linux-leds

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: Richard Purdie <rpurdie@rpsys.net>
Cc: Jacek Anaszewski <j.anaszewski@samsung.com>
Cc: linux-leds@vger.kernel.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 ec96da7cb006e823..82c82a72cb9cf02a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6701,6 +6701,7 @@ M:	Jacek Anaszewski <j.anaszewski@samsung.com>
 L:	linux-leds@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/leds/
 F:	drivers/leds/
 F:	include/linux/leds.h
 
-- 
1.9.1

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

* [PATCH 24/54] MAINTAINERS: Add file patterns for ata device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (22 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 23/54] MAINTAINERS: Add file patterns for led " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-27 15:26   ` Tejun Heo
  2016-05-22  9:06 ` [PATCH 25/54] MAINTAINERS: Add file patterns for powerpc " Geert Uytterhoeven
                   ` (29 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Tejun Heo, linux-ide

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: Tejun Heo <tj@kernel.org>
Cc: linux-ide@vger.kernel.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 82c82a72cb9cf02a..cf54ff0c9c168e26 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6754,6 +6754,7 @@ M:	Tejun Heo <tj@kernel.org>
 L:	linux-ide@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/ata/
 F:	drivers/ata/
 F:	include/linux/ata.h
 F:	include/linux/libata.h
-- 
1.9.1

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

* [PATCH 25/54] MAINTAINERS: Add file patterns for powerpc device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (23 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 24/54] MAINTAINERS: Add file patterns for ata " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 26/54] MAINTAINERS: Add file patterns for mailbox " Geert Uytterhoeven
                   ` (28 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: 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.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cf54ff0c9c168e26..899abfeba25eedba 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6858,6 +6858,7 @@ L:	linuxppc-dev@lists.ozlabs.org
 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/devicetree/bindings/powerpc/
 F:	Documentation/powerpc/
 F:	arch/powerpc/
 F:	drivers/char/tpm/tpm_ibmvtpm*
-- 
1.9.1

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

* [PATCH 26/54] MAINTAINERS: Add file patterns for mailbox device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (24 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 25/54] MAINTAINERS: Add file patterns for powerpc " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 27/54] MAINTAINERS: Add file patterns for dsa " Geert Uytterhoeven
                   ` (27 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Jassi Brar

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: Jassi Brar <jassisinghbrar@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 899abfeba25eedba..c87d146377ffc22c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7155,6 +7155,7 @@ MAILBOX API
 M:	Jassi Brar <jassisinghbrar@gmail.com>
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
+F:	Documentation/devicetree/bindings/mailbox/
 F:	drivers/mailbox/
 F:	include/linux/mailbox_client.h
 F:	include/linux/mailbox_controller.h
-- 
1.9.1

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

* [PATCH 27/54] MAINTAINERS: Add file patterns for dsa device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (25 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 26/54] MAINTAINERS: Add file patterns for mailbox " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 28/54] MAINTAINERS: Add file patterns for media " Geert Uytterhoeven
                   ` (26 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Guenter Roeck

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: Guenter Roeck <linux@roeck-us.net>
---
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 c87d146377ffc22c..7acb65bb2590a321 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7176,6 +7176,7 @@ F:	Documentation/devicetree/bindings/display/armada/
 MARVELL 88E6352 DSA support
 M:	Guenter Roeck <linux@roeck-us.net>
 S:	Maintained
+F:	Documentation/devicetree/bindings/net/dsa/
 F:	drivers/net/dsa/mv88e6352.c
 
 MARVELL CRYPTO DRIVER
-- 
1.9.1

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

* [PATCH 28/54] MAINTAINERS: Add file patterns for media device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (26 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 27/54] MAINTAINERS: Add file patterns for dsa " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-23 13:29   ` Javier Martinez Canillas
  2016-07-10 15:27   ` Mauro Carvalho Chehab
  2016-05-22  9:06 ` [PATCH 29/54] MAINTAINERS: Add file patterns for mtd " Geert Uytterhoeven
                   ` (25 subsequent siblings)
  53 siblings, 2 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Mauro Carvalho Chehab, linux-media

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: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: linux-media@vger.kernel.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 7acb65bb2590a321..c230cd9ec8aefe45 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7376,6 +7376,7 @@ W:	https://linuxtv.org
 Q:	http://patchwork.kernel.org/project/linux-media/list/
 T:	git git://linuxtv.org/media_tree.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/media/
 F:	Documentation/dvb/
 F:	Documentation/video4linux/
 F:	Documentation/DocBook/media/
-- 
1.9.1

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

* [PATCH 29/54] MAINTAINERS: Add file patterns for mtd device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (27 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 28/54] MAINTAINERS: Add file patterns for media " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-31 19:32   ` Brian Norris
  2016-05-22  9:06 ` [PATCH 30/54] MAINTAINERS: Add file patterns for mips " Geert Uytterhoeven
                   ` (24 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, David Woodhouse, Brian Norris, linux-mtd

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: David Woodhouse <dwmw2@infradead.org>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: linux-mtd@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 c230cd9ec8aefe45..48ef0bd805968787 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7470,6 +7470,7 @@ Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
 T:	git git://git.infradead.org/linux-mtd.git
 T:	git git://git.infradead.org/l2-mtd.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/mtd/
 F:	drivers/mtd/
 F:	include/linux/mtd/
 F:	include/uapi/mtd/
-- 
1.9.1

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

* [PATCH 30/54] MAINTAINERS: Add file patterns for mips device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (28 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 29/54] MAINTAINERS: Add file patterns for mtd " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 31/54] MAINTAINERS: Add file patterns for mmc " Geert Uytterhoeven
                   ` (23 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Ralf Baechle, linux-mips

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: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.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 48ef0bd805968787..c1e413b2c61a9746 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7536,6 +7536,7 @@ W:	http://www.linux-mips.org/
 T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
 Q:	http://patchwork.linux-mips.org/project/linux-mips/list/
 S:	Supported
+F:	Documentation/devicetree/bindings/mips/
 F:	Documentation/mips/
 F:	arch/mips/
 
-- 
1.9.1

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

* [PATCH 31/54] MAINTAINERS: Add file patterns for mmc device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (29 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 30/54] MAINTAINERS: Add file patterns for mips " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-06-03  8:33   ` Ulf Hansson
  2016-05-22  9:06 ` [PATCH 32/54] MAINTAINERS: Add file patterns for net " Geert Uytterhoeven
                   ` (22 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Ulf Hansson, linux-mmc

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: Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-mmc@vger.kernel.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 c1e413b2c61a9746..f296a5763fef0431 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7739,6 +7739,7 @@ M:	Ulf Hansson <ulf.hansson@linaro.org>
 L:	linux-mmc@vger.kernel.org
 T:	git git://git.linaro.org/people/ulf.hansson/mmc.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/mmc/
 F:	drivers/mmc/
 F:	include/linux/mmc/
 F:	include/uapi/linux/mmc/
-- 
1.9.1

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

* [PATCH 32/54] MAINTAINERS: Add file patterns for net device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (30 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 31/54] MAINTAINERS: Add file patterns for mmc " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-23 22:06   ` David Miller
  2016-05-22  9:06 ` [PATCH 33/54] MAINTAINERS: Add file patterns for wireless " Geert Uytterhoeven
                   ` (21 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, David S. Miller, netdev

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: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.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 f296a5763fef0431..7a9f1138131afcf1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8004,6 +8004,7 @@ Q:	http://patchwork.ozlabs.org/project/netdev/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
 S:	Odd Fixes
+F:	Documentation/devicetree/bindings/net/
 F:	drivers/net/
 F:	include/linux/if_*
 F:	include/linux/netdevice.h
-- 
1.9.1

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

* [PATCH 33/54] MAINTAINERS: Add file patterns for wireless device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (31 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 32/54] MAINTAINERS: Add file patterns for net " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-23 11:25   ` Kalle Valo
  2016-06-04 14:24   ` [33/54] " Kalle Valo
  2016-05-22  9:06 ` [PATCH 34/54] MAINTAINERS: Add file patterns for nios2 " Geert Uytterhoeven
                   ` (20 subsequent siblings)
  53 siblings, 2 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Kalle Valo, linux-wireless

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: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.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 7a9f1138131afcf1..604d5d4230406094 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8023,6 +8023,7 @@ Q:	http://patchwork.kernel.org/project/linux-wireless/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/net/wireless/
 F:	drivers/net/wireless/
 
 NETXEN (1/10) GbE SUPPORT
-- 
1.9.1

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

* [PATCH 34/54] MAINTAINERS: Add file patterns for nios2 device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (32 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 33/54] MAINTAINERS: Add file patterns for wireless " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 35/54] MAINTAINERS: Add file patterns for pci " Geert Uytterhoeven
                   ` (19 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Ley Foon Tan, nios2-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: Ley Foon Tan <lftan@altera.com>
Cc: nios2-dev@lists.rocketboards.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 604d5d4230406094..868111d26536f086 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8102,6 +8102,7 @@ M:	Ley Foon Tan <lftan@altera.com>
 L:	nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/nios2/
 F:	arch/nios2/
 
 NOKIA N900 POWER SUPPLY DRIVERS
-- 
1.9.1

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

* [PATCH 35/54] MAINTAINERS: Add file patterns for pci device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (33 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 34/54] MAINTAINERS: Add file patterns for nios2 " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-06-11  0:06   ` Bjorn Helgaas
  2016-05-22  9:06 ` [PATCH 36/54] MAINTAINERS: Add file patterns for pinctrl " Geert Uytterhoeven
                   ` (18 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Bjorn Helgaas, linux-pci

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: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.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 868111d26536f086..2e4bacda7f40a7e8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8695,6 +8695,7 @@ L:	linux-pci@vger.kernel.org
 Q:	http://patchwork.ozlabs.org/project/linux-pci/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
 S:	Supported
+F:	Documentation/devicetree/bindings/pci/
 F:	Documentation/PCI/
 F:	drivers/pci/
 F:	include/linux/pci*
-- 
1.9.1

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

* [PATCH 36/54] MAINTAINERS: Add file patterns for pinctrl device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (34 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 35/54] MAINTAINERS: Add file patterns for pci " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-26  9:33   ` Linus Walleij
  2016-05-22  9:06 ` [PATCH 37/54] MAINTAINERS: Add file patterns for power supply " Geert Uytterhoeven
                   ` (17 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Linus Walleij, linux-gpio

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: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.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 2e4bacda7f40a7e8..a0ca3b73b814335e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8962,6 +8962,7 @@ M:	Linus Walleij <linus.walleij@linaro.org>
 L:	linux-gpio@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/pinctrl/
 F:	drivers/pinctrl/
 F:	include/linux/pinctrl/
 
-- 
1.9.1

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

* [PATCH 37/54] MAINTAINERS: Add file patterns for power supply device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (35 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 36/54] MAINTAINERS: Add file patterns for pinctrl " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 38/54] MAINTAINERS: Add file patterns for pps " Geert Uytterhoeven
                   ` (16 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Sebastian Reichel, Dmitry Eremin-Solenikov,
	David Woodhouse, linux-pm

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: Sebastian Reichel <sre@kernel.org>
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: linux-pm@vger.kernel.org
---
Please apply this patch directly if you want to be involved in device
tree binding documentation for your subsystem.
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a0ca3b73b814335e..768d802dfac589d6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9085,6 +9085,8 @@ M:	David Woodhouse <dwmw2@infradead.org>
 L:	linux-pm@vger.kernel.org
 T:	git git://git.infradead.org/battery-2.6.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/power/
+F:	Documentation/devicetree/bindings/power_supply/
 F:	include/linux/power_supply.h
 F:	drivers/power/
 X:	drivers/power/avs/
-- 
1.9.1

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

* [PATCH 38/54] MAINTAINERS: Add file patterns for pps device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (36 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 37/54] MAINTAINERS: Add file patterns for power supply " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 39/54] MAINTAINERS: Add file patterns for rtc " Geert Uytterhoeven
                   ` (15 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Rodolfo Giometti, linuxpps

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: Rodolfo Giometti <giometti@enneenne.com>
Cc: linuxpps@ml.enneenne.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 768d802dfac589d6..e204132911b63624 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9135,6 +9135,7 @@ M:	Rodolfo Giometti <giometti@enneenne.com>
 W:	http://wiki.enneenne.com/index.php/LinuxPPS_support
 L:	linuxpps@ml.enneenne.com (subscribers-only)
 S:	Maintained
+F:	Documentation/devicetree/bindings/pps/
 F:	Documentation/pps/
 F:	drivers/pps/
 F:	include/linux/pps*.h
-- 
1.9.1

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

* [PATCH 39/54] MAINTAINERS: Add file patterns for rtc device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (37 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 38/54] MAINTAINERS: Add file patterns for pps " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-29 23:41   ` Alexandre Belloni
  2016-05-22  9:06 ` [PATCH 40/54] MAINTAINERS: Add file patterns for regmap " Geert Uytterhoeven
                   ` (14 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Alessandro Zummo, Alexandre Belloni, rtc-linux

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: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: rtc-linux@googlegroups.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 e204132911b63624..1942e29d55320f01 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9580,6 +9580,7 @@ L:	rtc-linux@googlegroups.com
 Q:	http://patchwork.ozlabs.org/project/rtc-linux/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/rtc/
 F:	Documentation/rtc.txt
 F:	drivers/rtc/
 F:	include/linux/rtc.h
-- 
1.9.1

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

* [PATCH 40/54] MAINTAINERS: Add file patterns for regmap device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (38 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 39/54] MAINTAINERS: Add file patterns for rtc " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-23 11:07   ` Mark Brown
  2016-05-23 17:50   ` Applied "regmap: Add file patterns for regmap device tree bindings" to the regmap tree Mark Brown
  2016-05-22  9:06 ` [PATCH 41/54] MAINTAINERS: Add file patterns for remoteproc device tree bindings Geert Uytterhoeven
                   ` (13 subsequent siblings)
  53 siblings, 2 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Mark Brown

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: Mark Brown <broonie@kernel.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 1942e29d55320f01..d419cdbe35cbacab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9603,6 +9603,7 @@ M:	Mark Brown <broonie@kernel.org>
 L:	linux-kernel@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
 S:	Supported
+F:	Documentation/devicetree/bindings/regmap/
 F:	drivers/base/regmap/
 F:	include/linux/regmap.h
 
-- 
1.9.1

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

* [PATCH 41/54] MAINTAINERS: Add file patterns for remoteproc device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (39 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 40/54] MAINTAINERS: Add file patterns for regmap " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-23 15:33   ` Bjorn Andersson
  2016-05-22  9:06 ` [PATCH 42/54] MAINTAINERS: Add file patterns for scsi " Geert Uytterhoeven
                   ` (12 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Ohad Ben-Cohen, Bjorn Andersson, linux-remoteproc

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: Ohad Ben-Cohen <ohad@wizery.com>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: linux-remoteproc@vger.kernel.org
---
Please apply this patch directly if you want to be involved in device
tree binding documentation for your subsystem.
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d419cdbe35cbacab..327e1d5a501340ac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9613,8 +9613,9 @@ M:	Bjorn Andersson <bjorn.andersson@linaro.org>
 L:	linux-remoteproc@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
 S:	Maintained
-F:	drivers/remoteproc/
+F:	Documentation/devicetree/bindings/remoteproc/
 F:	Documentation/remoteproc.txt
+F:	drivers/remoteproc/
 F:	include/linux/remoteproc.h
 
 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
-- 
1.9.1

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

* [PATCH 42/54] MAINTAINERS: Add file patterns for scsi device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (40 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 41/54] MAINTAINERS: Add file patterns for remoteproc device tree bindings Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-06-01  2:28   ` Martin K. Petersen
  2016-05-22  9:06 ` [PATCH 43/54] MAINTAINERS: Add file patterns for sound " Geert Uytterhoeven
                   ` (11 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, James E.J. Bottomley, Martin K. Petersen, linux-scsi

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: James E.J. Bottomley <jejb@linux.vnet.ibm.com>
Cc: Martin K. Petersen <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.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 327e1d5a501340ac..139824579fa97c2c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10141,6 +10141,7 @@ M:	"Martin K. Petersen" <martin.petersen@oracle.com>
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
 L:	linux-scsi@vger.kernel.org
 S:	Maintained
+F:	Documentation/devicetree/bindings/scsi/
 F:	drivers/scsi/
 F:	include/scsi/
 
-- 
1.9.1

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

* [PATCH 43/54] MAINTAINERS: Add file patterns for sound device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (41 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 42/54] MAINTAINERS: Add file patterns for scsi " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-23 11:09   ` Mark Brown
  2016-05-23 17:50   ` Applied "ASoC: Add file patterns for sound device tree bindings" to the asoc tree Mark Brown
  2016-05-22  9:06 ` [PATCH 44/54] MAINTAINERS: Add file patterns for spi device tree bindings Geert Uytterhoeven
                   ` (10 subsequent siblings)
  53 siblings, 2 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Liam Girdwood, Mark Brown, alsa-devel

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: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.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 139824579fa97c2c..9d81eff6577ff886 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10728,6 +10728,7 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
 L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
 W:	http://alsa-project.org/main/index.php/ASoC
 S:	Supported
+F:	Documentation/devicetree/bindings/sound/
 F:	Documentation/sound/alsa/soc/
 F:	sound/soc/
 F:	include/sound/soc*
-- 
1.9.1

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

* [PATCH 44/54] MAINTAINERS: Add file patterns for spi device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (42 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 43/54] MAINTAINERS: Add file patterns for sound " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-23 17:51   ` Applied "spi: Add file patterns for spi device tree bindings" to the spi tree Mark Brown
  2016-05-22  9:06 ` [PATCH 45/54] MAINTAINERS: Add file patterns for staging iio device tree bindings Geert Uytterhoeven
                   ` (9 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Mark Brown, linux-spi

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: Mark Brown <broonie@kernel.org>
Cc: linux-spi@vger.kernel.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 9d81eff6577ff886..f11355314880838b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10804,6 +10804,7 @@ L:	linux-spi@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
 Q:	http://patchwork.kernel.org/project/spi-devel-general/list/
 S:	Maintained
+F:	Documentation/devicetree/bindings/spi/
 F:	Documentation/spi/
 F:	drivers/spi/
 F:	include/linux/spi/
-- 
1.9.1

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

* [PATCH 45/54] MAINTAINERS: Add file patterns for staging iio device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (43 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 44/54] MAINTAINERS: Add file patterns for spi device tree bindings Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22 19:42   ` Jonathan Cameron
  2016-05-22  9:06 ` [PATCH 46/54] MAINTAINERS: Add file patterns for ti " Geert Uytterhoeven
                   ` (8 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Jonathan Cameron, linux-iio

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: Jonathan Cameron <jic23@kernel.org>
Cc: linux-iio@vger.kernel.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 f11355314880838b..5c96827ea93d5d7c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10867,6 +10867,7 @@ STAGING - INDUSTRIAL IO
 M:	Jonathan Cameron <jic23@kernel.org>
 L:	linux-iio@vger.kernel.org
 S:	Odd Fixes
+F:	Documentation/devicetree/bindings/staging/iio/
 F:	drivers/staging/iio/
 
 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
-- 
1.9.1

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

* [PATCH 46/54] MAINTAINERS: Add file patterns for ti device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (44 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 45/54] MAINTAINERS: Add file patterns for staging iio device tree bindings Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22 16:52   ` Santosh Shilimkar
  2016-05-22  9:06 ` [PATCH 47/54] MAINTAINERS: Add file patterns for tpm " Geert Uytterhoeven
                   ` (7 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Santosh Shilimkar, linux-arm-kernel

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@vger.kernel.org
Cc: linux-arm-kernel@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 5c96827ea93d5d7c..01a6ed1d8fc2d81f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11390,6 +11390,7 @@ M:	Santosh Shilimkar <ssantosh@kernel.org>
 L:	linux-kernel@vger.kernel.org
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	Documentation/devicetree/bindings/soc/ti/
 F:	drivers/soc/ti/*
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
 
-- 
1.9.1

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

* [PATCH 47/54] MAINTAINERS: Add file patterns for tpm device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (45 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 46/54] MAINTAINERS: Add file patterns for ti " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-23 13:48   ` Jarkko Sakkinen
  2016-05-22  9:06 ` [PATCH 48/54] MAINTAINERS: Add file patterns for serial " Geert Uytterhoeven
                   ` (6 subsequent siblings)
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Peter Huewe, Marcel Selhorst,
	Jarkko Sakkinen, Jason Gunthorpe, tpmdd-devel

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: Peter Huewe <peterhuewe@gmx.de>
Cc: Marcel Selhorst <tpmdd@selhorst.net>
Cc: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: tpmdd-devel@lists.sourceforge.net
---
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 01a6ed1d8fc2d81f..54dcdef6efc4a936 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11600,6 +11600,7 @@ L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
 Q:	https://patchwork.kernel.org/project/tpmdd-devel/list/
 T:	git git://git.infradead.org/users/jjs/linux-tpmdd.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/security/tpm/
 F:	drivers/char/tpm/
 
 TPM IBM_VTPM DEVICE DRIVER
-- 
1.9.1

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

* [PATCH 48/54] MAINTAINERS: Add file patterns for serial device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (46 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 47/54] MAINTAINERS: Add file patterns for tpm " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 49/54] MAINTAINERS: Add file patterns for usb " Geert Uytterhoeven
                   ` (5 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Greg Kroah-Hartman, linux-serial

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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-serial@vger.kernel.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 54dcdef6efc4a936..4f8c1a45fead33af 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10005,6 +10005,7 @@ SERIAL DRIVERS
 M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 L:	linux-serial@vger.kernel.org
 S:	Maintained
+F:	Documentation/devicetree/bindings/serial/
 F:	drivers/tty/serial/
 
 SYNOPSYS DESIGNWARE DMAC DRIVER
-- 
1.9.1

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

* [PATCH 49/54] MAINTAINERS: Add file patterns for usb device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (47 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 48/54] MAINTAINERS: Add file patterns for serial " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 50/54] MAINTAINERS: Add file patterns for virtio " Geert Uytterhoeven
                   ` (4 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Greg Kroah-Hartman, linux-usb

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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.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 4f8c1a45fead33af..d79cedf604642ee4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11994,6 +11994,7 @@ L:	linux-usb@vger.kernel.org
 W:	http://www.linux-usb.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
 S:	Supported
+F:	Documentation/devicetree/bindings/usb/
 F:	Documentation/usb/
 F:	drivers/usb/
 F:	include/linux/usb.h
-- 
1.9.1

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

* [PATCH 50/54] MAINTAINERS: Add file patterns for virtio device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (48 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 49/54] MAINTAINERS: Add file patterns for usb " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 51/54] MAINTAINERS: Add file patterns for w1 " Geert Uytterhoeven
                   ` (3 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Michael S. Tsirkin, virtualization

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: Michael S. Tsirkin <mst@redhat.com>
Cc: virtualization@lists.linux-foundation.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 d79cedf604642ee4..28829bfa140c47b2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12168,6 +12168,7 @@ VIRTIO CORE, NET AND BLOCK DRIVERS
 M:	"Michael S. Tsirkin" <mst@redhat.com>
 L:	virtualization@lists.linux-foundation.org
 S:	Maintained
+F:	Documentation/devicetree/bindings/virtio/
 F:	drivers/virtio/
 F:	tools/virtio/
 F:	drivers/net/virtio_net.c
-- 
1.9.1

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

* [PATCH 51/54] MAINTAINERS: Add file patterns for w1 device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (49 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 50/54] MAINTAINERS: Add file patterns for virtio " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 52/54] MAINTAINERS: Add file patterns for watchdog " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Evgeniy Polyakov

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: Evgeniy Polyakov <zbr@ioremap.net>
---
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 28829bfa140c47b2..9f54762f002e16de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12357,6 +12357,7 @@ F:	drivers/mmc/host/vub300.c
 W1 DALLAS'S 1-WIRE BUS
 M:	Evgeniy Polyakov <zbr@ioremap.net>
 S:	Maintained
+F:	Documentation/devicetree/bindings/w1/
 F:	Documentation/w1/
 F:	drivers/w1/
 
-- 
1.9.1

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

* [PATCH 52/54] MAINTAINERS: Add file patterns for watchdog device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (50 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 51/54] MAINTAINERS: Add file patterns for w1 " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22 17:23   ` Guenter Roeck
  2016-05-23  7:07   ` Wim Van Sebroeck
  2016-05-22  9:06 ` [PATCH 53/54] MAINTAINERS: Add file patterns for x86 " Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 54/54] MAINTAINERS: Add file patterns for xillybus " Geert Uytterhoeven
  53 siblings, 2 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Wim Van Sebroeck, Guenter Roeck, linux-watchdog

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: Wim Van Sebroeck <wim@iguana.be>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: linux-watchdog@vger.kernel.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 9f54762f002e16de..7202b6565dd98d50 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12400,6 +12400,7 @@ L:	linux-watchdog@vger.kernel.org
 W:	http://www.linux-watchdog.org/
 T:	git git://www.linux-watchdog.org/linux-watchdog.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/watchdog/
 F:	Documentation/watchdog/
 F:	drivers/watchdog/
 F:	include/linux/watchdog.h
-- 
1.9.1

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

* [PATCH 53/54] MAINTAINERS: Add file patterns for x86 device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (51 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 52/54] MAINTAINERS: Add file patterns for watchdog " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:06 ` [PATCH 54/54] MAINTAINERS: Add file patterns for xillybus " Geert Uytterhoeven
  53 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Geert Uytterhoeven, Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86

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: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: x86@kernel.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 7202b6565dd98d50..f580d72f412df230 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12527,6 +12527,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/
 
-- 
1.9.1

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

* [PATCH 54/54] MAINTAINERS: Add file patterns for xillybus device tree bindings
  2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
                   ` (52 preceding siblings ...)
  2016-05-22  9:06 ` [PATCH 53/54] MAINTAINERS: Add file patterns for x86 " Geert Uytterhoeven
@ 2016-05-22  9:06 ` Geert Uytterhoeven
  2016-05-22  9:13   ` Eli Billauer
  53 siblings, 1 reply; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-22  9:06 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Geert Uytterhoeven, Eli Billauer

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: Eli Billauer <eli.billauer@gmail.com>
Cc: linux-kernel@vger.kernel.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 f580d72f412df230..d461ad734e441554 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12669,6 +12669,7 @@ XILLYBUS DRIVER
 M:	Eli Billauer <eli.billauer@gmail.com>
 L:	linux-kernel@vger.kernel.org
 S:	Supported
+F:	Documentation/devicetree/bindings/xillybus/
 F:	drivers/char/xillybus/
 
 XTENSA XTFPGA PLATFORM SUPPORT
-- 
1.9.1

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

* Re: [PATCH 54/54] MAINTAINERS: Add file patterns for xillybus device tree bindings
  2016-05-22  9:06 ` [PATCH 54/54] MAINTAINERS: Add file patterns for xillybus " Geert Uytterhoeven
@ 2016-05-22  9:13   ` Eli Billauer
  0 siblings, 0 replies; 103+ messages in thread
From: Eli Billauer @ 2016-05-22  9:13 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel

Thanks. However I don't have a repo of my own to apply this on.

Acked-by: Eli Billauer <eli.billauer@gmail.com>

On 22/05/16 12:06, 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: Eli Billauer<eli.billauer@gmail.com>
> Cc: linux-kernel@vger.kernel.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 f580d72f412df230..d461ad734e441554 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12669,6 +12669,7 @@ XILLYBUS DRIVER
>   M:	Eli Billauer<eli.billauer@gmail.com>
>   L:	linux-kernel@vger.kernel.org
>   S:	Supported
> +F:	Documentation/devicetree/bindings/xillybus/
>   F:	drivers/char/xillybus/
>
>   XTENSA XTFPGA PLATFORM SUPPORT
>    

^ permalink raw reply	[flat|nested] 103+ 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 " Geert Uytterhoeven
@ 2016-05-22  9:27   ` Heiko Stuebner
  2016-05-29  9:21     ` Geert Uytterhoeven
  0 siblings, 1 reply; 103+ 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] 103+ messages in thread

* Re: [PATCH 46/54] MAINTAINERS: Add file patterns for ti device tree bindings
  2016-05-22  9:06 ` [PATCH 46/54] MAINTAINERS: Add file patterns for ti " Geert Uytterhoeven
@ 2016-05-22 16:52   ` Santosh Shilimkar
  0 siblings, 0 replies; 103+ messages in thread
From: Santosh Shilimkar @ 2016-05-22 16:52 UTC (permalink / raw)
  To: Geert Uytterhoeven, devicetree, linux-kernel
  Cc: Santosh Shilimkar, 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@vger.kernel.org
> Cc: linux-arm-kernel@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] 103+ messages in thread

* Re: [PATCH 52/54] MAINTAINERS: Add file patterns for watchdog device tree bindings
  2016-05-22  9:06 ` [PATCH 52/54] MAINTAINERS: Add file patterns for watchdog " Geert Uytterhoeven
@ 2016-05-22 17:23   ` Guenter Roeck
  2016-05-23  7:07   ` Wim Van Sebroeck
  1 sibling, 0 replies; 103+ messages in thread
From: Guenter Roeck @ 2016-05-22 17:23 UTC (permalink / raw)
  To: Geert Uytterhoeven, devicetree, linux-kernel
  Cc: Wim Van Sebroeck, linux-watchdog

On 05/22/2016 02: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: Wim Van Sebroeck <wim@iguana.be>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Cc: linux-watchdog@vger.kernel.org

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
> 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 9f54762f002e16de..7202b6565dd98d50 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12400,6 +12400,7 @@ L:	linux-watchdog@vger.kernel.org
>   W:	http://www.linux-watchdog.org/
>   T:	git git://www.linux-watchdog.org/linux-watchdog.git
>   S:	Maintained
> +F:	Documentation/devicetree/bindings/watchdog/
>   F:	Documentation/watchdog/
>   F:	drivers/watchdog/
>   F:	include/linux/watchdog.h
>

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

* Re: [PATCH 20/54] MAINTAINERS: Add file patterns for iio device tree bindings
  2016-05-22  9:05 ` [PATCH 20/54] MAINTAINERS: Add file patterns for iio " Geert Uytterhoeven
@ 2016-05-22 19:41   ` Jonathan Cameron
  0 siblings, 0 replies; 103+ messages in thread
From: Jonathan Cameron @ 2016-05-22 19:41 UTC (permalink / raw)
  To: Geert Uytterhoeven, devicetree, linux-kernel
  Cc: Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald-Stadler, linux-iio

On 22/05/16 10: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: Jonathan Cameron <jic23@kernel.org>
> Cc: Hartmut Knaack <knaack.h@gmx.de>
> Cc: Lars-Peter Clausen <lars@metafoo.de>
> Cc: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
> Cc: linux-iio@vger.kernel.org
Applied. Thanks.
> ---
> 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 cd7793520e2cccfc..5cf50bf461c4255e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5786,6 +5786,7 @@ R:	Lars-Peter Clausen <lars@metafoo.de>
>  R:	Peter Meerwald-Stadler <pmeerw@pmeerw.net>
>  L:	linux-iio@vger.kernel.org
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/iio/
>  F:	drivers/iio/
>  F:	drivers/staging/iio/
>  F:	include/linux/iio/
> 

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

* Re: [PATCH 45/54] MAINTAINERS: Add file patterns for staging iio device tree bindings
  2016-05-22  9:06 ` [PATCH 45/54] MAINTAINERS: Add file patterns for staging iio device tree bindings Geert Uytterhoeven
@ 2016-05-22 19:42   ` Jonathan Cameron
  0 siblings, 0 replies; 103+ messages in thread
From: Jonathan Cameron @ 2016-05-22 19:42 UTC (permalink / raw)
  To: Geert Uytterhoeven, devicetree, linux-kernel; +Cc: linux-iio

On 22/05/16 10:06, 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: Jonathan Cameron <jic23@kernel.org>
> Cc: linux-iio@vger.kernel.org
Applied - thanks.

Jonathan
> ---
> 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 f11355314880838b..5c96827ea93d5d7c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10867,6 +10867,7 @@ STAGING - INDUSTRIAL IO
>  M:	Jonathan Cameron <jic23@kernel.org>
>  L:	linux-iio@vger.kernel.org
>  S:	Odd Fixes
> +F:	Documentation/devicetree/bindings/staging/iio/
>  F:	drivers/staging/iio/
>  
>  STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
> 

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

* Re: [PATCH 12/54] MAINTAINERS: Add file patterns for cpufreq device tree bindings
  2016-05-22  9:05 ` [PATCH 12/54] MAINTAINERS: Add file patterns for cpufreq " Geert Uytterhoeven
@ 2016-05-23  2:32   ` Viresh Kumar
  0 siblings, 0 replies; 103+ messages in thread
From: Viresh Kumar @ 2016-05-23  2:32 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, Rafael J. Wysocki, linux-pm

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: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Cc: linux-pm@vger.kernel.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 4c9f31233670e9dd..b241c14d9ab57e2a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3213,6 +3213,7 @@ L:	linux-pm@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
>  T:	git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
> +F:	Documentation/devicetree/bindings/cpufreq/
>  F:	drivers/cpufreq/
>  F:	include/linux/cpufreq.h

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

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

* Re: [PATCH 52/54] MAINTAINERS: Add file patterns for watchdog device tree bindings
  2016-05-22  9:06 ` [PATCH 52/54] MAINTAINERS: Add file patterns for watchdog " Geert Uytterhoeven
  2016-05-22 17:23   ` Guenter Roeck
@ 2016-05-23  7:07   ` Wim Van Sebroeck
  1 sibling, 0 replies; 103+ messages in thread
From: Wim Van Sebroeck @ 2016-05-23  7:07 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-kernel, Guenter Roeck, linux-watchdog

Hi Geert,

> 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: Wim Van Sebroeck <wim@iguana.be>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Cc: linux-watchdog@vger.kernel.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 9f54762f002e16de..7202b6565dd98d50 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12400,6 +12400,7 @@ L:	linux-watchdog@vger.kernel.org
>  W:	http://www.linux-watchdog.org/
>  T:	git git://www.linux-watchdog.org/linux-watchdog.git
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/watchdog/
>  F:	Documentation/watchdog/
>  F:	drivers/watchdog/
>  F:	include/linux/watchdog.h
> -- 
> 1.9.1
> 

Patch added to linux-watchdog-next.

Kind regards,
Wim.

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

* Re: [PATCH 16/54] MAINTAINERS: Add file patterns for drm device tree bindings
  2016-05-22  9:05 ` [PATCH 16/54] MAINTAINERS: Add file patterns for drm " Geert Uytterhoeven
@ 2016-05-23  7:20   ` Daniel Vetter
  2016-05-23  9:33   ` Emil Velikov
  1 sibling, 0 replies; 103+ messages in thread
From: Daniel Vetter @ 2016-05-23  7:20 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, dri-devel

On Sun, May 22, 2016 at 11:05:53AM +0200, 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: David Airlie <airlied@linux.ie>
> Cc: dri-devel@lists.freedesktop.org
> ---
> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.

Applied to drm-misc, thanks.
-Daniel

> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c79b99dd3a0bf22d..75138c09dd603093 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3868,6 +3868,9 @@ T:	git git://people.freedesktop.org/~airlied/linux
>  S:	Maintained
>  F:	drivers/gpu/drm/
>  F:	drivers/gpu/vga/
> +F:	Documentation/devicetree/bindings/display/
> +F:	Documentation/devicetree/bindings/gpu/
> +F:	Documentation/devicetree/bindings/video/
>  F:	Documentation/DocBook/gpu.*
>  F:	include/drm/
>  F:	include/uapi/drm/
> -- 
> 1.9.1
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [PATCH 23/54] MAINTAINERS: Add file patterns for led device tree bindings
  2016-05-22  9:06 ` [PATCH 23/54] MAINTAINERS: Add file patterns for led " Geert Uytterhoeven
@ 2016-05-23  7:23   ` Jacek Anaszewski
  0 siblings, 0 replies; 103+ messages in thread
From: Jacek Anaszewski @ 2016-05-23  7:23 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, Richard Purdie, linux-leds

Hi Geert,

On 05/22/2016 11: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: Richard Purdie <rpurdie@rpsys.net>
> Cc: Jacek Anaszewski <j.anaszewski@samsung.com>
> Cc: linux-leds@vger.kernel.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 ec96da7cb006e823..82c82a72cb9cf02a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6701,6 +6701,7 @@ M:	Jacek Anaszewski <j.anaszewski@samsung.com>
>   L:	linux-leds@vger.kernel.org
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
>   S:	Maintained
> +F:	Documentation/devicetree/bindings/leds/
>   F:	drivers/leds/
>   F:	include/linux/leds.h
>
>

Applied, thanks.

-- 
Best regards,
Jacek Anaszewski

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

* Re: [PATCH 13/54] MAINTAINERS: Add file patterns for cris device tree bindings
  2016-05-22  9:05 ` [PATCH 13/54] MAINTAINERS: Add file patterns for cris " Geert Uytterhoeven
@ 2016-05-23  7:43   ` Jesper Nilsson
  0 siblings, 0 replies; 103+ messages in thread
From: Jesper Nilsson @ 2016-05-23  7:43 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-kernel, Mikael Starvik, Jesper Nilsson,
	linux-cris-kernel

On Sun, May 22, 2016 at 11:05:50AM +0200, 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: Mikael Starvik <starvik@axis.com>

Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>

> Cc: linux-cris-kernel@axis.com
> ---
> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

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

* Re: [PATCH 16/54] MAINTAINERS: Add file patterns for drm device tree bindings
  2016-05-22  9:05 ` [PATCH 16/54] MAINTAINERS: Add file patterns for drm " Geert Uytterhoeven
  2016-05-23  7:20   ` Daniel Vetter
@ 2016-05-23  9:33   ` Emil Velikov
  2016-05-23 12:35     ` Rob Herring
  1 sibling, 1 reply; 103+ messages in thread
From: Emil Velikov @ 2016-05-23  9:33 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, Linux-Kernel@Vger. Kernel. Org, ML dri-devel

On 22 May 2016 at 10:05, Geert Uytterhoeven <geert@linux-m68k.org> 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: David Airlie <airlied@linux.ie>
> Cc: dri-devel@lists.freedesktop.org
> ---
> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.
> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c79b99dd3a0bf22d..75138c09dd603093 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3868,6 +3868,9 @@ T:        git git://people.freedesktop.org/~airlied/linux
>  S:     Maintained
>  F:     drivers/gpu/drm/
>  F:     drivers/gpu/vga/
> +F:     Documentation/devicetree/bindings/display/
Contains a mixed bag of fb (drivers/video) and drm ones. Perhaps one
could/should move the former to a fb/legacy/other subfolder ?

> +F:     Documentation/devicetree/bindings/gpu/
nvidia,gk20a.txt
samsung-g2d.txt
samsung-rotator.txt

These three should be listed alongside the respective drivers and/or
moved to display/{tegra,exynos} ?

> +F:     Documentation/devicetree/bindings/video/
bridge/anx7814.txt move this to display ?

Just some ideas, feel free to proceed as you think it's better.
-Emil

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

* Re: [PATCH 40/54] MAINTAINERS: Add file patterns for regmap device tree bindings
  2016-05-22  9:06 ` [PATCH 40/54] MAINTAINERS: Add file patterns for regmap " Geert Uytterhoeven
@ 2016-05-23 11:07   ` Mark Brown
  2016-05-23 17:50   ` Applied "regmap: Add file patterns for regmap device tree bindings" to the regmap tree Mark Brown
  1 sibling, 0 replies; 103+ messages in thread
From: Mark Brown @ 2016-05-23 11:07 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 350 bytes --]

On Sun, May 22, 2016 at 11:06:17AM +0200, Geert Uytterhoeven wrote:

> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.

Please use subject lines matching the style of the subsystem and/or
include people in the cover letter so it's obvious that it's not just
misdirected scatter.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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

* Re: [PATCH 43/54] MAINTAINERS: Add file patterns for sound device tree bindings
  2016-05-22  9:06 ` [PATCH 43/54] MAINTAINERS: Add file patterns for sound " Geert Uytterhoeven
@ 2016-05-23 11:09   ` Mark Brown
  2016-05-23 17:50   ` Applied "ASoC: Add file patterns for sound device tree bindings" to the asoc tree Mark Brown
  1 sibling, 0 replies; 103+ messages in thread
From: Mark Brown @ 2016-05-23 11:09 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, Liam Girdwood, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

On Sun, May 22, 2016 at 11:06:20AM +0200, Geert Uytterhoeven wrote:

> +F:	Documentation/devicetree/bindings/sound/

Note that this isn't specifically ASoC, though most things there are.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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

* Re: [PATCH 33/54] MAINTAINERS: Add file patterns for wireless device tree bindings
  2016-05-22  9:06 ` [PATCH 33/54] MAINTAINERS: Add file patterns for wireless " Geert Uytterhoeven
@ 2016-05-23 11:25   ` Kalle Valo
  2016-06-04 14:24   ` [33/54] " Kalle Valo
  1 sibling, 0 replies; 103+ messages in thread
From: Kalle Valo @ 2016-05-23 11:25 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, linux-wireless

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: Kalle Valo <kvalo@codeaurora.org>
> Cc: linux-wireless@vger.kernel.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 7a9f1138131afcf1..604d5d4230406094 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8023,6 +8023,7 @@ Q:	http://patchwork.kernel.org/project/linux-wireless/list/
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/net/wireless/
>  F:	drivers/net/wireless/
>  
>  NETXEN (1/10) GbE SUPPORT

A good idea, thanks. I'll apply this once I open wireless-drivers-next,
sometime after the merge window closes.

-- 
Kalle Valo

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

* Re: [PATCH 16/54] MAINTAINERS: Add file patterns for drm device tree bindings
  2016-05-23  9:33   ` Emil Velikov
@ 2016-05-23 12:35     ` Rob Herring
  2016-05-24 15:22       ` Emil Velikov
  0 siblings, 1 reply; 103+ messages in thread
From: Rob Herring @ 2016-05-23 12:35 UTC (permalink / raw)
  To: Emil Velikov
  Cc: Geert Uytterhoeven, devicetree, Linux-Kernel@Vger. Kernel. Org,
	ML dri-devel

On Mon, May 23, 2016 at 4:33 AM, Emil Velikov <emil.l.velikov@gmail.com> wrote:
> On 22 May 2016 at 10:05, Geert Uytterhoeven <geert@linux-m68k.org> 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: David Airlie <airlied@linux.ie>
>> Cc: dri-devel@lists.freedesktop.org
>> ---
>> Please apply this patch directly if you want to be involved in device
>> tree binding documentation for your subsystem.
>> ---
>>  MAINTAINERS | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index c79b99dd3a0bf22d..75138c09dd603093 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -3868,6 +3868,9 @@ T:        git git://people.freedesktop.org/~airlied/linux
>>  S:     Maintained
>>  F:     drivers/gpu/drm/
>>  F:     drivers/gpu/vga/
>> +F:     Documentation/devicetree/bindings/display/
> Contains a mixed bag of fb (drivers/video) and drm ones. Perhaps one
> could/should move the former to a fb/legacy/other subfolder ?

Yes, there are some poorly designed bindings that reflect the
subsystem needs rather than the h/w. They were separate, I moved them
all together to hopefully discourage further separate bindings.

>> +F:     Documentation/devicetree/bindings/gpu/
> nvidia,gk20a.txt
> samsung-g2d.txt
> samsung-rotator.txt
>
> These three should be listed alongside the respective drivers and/or
> moved to display/{tegra,exynos} ?

Possibly, but these bindings pretty much stand on their own.

>> +F:     Documentation/devicetree/bindings/video/
> bridge/anx7814.txt move this to display ?

Yes, that directory sneaked back in.

Rob

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

* Re: [PATCH 28/54] MAINTAINERS: Add file patterns for media device tree bindings
  2016-05-22  9:06 ` [PATCH 28/54] MAINTAINERS: Add file patterns for media " Geert Uytterhoeven
@ 2016-05-23 13:29   ` Javier Martinez Canillas
  2016-07-10 15:27   ` Mauro Carvalho Chehab
  1 sibling, 0 replies; 103+ messages in thread
From: Javier Martinez Canillas @ 2016-05-23 13:29 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, Linux Kernel, Mauro Carvalho Chehab,
	Linux Media Mailing List

Hello Geert,

On Sun, May 22, 2016 at 5:06 AM, Geert Uytterhoeven
<geert@linux-m68k.org> 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: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
> Cc: linux-media@vger.kernel.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 7acb65bb2590a321..c230cd9ec8aefe45 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7376,6 +7376,7 @@ W:        https://linuxtv.org
>  Q:     http://patchwork.kernel.org/project/linux-media/list/
>  T:     git git://linuxtv.org/media_tree.git
>  S:     Maintained
> +F:     Documentation/devicetree/bindings/media/
>  F:     Documentation/dvb/
>  F:     Documentation/video4linux/
>  F:     Documentation/DocBook/media/

Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>

Best regards,
Javier

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

* Re: [PATCH 47/54] MAINTAINERS: Add file patterns for tpm device tree bindings
  2016-05-22  9:06 ` [PATCH 47/54] MAINTAINERS: Add file patterns for tpm " Geert Uytterhoeven
@ 2016-05-23 13:48   ` Jarkko Sakkinen
  0 siblings, 0 replies; 103+ messages in thread
From: Jarkko Sakkinen @ 2016-05-23 13:48 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-kernel, Peter Huewe, Marcel Selhorst,
	Jason Gunthorpe, tpmdd-devel

On Sun, May 22, 2016 at 11:06:24AM +0200, 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: Peter Huewe <peterhuewe@gmx.de>
> Cc: Marcel Selhorst <tpmdd@selhorst.net>
> Cc: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
> Cc: tpmdd-devel@lists.sourceforge.net

Acked-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>

/Jarkko

> ---
> 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 01a6ed1d8fc2d81f..54dcdef6efc4a936 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11600,6 +11600,7 @@ L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
>  Q:	https://patchwork.kernel.org/project/tpmdd-devel/list/
>  T:	git git://git.infradead.org/users/jjs/linux-tpmdd.git
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/security/tpm/
>  F:	drivers/char/tpm/
>  
>  TPM IBM_VTPM DEVICE DRIVER
> -- 
> 1.9.1
> 

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

* Re: [PATCH 17/54] MAINTAINERS: Add file patterns for fpga device tree bindings
  2016-05-22  9:05 ` [PATCH 17/54] MAINTAINERS: Add file patterns for fpga " Geert Uytterhoeven
@ 2016-05-23 14:30   ` atull
  2016-05-23 16:29   ` Moritz Fischer
  1 sibling, 0 replies; 103+ messages in thread
From: atull @ 2016-05-23 14:30 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, Moritz Fischer

On Sun, 22 May 2016, 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: Alan Tull <atull@opensource.altera.com>
> Cc: Moritz Fischer <moritz.fischer@ettus.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 75138c09dd603093..ef8a33c07ddceb3b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4769,6 +4769,7 @@ FPGA MANAGER FRAMEWORK
>  M:	Alan Tull <atull@opensource.altera.com>
>  R:	Moritz Fischer <moritz.fischer@ettus.com>
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/fpga/
>  F:	drivers/fpga/

Looks good.

Alan

>  F:	include/linux/fpga/fpga-mgr.h
>  W:	http://www.rocketboards.org
> -- 
> 1.9.1
> 
> 

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

* Re: [PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 device tree bindings
  2016-05-22  9:05 ` [PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 " Geert Uytterhoeven
@ 2016-05-23 15:07   ` Stephen Warren
  0 siblings, 0 replies; 103+ messages in thread
From: Stephen Warren @ 2016-05-23 15:07 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-kernel, Lee Jones, Eric Anholt,
	linux-rpi-kernel, 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@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] 103+ messages in thread

* Re: [PATCH 41/54] MAINTAINERS: Add file patterns for remoteproc device tree bindings
  2016-05-22  9:06 ` [PATCH 41/54] MAINTAINERS: Add file patterns for remoteproc device tree bindings Geert Uytterhoeven
@ 2016-05-23 15:33   ` Bjorn Andersson
  0 siblings, 0 replies; 103+ messages in thread
From: Bjorn Andersson @ 2016-05-23 15:33 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-kernel, Ohad Ben-Cohen, linux-remoteproc

On Sun 22 May 02:06 PDT 2016, 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: Ohad Ben-Cohen <ohad@wizery.com>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Cc: linux-remoteproc@vger.kernel.org

Thanks Geert, applied.

Regards,
Bjorn

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

* Re: [PATCH 17/54] MAINTAINERS: Add file patterns for fpga device tree bindings
  2016-05-22  9:05 ` [PATCH 17/54] MAINTAINERS: Add file patterns for fpga " Geert Uytterhoeven
  2016-05-23 14:30   ` atull
@ 2016-05-23 16:29   ` Moritz Fischer
  1 sibling, 0 replies; 103+ messages in thread
From: Moritz Fischer @ 2016-05-23 16:29 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Devicetree List, Linux Kernel Mailing List, Alan Tull

On Sun, May 22, 2016 at 2:05 AM, Geert Uytterhoeven
<geert@linux-m68k.org> 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: Alan Tull <atull@opensource.altera.com>
> Cc: Moritz Fischer <moritz.fischer@ettus.com>

Feel free to add my Acked-by,

Moritz

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

* Applied "ASoC: Add file patterns for sound device tree bindings" to the asoc tree
  2016-05-22  9:06 ` [PATCH 43/54] MAINTAINERS: Add file patterns for sound " Geert Uytterhoeven
  2016-05-23 11:09   ` Mark Brown
@ 2016-05-23 17:50   ` Mark Brown
  1 sibling, 0 replies; 103+ messages in thread
From: Mark Brown @ 2016-05-23 17:50 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Mark Brown, devicetree, linux-kernel, alsa-devel, Mark Brown,
	Liam Girdwood

The patch

   ASoC: Add file patterns for sound device tree bindings

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From afc9fb456dd0bc16633757c62e9857de588fdf57 Mon Sep 17 00:00:00 2001
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: Sun, 22 May 2016 11:06:20 +0200
Subject: [PATCH] ASoC: Add file patterns for sound device tree bindings

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>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 09a9cf1e0a8a..9d8795ed25c2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10435,6 +10435,7 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
 L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
 W:	http://alsa-project.org/main/index.php/ASoC
 S:	Supported
+F:	Documentation/devicetree/bindings/sound/
 F:	Documentation/sound/alsa/soc/
 F:	sound/soc/
 F:	include/sound/soc*
-- 
2.8.1

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

* Applied "regmap: Add file patterns for regmap device tree bindings" to the regmap tree
  2016-05-22  9:06 ` [PATCH 40/54] MAINTAINERS: Add file patterns for regmap " Geert Uytterhoeven
  2016-05-23 11:07   ` Mark Brown
@ 2016-05-23 17:50   ` Mark Brown
  1 sibling, 0 replies; 103+ messages in thread
From: Mark Brown @ 2016-05-23 17:50 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Mark Brown, devicetree, linux-kernel, Mark Brown

The patch

   regmap: Add file patterns for regmap device tree bindings

has been applied to the regmap tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 9398a639c8b175460828ee7c45e6b7a4c3f586b9 Mon Sep 17 00:00:00 2001
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: Sun, 22 May 2016 11:06:17 +0200
Subject: [PATCH] regmap: Add file patterns for regmap device tree bindings

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>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a727d9959ecd..94a9af5d7f7d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9318,6 +9318,7 @@ M:	Mark Brown <broonie@kernel.org>
 L:	linux-kernel@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
 S:	Supported
+F:	Documentation/devicetree/bindings/regmap/
 F:	drivers/base/regmap/
 F:	include/linux/regmap.h
 
-- 
2.8.1

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

* Applied "spi: Add file patterns for spi device tree bindings" to the spi tree
  2016-05-22  9:06 ` [PATCH 44/54] MAINTAINERS: Add file patterns for spi device tree bindings Geert Uytterhoeven
@ 2016-05-23 17:51   ` Mark Brown
  0 siblings, 0 replies; 103+ messages in thread
From: Mark Brown @ 2016-05-23 17:51 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Mark Brown, devicetree, linux-kernel, Mark Brown, linux-spi

The patch

   spi: Add file patterns for spi device tree bindings

has been applied to the spi tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From c876fec76e3719734f8a055b799c8c4c1930fcfc Mon Sep 17 00:00:00 2001
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: Sun, 22 May 2016 11:06:21 +0200
Subject: [PATCH] spi: Add file patterns for spi device tree bindings

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>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9c567a431d8d..3aaea9f66eae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10511,6 +10511,7 @@ L:	linux-spi@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
 Q:	http://patchwork.kernel.org/project/spi-devel-general/list/
 S:	Maintained
+F:	Documentation/devicetree/bindings/spi/
 F:	Documentation/spi/
 F:	drivers/spi/
 F:	include/linux/spi/
-- 
2.8.1

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

* Re: [PATCH 32/54] MAINTAINERS: Add file patterns for net device tree bindings
  2016-05-22  9:06 ` [PATCH 32/54] MAINTAINERS: Add file patterns for net " Geert Uytterhoeven
@ 2016-05-23 22:06   ` David Miller
  0 siblings, 0 replies; 103+ messages in thread
From: David Miller @ 2016-05-23 22:06 UTC (permalink / raw)
  To: geert; +Cc: devicetree, linux-kernel, netdev

From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: Sun, 22 May 2016 11:06:09 +0200

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

Applied.

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

* Re: [PATCH 01/54] MAINTAINERS: Add file patterns for ion device tree bindings
  2016-05-22  9:05 ` [PATCH 01/54] MAINTAINERS: Add file patterns for ion " Geert Uytterhoeven
@ 2016-05-23 22:48   ` Laura Abbott
  0 siblings, 0 replies; 103+ messages in thread
From: Laura Abbott @ 2016-05-23 22:48 UTC (permalink / raw)
  To: Geert Uytterhoeven, devicetree, linux-kernel; +Cc: Sumit Semwal, devel

On 05/22/2016 02:05 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: Laura Abbott <labbott@redhat.com>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: devel@driverdev.osuosl.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 283f35b6be6907f5..6b4b2447589f36fa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -781,6 +781,7 @@ M:	Laura Abbott <labbott@redhat.com>
>  M:	Sumit Semwal <sumit.semwal@linaro.org>
>  L:	devel@driverdev.osuosl.org
>  S:	Supported
> +F:	Documentation/devicetree/bindings/staging/ion/
>  F:	drivers/staging/android/ion
>  F:	drivers/staging/android/uapi/ion.h
>  F:	drivers/staging/android/uapi/ion_test.h
>

This is kind of in flux but I'd rather be cc'ed if anyone tries to add
new items so

Acked-by: Laura Abbott <labbott@redhat.com>

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

* Re: [PATCH 21/54] MAINTAINERS: Add file patterns for serio device tree bindings
  2016-05-22  9:05 ` [PATCH 21/54] MAINTAINERS: Add file patterns for serio " Geert Uytterhoeven
@ 2016-05-23 22:52   ` Dmitry Torokhov
  0 siblings, 0 replies; 103+ messages in thread
From: Dmitry Torokhov @ 2016-05-23 22:52 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, linux-input

On Sun, May 22, 2016 at 11:05:58AM +0200, 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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: linux-input@vger.kernel.org

Acked-by: Dmitry Torokhov <dmitry.torokhov@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 5cf50bf461c4255e..528c5ecd59d50ab5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5885,6 +5885,7 @@ F:	include/linux/input.h
>  F:	include/uapi/linux/input.h
>  F:	include/linux/input/
>  F:	Documentation/devicetree/bindings/input/
> +F:	Documentation/devicetree/bindings/serio/
>  
>  INPUT MULTITOUCH (MT) PROTOCOL
>  M:	Henrik Rydberg <rydberg@bitmath.org>
> -- 
> 1.9.1
> 

-- 
Dmitry

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

* Re: [PATCH 16/54] MAINTAINERS: Add file patterns for drm device tree bindings
  2016-05-23 12:35     ` Rob Herring
@ 2016-05-24 15:22       ` Emil Velikov
  0 siblings, 0 replies; 103+ messages in thread
From: Emil Velikov @ 2016-05-24 15:22 UTC (permalink / raw)
  To: Rob Herring
  Cc: Geert Uytterhoeven, devicetree, Linux-Kernel@Vger. Kernel. Org,
	ML dri-devel

On 23 May 2016 at 13:35, Rob Herring <robh@kernel.org> wrote:
> On Mon, May 23, 2016 at 4:33 AM, Emil Velikov <emil.l.velikov@gmail.com> wrote:
>> On 22 May 2016 at 10:05, Geert Uytterhoeven <geert@linux-m68k.org> 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: David Airlie <airlied@linux.ie>
>>> Cc: dri-devel@lists.freedesktop.org
>>> ---
>>> Please apply this patch directly if you want to be involved in device
>>> tree binding documentation for your subsystem.
>>> ---
>>>  MAINTAINERS | 3 +++
>>>  1 file changed, 3 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index c79b99dd3a0bf22d..75138c09dd603093 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -3868,6 +3868,9 @@ T:        git git://people.freedesktop.org/~airlied/linux
>>>  S:     Maintained
>>>  F:     drivers/gpu/drm/
>>>  F:     drivers/gpu/vga/
>>> +F:     Documentation/devicetree/bindings/display/
>> Contains a mixed bag of fb (drivers/video) and drm ones. Perhaps one
>> could/should move the former to a fb/legacy/other subfolder ?
>
> Yes, there are some poorly designed bindings that reflect the
> subsystem needs rather than the h/w. They were separate, I moved them
> all together to hopefully discourage further separate bindings.
>
I'm slightly concerned that someone will pick one of these and
consider it good, basing their design on it. That's why I was thinking
that moving them to a subfolder (called nasty/bad-design/legacy and/or
alike) might be a good idea.


>>> +F:     Documentation/devicetree/bindings/gpu/
>> nvidia,gk20a.txt
>> samsung-g2d.txt
>> samsung-rotator.txt
>>
>> These three should be listed alongside the respective drivers and/or
>> moved to display/{tegra,exynos} ?
>
> Possibly, but these bindings pretty much stand on their own.
>
Having a gpu only in different places does feel odd - nvidia,gk20a (in
gpu) vs etnaviv (in display). If we consider 'rotator' a GPU perhaps
so are exynos' mixer, mic...

Not saying that one has to do one or the other... just that it's not
that bad of an idea ;-)

Emil

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

* Re: [PATCH 36/54] MAINTAINERS: Add file patterns for pinctrl device tree bindings
  2016-05-22  9:06 ` [PATCH 36/54] MAINTAINERS: Add file patterns for pinctrl " Geert Uytterhoeven
@ 2016-05-26  9:33   ` Linus Walleij
  0 siblings, 0 replies; 103+ messages in thread
From: Linus Walleij @ 2016-05-26  9:33 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, linux-gpio

On Sun, May 22, 2016 at 11:06 AM, Geert Uytterhoeven
<geert@linux-m68k.org> 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: Linus Walleij <linus.walleij@linaro.org>
> Cc: linux-gpio@vger.kernel.org
> ---
> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.

Patch applied for fixes.

Want and want ... the alternative of not being involved is scarier.

Nowadays Linux subsystem maintainers are involved
in both DT and ACPI standardization not by choice but by
necessity.

Yours,
Linus Walleij

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

* Re: [PATCH 24/54] MAINTAINERS: Add file patterns for ata device tree bindings
  2016-05-22  9:06 ` [PATCH 24/54] MAINTAINERS: Add file patterns for ata " Geert Uytterhoeven
@ 2016-05-27 15:26   ` Tejun Heo
  0 siblings, 0 replies; 103+ messages in thread
From: Tejun Heo @ 2016-05-27 15:26 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, linux-ide

On Sun, May 22, 2016 at 11:06:01AM +0200, 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: Tejun Heo <tj@kernel.org>
> Cc: linux-ide@vger.kernel.org

Applied to libata/for-4.8.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 103+ 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; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-05-29  9:21 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: devicetree, linux-kernel, linux-arm-kernel,
	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

--
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] 103+ messages in thread

* Re: [PATCH 39/54] MAINTAINERS: Add file patterns for rtc device tree bindings
  2016-05-22  9:06 ` [PATCH 39/54] MAINTAINERS: Add file patterns for rtc " Geert Uytterhoeven
@ 2016-05-29 23:41   ` Alexandre Belloni
  0 siblings, 0 replies; 103+ messages in thread
From: Alexandre Belloni @ 2016-05-29 23:41 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, Alessandro Zummo, rtc-linux

On 22/05/2016 at 11:06:16 +0200, 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: Alessandro Zummo <a.zummo@towertech.it>
> Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> Cc: rtc-linux@googlegroups.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(+)
> 
Applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* Re: [PATCH 15/54] MAINTAINERS: Add file patterns for dma device tree bindings
  2016-05-22  9:05 ` [PATCH 15/54] MAINTAINERS: Add file patterns for dma " Geert Uytterhoeven
@ 2016-05-30  5:08   ` Vinod Koul
  0 siblings, 0 replies; 103+ messages in thread
From: Vinod Koul @ 2016-05-30  5:08 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, dmaengine

On Sun, May 22, 2016 at 11:05:52AM +0200, Geert Uytterhoeven wrote:
> Submitters of device tree binding documentation may forget to CC
> the subsystem maintainer if this is missing.

Applied, thanks

-- 
~Vinod

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

* Re: [PATCH 03/54] MAINTAINERS: Add file patterns for mediatek device tree bindings
  2016-05-22  9:05 ` [PATCH 03/54] MAINTAINERS: Add file patterns for mediatek " Geert Uytterhoeven
@ 2016-05-31  8:49   ` Matthias Brugger
  0 siblings, 0 replies; 103+ messages in thread
From: Matthias Brugger @ 2016-05-31  8:49 UTC (permalink / raw)
  To: Geert Uytterhoeven, devicetree, linux-kernel
  Cc: linux-arm-kernel, linux-mediatek



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

* Re: [PATCH 14/54] MAINTAINERS: Add file patterns for crypto device tree bindings
  2016-05-22  9:05 ` [PATCH 14/54] MAINTAINERS: Add file patterns for crypto " Geert Uytterhoeven
@ 2016-05-31 10:16   ` Herbert Xu
  0 siblings, 0 replies; 103+ messages in thread
From: Herbert Xu @ 2016-05-31 10:16 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-kernel, David S. Miller, linux-crypto

On Sun, May 22, 2016 at 11:05:51AM +0200, 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>

Applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

* Re: [PATCH 19/54] MAINTAINERS: Add file patterns for rng device tree bindings
  2016-05-22  9:05 ` [PATCH 19/54] MAINTAINERS: Add file patterns for rng " Geert Uytterhoeven
@ 2016-05-31 10:16   ` Herbert Xu
  0 siblings, 0 replies; 103+ messages in thread
From: Herbert Xu @ 2016-05-31 10:16 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, Matt Mackall, linux-crypto

On Sun, May 22, 2016 at 11:05:56AM +0200, 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>

Applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

* Re: [PATCH 29/54] MAINTAINERS: Add file patterns for mtd device tree bindings
  2016-05-22  9:06 ` [PATCH 29/54] MAINTAINERS: Add file patterns for mtd " Geert Uytterhoeven
@ 2016-05-31 19:32   ` Brian Norris
  0 siblings, 0 replies; 103+ messages in thread
From: Brian Norris @ 2016-05-31 19:32 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-kernel, David Woodhouse, linux-mtd, Boris Brezillon

On Sun, May 22, 2016 at 11:06:06AM +0200, 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: David Woodhouse <dwmw2@infradead.org>
> Cc: Brian Norris <computersforpeace@gmail.com>
> Cc: linux-mtd@lists.infradead.org
> ---
> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.

Applied to linux-mtd.git

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

* Re: [PATCH 42/54] MAINTAINERS: Add file patterns for scsi device tree bindings
  2016-05-22  9:06 ` [PATCH 42/54] MAINTAINERS: Add file patterns for scsi " Geert Uytterhoeven
@ 2016-06-01  2:28   ` Martin K. Petersen
  0 siblings, 0 replies; 103+ messages in thread
From: Martin K. Petersen @ 2016-06-01  2:28 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-kernel, James E.J. Bottomley,
	Martin K. Petersen, linux-scsi

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

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

Applied to 4.8/scsi-queue.

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH 11/54] MAINTAINERS: Add file patterns for clock device tree bindings
  2016-05-22  9:05 ` [PATCH 11/54] MAINTAINERS: Add file patterns for clock " Geert Uytterhoeven
@ 2016-06-01 22:11   ` Stephen Boyd
  0 siblings, 0 replies; 103+ messages in thread
From: Stephen Boyd @ 2016-06-01 22:11 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, Michael Turquette, linux-clk

On 05/22, 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: Michael Turquette <mturquette@baylibre.com>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: linux-clk@vger.kernel.org
> ---

Applied to clk-fixes

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* Re: [PATCH 31/54] MAINTAINERS: Add file patterns for mmc device tree bindings
  2016-05-22  9:06 ` [PATCH 31/54] MAINTAINERS: Add file patterns for mmc " Geert Uytterhoeven
@ 2016-06-03  8:33   ` Ulf Hansson
  0 siblings, 0 replies; 103+ messages in thread
From: Ulf Hansson @ 2016-06-03  8:33 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, linux-mmc

On 22 May 2016 at 11:06, Geert Uytterhoeven <geert@linux-m68k.org> 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: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: linux-mmc@vger.kernel.org

Thanks, applied for next!

Kind regards
Uffe

> ---
> 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 c1e413b2c61a9746..f296a5763fef0431 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7739,6 +7739,7 @@ M:        Ulf Hansson <ulf.hansson@linaro.org>
>  L:     linux-mmc@vger.kernel.org
>  T:     git git://git.linaro.org/people/ulf.hansson/mmc.git
>  S:     Maintained
> +F:     Documentation/devicetree/bindings/mmc/
>  F:     drivers/mmc/
>  F:     include/linux/mmc/
>  F:     include/uapi/linux/mmc/
> --
> 1.9.1
>

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

* Re: [33/54] MAINTAINERS: Add file patterns for wireless device tree bindings
  2016-05-22  9:06 ` [PATCH 33/54] MAINTAINERS: Add file patterns for wireless " Geert Uytterhoeven
  2016-05-23 11:25   ` Kalle Valo
@ 2016-06-04 14:24   ` Kalle Valo
  1 sibling, 0 replies; 103+ messages in thread
From: Kalle Valo @ 2016-06-04 14:24 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-kernel, Geert Uytterhoeven, linux-wireless

Geert Uytterhoeven <geert@linux-m68k.org> 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: Kalle Valo <kvalo@codeaurora.org>
> Cc: linux-wireless@vger.kernel.org

Thanks, 1 patch applied to wireless-drivers.git:

182fd9eecb28 MAINTAINERS: Add file patterns for wireless device tree bindings

-- 
Sent by pwcli
https://patchwork.kernel.org/patch/9130849/

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

* Re: [PATCH 04/54] MAINTAINERS: Add file patterns for qcom device tree bindings
  2016-05-22  9:05 ` [PATCH 04/54] MAINTAINERS: Add file patterns for qcom " Geert Uytterhoeven
@ 2016-06-09 20:50   ` Andy Gross
  0 siblings, 0 replies; 103+ messages in thread
From: Andy Gross @ 2016-06-09 20:50 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: devicetree, linux-kernel, David Brown, linux-arm-msm, linux-soc

On Sun, May 22, 2016 at 11:05:41AM +0200, 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: Andy Gross <andy.gross@linaro.org>
> Cc: David Brown <david.brown@linaro.org>
> Cc: linux-arm-msm@vger.kernel.org
> Cc: linux-soc@vger.kernel.org
> ---

I queued this one up.  Thanks!

Andy

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

* Re: [PATCH 35/54] MAINTAINERS: Add file patterns for pci device tree bindings
  2016-05-22  9:06 ` [PATCH 35/54] MAINTAINERS: Add file patterns for pci " Geert Uytterhoeven
@ 2016-06-11  0:06   ` Bjorn Helgaas
  0 siblings, 0 replies; 103+ messages in thread
From: Bjorn Helgaas @ 2016-06-11  0:06 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, Bjorn Helgaas, linux-pci

On Sun, May 22, 2016 at 11:06:12AM +0200, 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: Bjorn Helgaas <bhelgaas@google.com>
> Cc: linux-pci@vger.kernel.org

Applied to pci/misc for v4.8, thanks, Geert.

> ---
> 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 868111d26536f086..2e4bacda7f40a7e8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8695,6 +8695,7 @@ L:	linux-pci@vger.kernel.org
>  Q:	http://patchwork.ozlabs.org/project/linux-pci/list/
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
>  S:	Supported
> +F:	Documentation/devicetree/bindings/pci/
>  F:	Documentation/PCI/
>  F:	drivers/pci/
>  F:	include/linux/pci*
> -- 
> 1.9.1
> 

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

* Re: [PATCH 22/54] MAINTAINERS: Add file patterns for iommu device tree bindings
  2016-05-22  9:05 ` [PATCH 22/54] MAINTAINERS: Add file patterns for iommu " Geert Uytterhoeven
@ 2016-06-15 11:55   ` Joerg Roedel
  0 siblings, 0 replies; 103+ messages in thread
From: Joerg Roedel @ 2016-06-15 11:55 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, iommu

On Sun, May 22, 2016 at 11:05:59AM +0200, 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: Joerg Roedel <joro@8bytes.org>
> Cc: iommu@lists.linux-foundation.org
> ---
> Please apply this patch directly if you want to be involved in device
> tree binding documentation for your subsystem.

Applied, thanks.

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

* Re: [PATCH 09/54] MAINTAINERS: Add file patterns for can device tree bindings
  2016-05-22  9:05 ` [PATCH 09/54] MAINTAINERS: Add file patterns for can " Geert Uytterhoeven
@ 2016-06-17 13:33   ` Marc Kleine-Budde
  0 siblings, 0 replies; 103+ messages in thread
From: Marc Kleine-Budde @ 2016-06-17 13:33 UTC (permalink / raw)
  To: Geert Uytterhoeven, devicetree, linux-kernel
  Cc: Wolfgang Grandegger, linux-can


[-- Attachment #1.1: Type: text/plain, Size: 671 bytes --]

On 05/22/2016 11:05 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: Wolfgang Grandegger <wg@grandegger.com>
> Cc: Marc Kleine-Budde <mkl@pengutronix.de>
> Cc: linux-can@vger.kernel.org

Tnx, applied to can-next.

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* Re: [PATCH 28/54] MAINTAINERS: Add file patterns for media device tree bindings
  2016-05-22  9:06 ` [PATCH 28/54] MAINTAINERS: Add file patterns for media " Geert Uytterhoeven
  2016-05-23 13:29   ` Javier Martinez Canillas
@ 2016-07-10 15:27   ` Mauro Carvalho Chehab
  2016-07-12 15:40     ` Geert Uytterhoeven
  1 sibling, 1 reply; 103+ messages in thread
From: Mauro Carvalho Chehab @ 2016-07-10 15:27 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: devicetree, linux-kernel, linux-media

Em Sun, 22 May 2016 11:06:05 +0200
Geert Uytterhoeven <geert@linux-m68k.org> escreveu:

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

I'm assuming that this patch will go via DT git tree, so:
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

> Cc: linux-media@vger.kernel.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 7acb65bb2590a321..c230cd9ec8aefe45 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7376,6 +7376,7 @@ W:	https://linuxtv.org
>  Q:	http://patchwork.kernel.org/project/linux-media/list/
>  T:	git git://linuxtv.org/media_tree.git
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/media/
>  F:	Documentation/dvb/
>  F:	Documentation/video4linux/
>  F:	Documentation/DocBook/media/


-- 
Thanks,
Mauro

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

* Re: [PATCH 28/54] MAINTAINERS: Add file patterns for media device tree bindings
  2016-07-10 15:27   ` Mauro Carvalho Chehab
@ 2016-07-12 15:40     ` Geert Uytterhoeven
  0 siblings, 0 replies; 103+ messages in thread
From: Geert Uytterhoeven @ 2016-07-12 15:40 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: devicetree, linux-kernel, Linux Media Mailing List

Hi Mauro,

On Sun, Jul 10, 2016 at 5:27 PM, Mauro Carvalho Chehab
<mchehab@osg.samsung.com> wrote:
> Em Sun, 22 May 2016 11:06:05 +0200
> Geert Uytterhoeven <geert@linux-m68k.org> escreveu:
>
>> Submitters of device tree binding documentation may forget to CC
>> the subsystem maintainer if this is missing.
>
> I'm assuming that this patch will go via DT git tree, so:

No, please see below...

>> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
>> Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
>
> Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

Thanks.

>> Cc: linux-media@vger.kernel.org
>> ---
>> Please apply this patch directly if you want to be involved in device
>> tree binding documentation for your subsystem.

... and apply it. Thanks again!

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] 103+ messages in thread

end of thread, other threads:[~2016-07-12 15:40 UTC | newest]

Thread overview: 103+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-22  9:05 [PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven
2016-05-22  9:05 ` [PATCH 01/54] MAINTAINERS: Add file patterns for ion " Geert Uytterhoeven
2016-05-23 22:48   ` Laura Abbott
2016-05-22  9:05 ` [PATCH 02/54] MAINTAINERS: Add file patterns for dove " Geert Uytterhoeven
2016-05-22  9:05 ` [PATCH 03/54] MAINTAINERS: Add file patterns for mediatek " Geert Uytterhoeven
2016-05-31  8:49   ` Matthias Brugger
2016-05-22  9:05 ` [PATCH 04/54] MAINTAINERS: Add file patterns for qcom " Geert Uytterhoeven
2016-06-09 20:50   ` Andy Gross
2016-05-22  9:05 ` [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip " Geert Uytterhoeven
2016-05-22  9:27   ` Heiko Stuebner
2016-05-29  9:21     ` Geert Uytterhoeven
2016-05-22  9:05 ` [PATCH 06/54] MAINTAINERS: Add file patterns for backlight " Geert Uytterhoeven
2016-05-22  9:05 ` [PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 " Geert Uytterhoeven
2016-05-23 15:07   ` Stephen Warren
2016-05-22  9:05 ` [PATCH 08/54] MAINTAINERS: Add file patterns for mips brcm " Geert Uytterhoeven
2016-05-22  9:05 ` [PATCH 09/54] MAINTAINERS: Add file patterns for can " Geert Uytterhoeven
2016-06-17 13:33   ` Marc Kleine-Budde
2016-05-22  9:05 ` [PATCH 10/54] MAINTAINERS: Add file patterns for clocksource " Geert Uytterhoeven
2016-05-22  9:05 ` [PATCH 11/54] MAINTAINERS: Add file patterns for clock " Geert Uytterhoeven
2016-06-01 22:11   ` Stephen Boyd
2016-05-22  9:05 ` [PATCH 12/54] MAINTAINERS: Add file patterns for cpufreq " Geert Uytterhoeven
2016-05-23  2:32   ` Viresh Kumar
2016-05-22  9:05 ` [PATCH 13/54] MAINTAINERS: Add file patterns for cris " Geert Uytterhoeven
2016-05-23  7:43   ` Jesper Nilsson
2016-05-22  9:05 ` [PATCH 14/54] MAINTAINERS: Add file patterns for crypto " Geert Uytterhoeven
2016-05-31 10:16   ` Herbert Xu
2016-05-22  9:05 ` [PATCH 15/54] MAINTAINERS: Add file patterns for dma " Geert Uytterhoeven
2016-05-30  5:08   ` Vinod Koul
2016-05-22  9:05 ` [PATCH 16/54] MAINTAINERS: Add file patterns for drm " Geert Uytterhoeven
2016-05-23  7:20   ` Daniel Vetter
2016-05-23  9:33   ` Emil Velikov
2016-05-23 12:35     ` Rob Herring
2016-05-24 15:22       ` Emil Velikov
2016-05-22  9:05 ` [PATCH 17/54] MAINTAINERS: Add file patterns for fpga " Geert Uytterhoeven
2016-05-23 14:30   ` atull
2016-05-23 16:29   ` Moritz Fischer
2016-05-22  9:05 ` [PATCH 18/54] MAINTAINERS: Add file patterns for h8300 " Geert Uytterhoeven
2016-05-22  9:05 ` [PATCH 19/54] MAINTAINERS: Add file patterns for rng " Geert Uytterhoeven
2016-05-31 10:16   ` Herbert Xu
2016-05-22  9:05 ` [PATCH 20/54] MAINTAINERS: Add file patterns for iio " Geert Uytterhoeven
2016-05-22 19:41   ` Jonathan Cameron
2016-05-22  9:05 ` [PATCH 21/54] MAINTAINERS: Add file patterns for serio " Geert Uytterhoeven
2016-05-23 22:52   ` Dmitry Torokhov
2016-05-22  9:05 ` [PATCH 22/54] MAINTAINERS: Add file patterns for iommu " Geert Uytterhoeven
2016-06-15 11:55   ` Joerg Roedel
2016-05-22  9:06 ` [PATCH 23/54] MAINTAINERS: Add file patterns for led " Geert Uytterhoeven
2016-05-23  7:23   ` Jacek Anaszewski
2016-05-22  9:06 ` [PATCH 24/54] MAINTAINERS: Add file patterns for ata " Geert Uytterhoeven
2016-05-27 15:26   ` Tejun Heo
2016-05-22  9:06 ` [PATCH 25/54] MAINTAINERS: Add file patterns for powerpc " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 26/54] MAINTAINERS: Add file patterns for mailbox " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 27/54] MAINTAINERS: Add file patterns for dsa " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 28/54] MAINTAINERS: Add file patterns for media " Geert Uytterhoeven
2016-05-23 13:29   ` Javier Martinez Canillas
2016-07-10 15:27   ` Mauro Carvalho Chehab
2016-07-12 15:40     ` Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 29/54] MAINTAINERS: Add file patterns for mtd " Geert Uytterhoeven
2016-05-31 19:32   ` Brian Norris
2016-05-22  9:06 ` [PATCH 30/54] MAINTAINERS: Add file patterns for mips " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 31/54] MAINTAINERS: Add file patterns for mmc " Geert Uytterhoeven
2016-06-03  8:33   ` Ulf Hansson
2016-05-22  9:06 ` [PATCH 32/54] MAINTAINERS: Add file patterns for net " Geert Uytterhoeven
2016-05-23 22:06   ` David Miller
2016-05-22  9:06 ` [PATCH 33/54] MAINTAINERS: Add file patterns for wireless " Geert Uytterhoeven
2016-05-23 11:25   ` Kalle Valo
2016-06-04 14:24   ` [33/54] " Kalle Valo
2016-05-22  9:06 ` [PATCH 34/54] MAINTAINERS: Add file patterns for nios2 " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 35/54] MAINTAINERS: Add file patterns for pci " Geert Uytterhoeven
2016-06-11  0:06   ` Bjorn Helgaas
2016-05-22  9:06 ` [PATCH 36/54] MAINTAINERS: Add file patterns for pinctrl " Geert Uytterhoeven
2016-05-26  9:33   ` Linus Walleij
2016-05-22  9:06 ` [PATCH 37/54] MAINTAINERS: Add file patterns for power supply " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 38/54] MAINTAINERS: Add file patterns for pps " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 39/54] MAINTAINERS: Add file patterns for rtc " Geert Uytterhoeven
2016-05-29 23:41   ` Alexandre Belloni
2016-05-22  9:06 ` [PATCH 40/54] MAINTAINERS: Add file patterns for regmap " Geert Uytterhoeven
2016-05-23 11:07   ` Mark Brown
2016-05-23 17:50   ` Applied "regmap: Add file patterns for regmap device tree bindings" to the regmap tree Mark Brown
2016-05-22  9:06 ` [PATCH 41/54] MAINTAINERS: Add file patterns for remoteproc device tree bindings Geert Uytterhoeven
2016-05-23 15:33   ` Bjorn Andersson
2016-05-22  9:06 ` [PATCH 42/54] MAINTAINERS: Add file patterns for scsi " Geert Uytterhoeven
2016-06-01  2:28   ` Martin K. Petersen
2016-05-22  9:06 ` [PATCH 43/54] MAINTAINERS: Add file patterns for sound " Geert Uytterhoeven
2016-05-23 11:09   ` Mark Brown
2016-05-23 17:50   ` Applied "ASoC: Add file patterns for sound device tree bindings" to the asoc tree Mark Brown
2016-05-22  9:06 ` [PATCH 44/54] MAINTAINERS: Add file patterns for spi device tree bindings Geert Uytterhoeven
2016-05-23 17:51   ` Applied "spi: Add file patterns for spi device tree bindings" to the spi tree Mark Brown
2016-05-22  9:06 ` [PATCH 45/54] MAINTAINERS: Add file patterns for staging iio device tree bindings Geert Uytterhoeven
2016-05-22 19:42   ` Jonathan Cameron
2016-05-22  9:06 ` [PATCH 46/54] MAINTAINERS: Add file patterns for ti " Geert Uytterhoeven
2016-05-22 16:52   ` Santosh Shilimkar
2016-05-22  9:06 ` [PATCH 47/54] MAINTAINERS: Add file patterns for tpm " Geert Uytterhoeven
2016-05-23 13:48   ` Jarkko Sakkinen
2016-05-22  9:06 ` [PATCH 48/54] MAINTAINERS: Add file patterns for serial " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 49/54] MAINTAINERS: Add file patterns for usb " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 50/54] MAINTAINERS: Add file patterns for virtio " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 51/54] MAINTAINERS: Add file patterns for w1 " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 52/54] MAINTAINERS: Add file patterns for watchdog " Geert Uytterhoeven
2016-05-22 17:23   ` Guenter Roeck
2016-05-23  7:07   ` Wim Van Sebroeck
2016-05-22  9:06 ` [PATCH 53/54] MAINTAINERS: Add file patterns for x86 " Geert Uytterhoeven
2016-05-22  9:06 ` [PATCH 54/54] MAINTAINERS: Add file patterns for xillybus " Geert Uytterhoeven
2016-05-22  9:13   ` Eli Billauer

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