2015-11-05 19:41:32

by Rob Herring (Arm)

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: update DT binding doc locations

After the recent moving of DT binding documents, some maintainers entries
are stale. Update them to the new locations.

In bindings/fb/, there were only 2 files and I'm assuming the FB
maintainers don't want to be copied on all of bindings/display/. So I've
dropped them.

Reported-by: Thierry Reding <[email protected]>
Cc: Thierry Reding <[email protected]>
Cc: Jianwei Wang <[email protected]>
Cc: Alison Wang <[email protected]>
Cc: Philipp Zabel <[email protected]>
Cc: Mark Yao <[email protected]>
Cc: Benjamin Gaignard <[email protected]>
Cc: Vincent Abriou <[email protected]>
Cc: Jean-Christophe Plagniol-Villard <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Hans de Goede <[email protected]>
Cc: Vineet Gupta <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
---
MAINTAINERS | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9f6685f..e2aa973 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3577,7 +3577,7 @@ S: Maintained
F: drivers/gpu/drm/drm_panel.c
F: drivers/gpu/drm/panel/
F: include/drm/drm_panel.h
-F: Documentation/devicetree/bindings/panel/
+F: Documentation/devicetree/bindings/display/panel/

INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
M: Daniel Vetter <[email protected]>
@@ -3609,15 +3609,15 @@ M: Alison Wang <[email protected]>
L: [email protected]
S: Supported
F: drivers/gpu/drm/fsl-dcu/
-F: Documentation/devicetree/bindings/video/fsl,dcu.txt
-F: Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
+F: Documentation/devicetree/bindings/display/fsl,dcu.txt
+F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt

DRM DRIVERS FOR FREESCALE IMX
M: Philipp Zabel <[email protected]>
L: [email protected]
S: Maintained
F: drivers/gpu/drm/imx/
-F: Documentation/devicetree/bindings/drm/imx/
+F: Documentation/devicetree/bindings/display/imx/

DRM DRIVERS FOR NVIDIA TEGRA
M: Thierry Reding <[email protected]>
@@ -3630,7 +3630,7 @@ F: drivers/gpu/drm/tegra/
F: drivers/gpu/host1x/
F: include/linux/host1x.h
F: include/uapi/drm/tegra_drm.h
-F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
+F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt

DRM DRIVERS FOR RENESAS
M: Laurent Pinchart <[email protected]>
@@ -3647,7 +3647,7 @@ M: Mark Yao <[email protected]>
L: [email protected]
S: Maintained
F: drivers/gpu/drm/rockchip/
-F: Documentation/devicetree/bindings/video/rockchip*
+F: Documentation/devicetree/bindings/display/rockchip*

DRM DRIVERS FOR STI
M: Benjamin Gaignard <[email protected]>
@@ -3656,7 +3656,7 @@ L: [email protected]
T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
S: Maintained
F: drivers/gpu/drm/sti
-F: Documentation/devicetree/bindings/gpu/st,stih4xx.txt
+F: Documentation/devicetree/bindings/display/st,stih4xx.txt

DSBR100 USB FM RADIO DRIVER
M: Alexey Klimov <[email protected]>
@@ -4342,7 +4342,6 @@ Q: http://patchwork.kernel.org/project/linux-fbdev/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
S: Maintained
F: Documentation/fb/
-F: Documentation/devicetree/bindings/fb/
F: drivers/video/
F: include/video/
F: include/linux/fb.h
@@ -6855,6 +6854,7 @@ S: Supported
F: arch/metag/
F: Documentation/metag/
F: Documentation/devicetree/bindings/metag/
+F: Documentation/devicetree/bindings/interrupt-controller/img,*
F: drivers/clocksource/metag_generic.c
F: drivers/irqchip/irq-metag.c
F: drivers/irqchip/irq-metag-ext.c
@@ -9443,7 +9443,7 @@ SIMPLEFB FB DRIVER
M: Hans de Goede <[email protected]>
L: [email protected]
S: Maintained
-F: Documentation/devicetree/bindings/video/simple-framebuffer.txt
+F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
F: drivers/video/fbdev/simplefb.c
F: include/linux/platform_data/simplefb.h

@@ -10072,6 +10072,7 @@ M: Vineet Gupta <[email protected]>
S: Supported
F: arch/arc/
F: Documentation/devicetree/bindings/arc/*
+F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
F: drivers/tty/serial/arc_uart.c
T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git

--
2.5.0


2015-11-05 21:04:33

by James Hogan

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: update DT binding doc locations

On Thu, Nov 05, 2015 at 01:41:15PM -0600, Rob Herring wrote:
> After the recent moving of DT binding documents, some maintainers entries
> are stale. Update them to the new locations.
>
> In bindings/fb/, there were only 2 files and I'm assuming the FB
> maintainers don't want to be copied on all of bindings/display/. So I've
> dropped them.
>
> Reported-by: Thierry Reding <[email protected]>
> Cc: Thierry Reding <[email protected]>
> Cc: Jianwei Wang <[email protected]>
> Cc: Alison Wang <[email protected]>
> Cc: Philipp Zabel <[email protected]>
> Cc: Mark Yao <[email protected]>
> Cc: Benjamin Gaignard <[email protected]>
> Cc: Vincent Abriou <[email protected]>
> Cc: Jean-Christophe Plagniol-Villard <[email protected]>
> Cc: Tomi Valkeinen <[email protected]>
> Cc: James Hogan <[email protected]>
> Cc: Hans de Goede <[email protected]>
> Cc: Vineet Gupta <[email protected]>
> Signed-off-by: Rob Herring <[email protected]>

Acked-by: James Hogan <[email protected]> [metag]

Thanks!
James

> @@ -6855,6 +6854,7 @@ S: Supported
> F: arch/metag/
> F: Documentation/metag/
> F: Documentation/devicetree/bindings/metag/
> +F: Documentation/devicetree/bindings/interrupt-controller/img,*
> F: drivers/clocksource/metag_generic.c
> F: drivers/irqchip/irq-metag.c
> F: drivers/irqchip/irq-metag-ext.c


Attachments:
(No filename) (1.36 kB)
signature.asc (819.00 B)
Digital signature
Download all attachments

2015-11-06 05:25:16

by Vineet Gupta

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: update DT binding doc locations

On Friday 06 November 2015 01:11 AM, Rob Herring wrote:
> After the recent moving of DT binding documents, some maintainers entries
> are stale. Update them to the new locations.
>
> In bindings/fb/, there were only 2 files and I'm assuming the FB
> maintainers don't want to be copied on all of bindings/display/. So I've
> dropped them.
>
> Reported-by: Thierry Reding <[email protected]>
> Cc: Thierry Reding <[email protected]>
> Cc: Jianwei Wang <[email protected]>
> Cc: Alison Wang <[email protected]>
> Cc: Philipp Zabel <[email protected]>
> Cc: Mark Yao <[email protected]>
> Cc: Benjamin Gaignard <[email protected]>
> Cc: Vincent Abriou <[email protected]>
> Cc: Jean-Christophe Plagniol-Villard <[email protected]>
> Cc: Tomi Valkeinen <[email protected]>
> Cc: James Hogan <[email protected]>
> Cc: Hans de Goede <[email protected]>
> Cc: Vineet Gupta <[email protected]>

For arc bits:
Acked-by: Vineet Gupta <[email protected]>

> Signed-off-by: Rob Herring <[email protected]>
> ---
> ...
>
> @@ -10072,6 +10072,7 @@ M: Vineet Gupta <[email protected]>
> S: Supported
> F: arch/arc/
> F: Documentation/devicetree/bindings/arc/*
> +F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
> F: drivers/tty/serial/arc_uart.c
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
>

2015-11-06 13:36:13

by Thierry Reding

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: update DT binding doc locations

On Thu, Nov 05, 2015 at 01:41:15PM -0600, Rob Herring wrote:
> After the recent moving of DT binding documents, some maintainers entries
> are stale. Update them to the new locations.
>
> In bindings/fb/, there were only 2 files and I'm assuming the FB
> maintainers don't want to be copied on all of bindings/display/. So I've
> dropped them.
>
> Reported-by: Thierry Reding <[email protected]>
> Cc: Thierry Reding <[email protected]>
> Cc: Jianwei Wang <[email protected]>
> Cc: Alison Wang <[email protected]>
> Cc: Philipp Zabel <[email protected]>
> Cc: Mark Yao <[email protected]>
> Cc: Benjamin Gaignard <[email protected]>
> Cc: Vincent Abriou <[email protected]>
> Cc: Jean-Christophe Plagniol-Villard <[email protected]>
> Cc: Tomi Valkeinen <[email protected]>
> Cc: James Hogan <[email protected]>
> Cc: Hans de Goede <[email protected]>
> Cc: Vineet Gupta <[email protected]>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> MAINTAINERS | 19 ++++++++++---------
> 1 file changed, 10 insertions(+), 9 deletions(-)

Acked-by: Thierry Reding <[email protected]>


Attachments:
(No filename) (1.13 kB)
signature.asc (819.00 B)
Download all attachments

2015-11-12 16:07:09

by Vincent ABRIOU

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: update DT binding doc locations



On 11/05/2015 08:41 PM, Rob Herring wrote:
> After the recent moving of DT binding documents, some maintainers entries
> are stale. Update them to the new locations.
>
> In bindings/fb/, there were only 2 files and I'm assuming the FB
> maintainers don't want to be copied on all of bindings/display/. So I've
> dropped them.
>
> Reported-by: Thierry Reding <[email protected]>
> Cc: Thierry Reding <[email protected]>
> Cc: Jianwei Wang <[email protected]>
> Cc: Alison Wang <[email protected]>
> Cc: Philipp Zabel <[email protected]>
> Cc: Mark Yao <[email protected]>
> Cc: Benjamin Gaignard <[email protected]>
> Cc: Vincent Abriou <[email protected]>
> Cc: Jean-Christophe Plagniol-Villard <[email protected]>
> Cc: Tomi Valkeinen <[email protected]>
> Cc: James Hogan <[email protected]>
> Cc: Hans de Goede <[email protected]>
> Cc: Vineet Gupta <[email protected]>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> MAINTAINERS | 19 ++++++++++---------
> 1 file changed, 10 insertions(+), 9 deletions(-)
>

> DRM DRIVERS FOR STI
> M: Benjamin Gaignard <[email protected]>
> @@ -3656,7 +3656,7 @@ L: [email protected]
> T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
> S: Maintained
> F: drivers/gpu/drm/sti
> -F: Documentation/devicetree/bindings/gpu/st,stih4xx.txt
> +F: Documentation/devicetree/bindings/display/st,stih4xx.txt
>

Acked-by: Vincent Abriou <[email protected]>-

2015-11-13 17:26:38

by Philipp Zabel

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: update DT binding doc locations

Am Donnerstag, den 05.11.2015, 13:41 -0600 schrieb Rob Herring:
> After the recent moving of DT binding documents, some maintainers entries
> are stale. Update them to the new locations.
>
> In bindings/fb/, there were only 2 files and I'm assuming the FB
> maintainers don't want to be copied on all of bindings/display/. So I've
> dropped them.
>
> Reported-by: Thierry Reding <[email protected]>
> Cc: Thierry Reding <[email protected]>
> Cc: Jianwei Wang <[email protected]>
> Cc: Alison Wang <[email protected]>
> Cc: Philipp Zabel <[email protected]>

Acked-by: Philipp Zabel <[email protected]>

regards
Philipp

Subject: Re: [PATCH] MAINTAINERS: update DT binding doc locations


> On Nov 6, 2015, at 3:41 AM, Rob Herring <[email protected]> wrote:
>
> After the recent moving of DT binding documents, some maintainers entries
> are stale. Update them to the new locations.
>
> In bindings/fb/, there were only 2 files and I'm assuming the FB
> maintainers don't want to be copied on all of bindings/display/. So I've
> dropped them.
>
> Reported-by: Thierry Reding <[email protected]>
> Cc: Thierry Reding <[email protected]>
> Cc: Jianwei Wang <[email protected]>
> Cc: Alison Wang <[email protected]>
> Cc: Philipp Zabel <[email protected]>
> Cc: Mark Yao <[email protected]>
> Cc: Benjamin Gaignard <[email protected]>
> Cc: Vincent Abriou <[email protected]>
> Cc: Jean-Christophe Plagniol-Villard <[email protected]>
> Cc: Tomi Valkeinen <[email protected]>
> Cc: James Hogan <[email protected]>
> Cc: Hans de Goede <[email protected]>
> Cc: Vineet Gupta <[email protected]>
> Signed-off-by: Rob Herring <[email protected]>

Ack
> ---
> MAINTAINERS | 19 ++++++++++---------
> 1 file changed, 10 insertions(+), 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9f6685f..e2aa973 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3577,7 +3577,7 @@ S: Maintained
> F: drivers/gpu/drm/drm_panel.c
> F: drivers/gpu/drm/panel/
> F: include/drm/drm_panel.h
> -F: Documentation/devicetree/bindings/panel/
> +F: Documentation/devicetree/bindings/display/panel/
>
> INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
> M: Daniel Vetter <[email protected]>
> @@ -3609,15 +3609,15 @@ M: Alison Wang <[email protected]>
> L: [email protected]
> S: Supported
> F: drivers/gpu/drm/fsl-dcu/
> -F: Documentation/devicetree/bindings/video/fsl,dcu.txt
> -F: Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
> +F: Documentation/devicetree/bindings/display/fsl,dcu.txt
> +F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
>
> DRM DRIVERS FOR FREESCALE IMX
> M: Philipp Zabel <[email protected]>
> L: [email protected]
> S: Maintained
> F: drivers/gpu/drm/imx/
> -F: Documentation/devicetree/bindings/drm/imx/
> +F: Documentation/devicetree/bindings/display/imx/
>
> DRM DRIVERS FOR NVIDIA TEGRA
> M: Thierry Reding <[email protected]>
> @@ -3630,7 +3630,7 @@ F: drivers/gpu/drm/tegra/
> F: drivers/gpu/host1x/
> F: include/linux/host1x.h
> F: include/uapi/drm/tegra_drm.h
> -F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
> +F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
>
> DRM DRIVERS FOR RENESAS
> M: Laurent Pinchart <[email protected]>
> @@ -3647,7 +3647,7 @@ M: Mark Yao <[email protected]>
> L: [email protected]
> S: Maintained
> F: drivers/gpu/drm/rockchip/
> -F: Documentation/devicetree/bindings/video/rockchip*
> +F: Documentation/devicetree/bindings/display/rockchip*
>
> DRM DRIVERS FOR STI
> M: Benjamin Gaignard <[email protected]>
> @@ -3656,7 +3656,7 @@ L: [email protected]
> T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
> S: Maintained
> F: drivers/gpu/drm/sti
> -F: Documentation/devicetree/bindings/gpu/st,stih4xx.txt
> +F: Documentation/devicetree/bindings/display/st,stih4xx.txt
>
> DSBR100 USB FM RADIO DRIVER
> M: Alexey Klimov <[email protected]>
> @@ -4342,7 +4342,6 @@ Q: http://patchwork.kernel.org/project/linux-fbdev/list/
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
> S: Maintained
> F: Documentation/fb/
> -F: Documentation/devicetree/bindings/fb/
> F: drivers/video/
> F: include/video/
> F: include/linux/fb.h
> @@ -6855,6 +6854,7 @@ S: Supported
> F: arch/metag/
> F: Documentation/metag/
> F: Documentation/devicetree/bindings/metag/
> +F: Documentation/devicetree/bindings/interrupt-controller/img,*
> F: drivers/clocksource/metag_generic.c
> F: drivers/irqchip/irq-metag.c
> F: drivers/irqchip/irq-metag-ext.c
> @@ -9443,7 +9443,7 @@ SIMPLEFB FB DRIVER
> M: Hans de Goede <[email protected]>
> L: [email protected]
> S: Maintained
> -F: Documentation/devicetree/bindings/video/simple-framebuffer.txt
> +F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
> F: drivers/video/fbdev/simplefb.c
> F: include/linux/platform_data/simplefb.h
>
> @@ -10072,6 +10072,7 @@ M: Vineet Gupta <[email protected]>
> S: Supported
> F: arch/arc/
> F: Documentation/devicetree/bindings/arc/*
> +F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
> F: drivers/tty/serial/arc_uart.c
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
>
> --
> 2.5.0
>

2015-11-14 18:17:59

by Benjamin Gaignard

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: update DT binding doc locations

2015-11-05 20:41 GMT+01:00 Rob Herring <[email protected]>:
> After the recent moving of DT binding documents, some maintainers entries
> are stale. Update them to the new locations.
>
> In bindings/fb/, there were only 2 files and I'm assuming the FB
> maintainers don't want to be copied on all of bindings/display/. So I've
> dropped them.
>
> Reported-by: Thierry Reding <[email protected]>
> Cc: Thierry Reding <[email protected]>
> Cc: Jianwei Wang <[email protected]>
> Cc: Alison Wang <[email protected]>
> Cc: Philipp Zabel <[email protected]>
> Cc: Mark Yao <[email protected]>
> Cc: Benjamin Gaignard <[email protected]>
> Cc: Vincent Abriou <[email protected]>
> Cc: Jean-Christophe Plagniol-Villard <[email protected]>
> Cc: Tomi Valkeinen <[email protected]>
> Cc: James Hogan <[email protected]>
> Cc: Hans de Goede <[email protected]>
> Cc: Vineet Gupta <[email protected]>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> MAINTAINERS | 19 ++++++++++---------
> 1 file changed, 10 insertions(+), 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9f6685f..e2aa973 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3577,7 +3577,7 @@ S: Maintained
> F: drivers/gpu/drm/drm_panel.c
> F: drivers/gpu/drm/panel/
> F: include/drm/drm_panel.h
> -F: Documentation/devicetree/bindings/panel/
> +F: Documentation/devicetree/bindings/display/panel/
>
> INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
> M: Daniel Vetter <[email protected]>
> @@ -3609,15 +3609,15 @@ M: Alison Wang <[email protected]>
> L: [email protected]
> S: Supported
> F: drivers/gpu/drm/fsl-dcu/
> -F: Documentation/devicetree/bindings/video/fsl,dcu.txt
> -F: Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
> +F: Documentation/devicetree/bindings/display/fsl,dcu.txt
> +F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
>
> DRM DRIVERS FOR FREESCALE IMX
> M: Philipp Zabel <[email protected]>
> L: [email protected]
> S: Maintained
> F: drivers/gpu/drm/imx/
> -F: Documentation/devicetree/bindings/drm/imx/
> +F: Documentation/devicetree/bindings/display/imx/
>
> DRM DRIVERS FOR NVIDIA TEGRA
> M: Thierry Reding <[email protected]>
> @@ -3630,7 +3630,7 @@ F: drivers/gpu/drm/tegra/
> F: drivers/gpu/host1x/
> F: include/linux/host1x.h
> F: include/uapi/drm/tegra_drm.h
> -F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
> +F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
>
> DRM DRIVERS FOR RENESAS
> M: Laurent Pinchart <[email protected]>
> @@ -3647,7 +3647,7 @@ M: Mark Yao <[email protected]>
> L: [email protected]
> S: Maintained
> F: drivers/gpu/drm/rockchip/
> -F: Documentation/devicetree/bindings/video/rockchip*
> +F: Documentation/devicetree/bindings/display/rockchip*
>
> DRM DRIVERS FOR STI
> M: Benjamin Gaignard <[email protected]>
> @@ -3656,7 +3656,7 @@ L: [email protected]
> T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
> S: Maintained
> F: drivers/gpu/drm/sti
> -F: Documentation/devicetree/bindings/gpu/st,stih4xx.txt
> +F: Documentation/devicetree/bindings/display/st,stih4xx.txt
>
> DSBR100 USB FM RADIO DRIVER
> M: Alexey Klimov <[email protected]>
> @@ -4342,7 +4342,6 @@ Q: http://patchwork.kernel.org/project/linux-fbdev/list/
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
> S: Maintained
> F: Documentation/fb/
> -F: Documentation/devicetree/bindings/fb/
> F: drivers/video/
> F: include/video/
> F: include/linux/fb.h
> @@ -6855,6 +6854,7 @@ S: Supported
> F: arch/metag/
> F: Documentation/metag/
> F: Documentation/devicetree/bindings/metag/
> +F: Documentation/devicetree/bindings/interrupt-controller/img,*
> F: drivers/clocksource/metag_generic.c
> F: drivers/irqchip/irq-metag.c
> F: drivers/irqchip/irq-metag-ext.c
> @@ -9443,7 +9443,7 @@ SIMPLEFB FB DRIVER
> M: Hans de Goede <[email protected]>
> L: [email protected]
> S: Maintained
> -F: Documentation/devicetree/bindings/video/simple-framebuffer.txt
> +F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
> F: drivers/video/fbdev/simplefb.c
> F: include/linux/platform_data/simplefb.h
>
> @@ -10072,6 +10072,7 @@ M: Vineet Gupta <[email protected]>
> S: Supported
> F: arch/arc/
> F: Documentation/devicetree/bindings/arc/*
> +F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
> F: drivers/tty/serial/arc_uart.c
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
>
> --
> 2.5.0
>

Acked-by: Benjamin Gaignard <[email protected]>