devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: Correct path for ARM GIC documentation
@ 2016-03-17 14:47 Jon Hunter
       [not found] ` <1458226077-7179-1-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Hunter @ 2016-03-17 14:47 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Matthias Brugger, Benoît Cousson, Tony Lindgren
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, Jon Hunter

Commit eb3fcf007fff ("dt-bindings: consolidate interrupt controller
bindings") moved the binding documentation for the ARM GIC from
arm/gic.txt to interrupt-controller/arm,gic.txt. However, there are
still some binding documents referring to the old path. Update these
binding documents to use the correct location.

Fixes: eb3fcf007fff ("dt-bindings: consolidate interrupt controller bindings")

Signed-off-by: Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 Documentation/devicetree/bindings/arm/omap/crossbar.txt                | 3 ++-
 Documentation/devicetree/bindings/arm/ux500/boards.txt                 | 2 +-
 .../devicetree/bindings/interrupt-controller/mediatek,sysirq.txt       | 3 +--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/omap/crossbar.txt b/Documentation/devicetree/bindings/arm/omap/crossbar.txt
index a9b28d74d902..bb5727ae004a 100644
--- a/Documentation/devicetree/bindings/arm/omap/crossbar.txt
+++ b/Documentation/devicetree/bindings/arm/omap/crossbar.txt
@@ -42,7 +42,8 @@ Examples:
 Consumer:
 ========
 See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt and
-Documentation/devicetree/bindings/arm/gic.txt for further details.
+Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt for
+further details.
 
 An interrupt consumer on an SoC using crossbar will use:
 	interrupts = <GIC_SPI request_number interrupt_level>
diff --git a/Documentation/devicetree/bindings/arm/ux500/boards.txt b/Documentation/devicetree/bindings/arm/ux500/boards.txt
index b8737a8de718..7334c24625fc 100644
--- a/Documentation/devicetree/bindings/arm/ux500/boards.txt
+++ b/Documentation/devicetree/bindings/arm/ux500/boards.txt
@@ -23,7 +23,7 @@ scu:
 	see binding for arm/scu.txt
 
 interrupt-controller:
-	see binding for arm/gic.txt
+	see binding for interrupt-controller/arm,gic.txt
 
 timer:
 	see binding for arm/twd.txt
diff --git a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
index b8e1674c7837..8cf564d083d2 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
@@ -16,8 +16,7 @@ Required properties:
 	"mediatek,mt6577-sysirq"
 	"mediatek,mt2701-sysirq"
 - interrupt-controller : Identifies the node as an interrupt controller
-- #interrupt-cells : Use the same format as specified by GIC in
-  Documentation/devicetree/bindings/arm/gic.txt
+- #interrupt-cells : Use the same format as specified by GIC in arm,gic.txt.
 - interrupt-parent: phandle of irq parent for sysirq. The parent must
   use the same interrupt-cells format as GIC.
 - reg: Physical base address of the intpol registers and length of memory
-- 
2.1.4

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

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

* Re: [PATCH] dt-bindings: Correct path for ARM GIC documentation
       [not found] ` <1458226077-7179-1-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2016-03-17 14:49   ` Jon Hunter
       [not found]     ` <56EAC404.9090606-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  2016-04-13 15:30   ` Jon Hunter
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Jon Hunter @ 2016-03-17 14:49 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Matthias Brugger, Benoît Cousson, Tony Lindgren,
	Linus Walleij
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-omap-u79uwXL29TY76Z2rM5mHXA

Adding Linus for ux500 ...

On 17/03/16 14:47, Jon Hunter wrote:
> Commit eb3fcf007fff ("dt-bindings: consolidate interrupt controller
> bindings") moved the binding documentation for the ARM GIC from
> arm/gic.txt to interrupt-controller/arm,gic.txt. However, there are
> still some binding documents referring to the old path. Update these
> binding documents to use the correct location.
> 
> Fixes: eb3fcf007fff ("dt-bindings: consolidate interrupt controller bindings")
> 
> Signed-off-by: Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/arm/omap/crossbar.txt                | 3 ++-
>  Documentation/devicetree/bindings/arm/ux500/boards.txt                 | 2 +-
>  .../devicetree/bindings/interrupt-controller/mediatek,sysirq.txt       | 3 +--
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/omap/crossbar.txt b/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> index a9b28d74d902..bb5727ae004a 100644
> --- a/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> +++ b/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> @@ -42,7 +42,8 @@ Examples:
>  Consumer:
>  ========
>  See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt and
> -Documentation/devicetree/bindings/arm/gic.txt for further details.
> +Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt for
> +further details.
>  
>  An interrupt consumer on an SoC using crossbar will use:
>  	interrupts = <GIC_SPI request_number interrupt_level>
> diff --git a/Documentation/devicetree/bindings/arm/ux500/boards.txt b/Documentation/devicetree/bindings/arm/ux500/boards.txt
> index b8737a8de718..7334c24625fc 100644
> --- a/Documentation/devicetree/bindings/arm/ux500/boards.txt
> +++ b/Documentation/devicetree/bindings/arm/ux500/boards.txt
> @@ -23,7 +23,7 @@ scu:
>  	see binding for arm/scu.txt
>  
>  interrupt-controller:
> -	see binding for arm/gic.txt
> +	see binding for interrupt-controller/arm,gic.txt
>  
>  timer:
>  	see binding for arm/twd.txt
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> index b8e1674c7837..8cf564d083d2 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> +++ b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> @@ -16,8 +16,7 @@ Required properties:
>  	"mediatek,mt6577-sysirq"
>  	"mediatek,mt2701-sysirq"
>  - interrupt-controller : Identifies the node as an interrupt controller
> -- #interrupt-cells : Use the same format as specified by GIC in
> -  Documentation/devicetree/bindings/arm/gic.txt
> +- #interrupt-cells : Use the same format as specified by GIC in arm,gic.txt.
>  - interrupt-parent: phandle of irq parent for sysirq. The parent must
>    use the same interrupt-cells format as GIC.
>  - reg: Physical base address of the intpol registers and length of memory
> 

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] dt-bindings: Correct path for ARM GIC documentation
       [not found]     ` <56EAC404.9090606-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2016-03-17 14:54       ` Linus Walleij
  0 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2016-03-17 14:54 UTC (permalink / raw)
  To: Jon Hunter
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Matthias Brugger, Benoît Cousson, Tony Lindgren,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	moderated list:ARM/Mediatek SoC support, Linux-OMAP

On Thu, Mar 17, 2016 at 3:49 PM, Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> wrote:

> Adding Linus for ux500 ...
>
> On 17/03/16 14:47, Jon Hunter wrote:
>> Commit eb3fcf007fff ("dt-bindings: consolidate interrupt controller
>> bindings") moved the binding documentation for the ARM GIC from
>> arm/gic.txt to interrupt-controller/arm,gic.txt. However, there are
>> still some binding documents referring to the old path. Update these
>> binding documents to use the correct location.
>>
>> Fixes: eb3fcf007fff ("dt-bindings: consolidate interrupt controller bindings")
>>
>> Signed-off-by: Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Acked-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>

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

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

* Re: [PATCH] dt-bindings: Correct path for ARM GIC documentation
       [not found] ` <1458226077-7179-1-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  2016-03-17 14:49   ` Jon Hunter
@ 2016-04-13 15:30   ` Jon Hunter
  2016-04-13 15:36   ` Matthias Brugger
  2016-04-19 22:14   ` Rob Herring
  3 siblings, 0 replies; 6+ messages in thread
From: Jon Hunter @ 2016-04-13 15:30 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Matthias Brugger, Benoît Cousson, Tony Lindgren
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-omap-u79uwXL29TY76Z2rM5mHXA

Rob,

Are you ok to pick this up? Or are you still waiting for ACK's from Tony
and Matthias?

Jon

On 17/03/16 14:47, Jon Hunter wrote:
> Commit eb3fcf007fff ("dt-bindings: consolidate interrupt controller
> bindings") moved the binding documentation for the ARM GIC from
> arm/gic.txt to interrupt-controller/arm,gic.txt. However, there are
> still some binding documents referring to the old path. Update these
> binding documents to use the correct location.
> 
> Fixes: eb3fcf007fff ("dt-bindings: consolidate interrupt controller bindings")
> 
> Signed-off-by: Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/arm/omap/crossbar.txt                | 3 ++-
>  Documentation/devicetree/bindings/arm/ux500/boards.txt                 | 2 +-
>  .../devicetree/bindings/interrupt-controller/mediatek,sysirq.txt       | 3 +--
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/omap/crossbar.txt b/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> index a9b28d74d902..bb5727ae004a 100644
> --- a/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> +++ b/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> @@ -42,7 +42,8 @@ Examples:
>  Consumer:
>  ========
>  See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt and
> -Documentation/devicetree/bindings/arm/gic.txt for further details.
> +Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt for
> +further details.
>  
>  An interrupt consumer on an SoC using crossbar will use:
>  	interrupts = <GIC_SPI request_number interrupt_level>
> diff --git a/Documentation/devicetree/bindings/arm/ux500/boards.txt b/Documentation/devicetree/bindings/arm/ux500/boards.txt
> index b8737a8de718..7334c24625fc 100644
> --- a/Documentation/devicetree/bindings/arm/ux500/boards.txt
> +++ b/Documentation/devicetree/bindings/arm/ux500/boards.txt
> @@ -23,7 +23,7 @@ scu:
>  	see binding for arm/scu.txt
>  
>  interrupt-controller:
> -	see binding for arm/gic.txt
> +	see binding for interrupt-controller/arm,gic.txt
>  
>  timer:
>  	see binding for arm/twd.txt
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> index b8e1674c7837..8cf564d083d2 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> +++ b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> @@ -16,8 +16,7 @@ Required properties:
>  	"mediatek,mt6577-sysirq"
>  	"mediatek,mt2701-sysirq"
>  - interrupt-controller : Identifies the node as an interrupt controller
> -- #interrupt-cells : Use the same format as specified by GIC in
> -  Documentation/devicetree/bindings/arm/gic.txt
> +- #interrupt-cells : Use the same format as specified by GIC in arm,gic.txt.
>  - interrupt-parent: phandle of irq parent for sysirq. The parent must
>    use the same interrupt-cells format as GIC.
>  - reg: Physical base address of the intpol registers and length of memory
> 

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] dt-bindings: Correct path for ARM GIC documentation
       [not found] ` <1458226077-7179-1-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  2016-03-17 14:49   ` Jon Hunter
  2016-04-13 15:30   ` Jon Hunter
@ 2016-04-13 15:36   ` Matthias Brugger
  2016-04-19 22:14   ` Rob Herring
  3 siblings, 0 replies; 6+ messages in thread
From: Matthias Brugger @ 2016-04-13 15:36 UTC (permalink / raw)
  To: Jon Hunter, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	Kumar Gala, Benoît Cousson, Tony Lindgren
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-omap-u79uwXL29TY76Z2rM5mHXA



On 17/03/16 15:47, Jon Hunter wrote:
> Commit eb3fcf007fff ("dt-bindings: consolidate interrupt controller
> bindings") moved the binding documentation for the ARM GIC from
> arm/gic.txt to interrupt-controller/arm,gic.txt. However, there are
> still some binding documents referring to the old path. Update these
> binding documents to use the correct location.
>
> Fixes: eb3fcf007fff ("dt-bindings: consolidate interrupt controller bindings")
>
> Signed-off-by: Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---

Acked-by: Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

>   Documentation/devicetree/bindings/arm/omap/crossbar.txt                | 3 ++-
>   Documentation/devicetree/bindings/arm/ux500/boards.txt                 | 2 +-
>   .../devicetree/bindings/interrupt-controller/mediatek,sysirq.txt       | 3 +--
>   3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/omap/crossbar.txt b/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> index a9b28d74d902..bb5727ae004a 100644
> --- a/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> +++ b/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> @@ -42,7 +42,8 @@ Examples:
>   Consumer:
>   ========
>   See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt and
> -Documentation/devicetree/bindings/arm/gic.txt for further details.
> +Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt for
> +further details.
>
>   An interrupt consumer on an SoC using crossbar will use:
>   	interrupts = <GIC_SPI request_number interrupt_level>
> diff --git a/Documentation/devicetree/bindings/arm/ux500/boards.txt b/Documentation/devicetree/bindings/arm/ux500/boards.txt
> index b8737a8de718..7334c24625fc 100644
> --- a/Documentation/devicetree/bindings/arm/ux500/boards.txt
> +++ b/Documentation/devicetree/bindings/arm/ux500/boards.txt
> @@ -23,7 +23,7 @@ scu:
>   	see binding for arm/scu.txt
>
>   interrupt-controller:
> -	see binding for arm/gic.txt
> +	see binding for interrupt-controller/arm,gic.txt
>
>   timer:
>   	see binding for arm/twd.txt
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> index b8e1674c7837..8cf564d083d2 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> +++ b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> @@ -16,8 +16,7 @@ Required properties:
>   	"mediatek,mt6577-sysirq"
>   	"mediatek,mt2701-sysirq"
>   - interrupt-controller : Identifies the node as an interrupt controller
> -- #interrupt-cells : Use the same format as specified by GIC in
> -  Documentation/devicetree/bindings/arm/gic.txt
> +- #interrupt-cells : Use the same format as specified by GIC in arm,gic.txt.
>   - interrupt-parent: phandle of irq parent for sysirq. The parent must
>     use the same interrupt-cells format as GIC.
>   - reg: Physical base address of the intpol registers and length of memory
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] dt-bindings: Correct path for ARM GIC documentation
       [not found] ` <1458226077-7179-1-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
                     ` (2 preceding siblings ...)
  2016-04-13 15:36   ` Matthias Brugger
@ 2016-04-19 22:14   ` Rob Herring
  3 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2016-04-19 22:14 UTC (permalink / raw)
  To: Jon Hunter
  Cc: Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Matthias Brugger, Benoît Cousson, Tony Lindgren,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-omap-u79uwXL29TY76Z2rM5mHXA

On Thu, Mar 17, 2016 at 02:47:57PM +0000, Jon Hunter wrote:
> Commit eb3fcf007fff ("dt-bindings: consolidate interrupt controller
> bindings") moved the binding documentation for the ARM GIC from
> arm/gic.txt to interrupt-controller/arm,gic.txt. However, there are
> still some binding documents referring to the old path. Update these
> binding documents to use the correct location.
> 
> Fixes: eb3fcf007fff ("dt-bindings: consolidate interrupt controller bindings")
> 
> Signed-off-by: Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Applied, thanks.

Rob

> ---
>  Documentation/devicetree/bindings/arm/omap/crossbar.txt                | 3 ++-
>  Documentation/devicetree/bindings/arm/ux500/boards.txt                 | 2 +-
>  .../devicetree/bindings/interrupt-controller/mediatek,sysirq.txt       | 3 +--
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/omap/crossbar.txt b/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> index a9b28d74d902..bb5727ae004a 100644
> --- a/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> +++ b/Documentation/devicetree/bindings/arm/omap/crossbar.txt
> @@ -42,7 +42,8 @@ Examples:
>  Consumer:
>  ========
>  See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt and
> -Documentation/devicetree/bindings/arm/gic.txt for further details.
> +Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt for
> +further details.
>  
>  An interrupt consumer on an SoC using crossbar will use:
>  	interrupts = <GIC_SPI request_number interrupt_level>
> diff --git a/Documentation/devicetree/bindings/arm/ux500/boards.txt b/Documentation/devicetree/bindings/arm/ux500/boards.txt
> index b8737a8de718..7334c24625fc 100644
> --- a/Documentation/devicetree/bindings/arm/ux500/boards.txt
> +++ b/Documentation/devicetree/bindings/arm/ux500/boards.txt
> @@ -23,7 +23,7 @@ scu:
>  	see binding for arm/scu.txt
>  
>  interrupt-controller:
> -	see binding for arm/gic.txt
> +	see binding for interrupt-controller/arm,gic.txt
>  
>  timer:
>  	see binding for arm/twd.txt
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> index b8e1674c7837..8cf564d083d2 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> +++ b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt
> @@ -16,8 +16,7 @@ Required properties:
>  	"mediatek,mt6577-sysirq"
>  	"mediatek,mt2701-sysirq"
>  - interrupt-controller : Identifies the node as an interrupt controller
> -- #interrupt-cells : Use the same format as specified by GIC in
> -  Documentation/devicetree/bindings/arm/gic.txt
> +- #interrupt-cells : Use the same format as specified by GIC in arm,gic.txt.
>  - interrupt-parent: phandle of irq parent for sysirq. The parent must
>    use the same interrupt-cells format as GIC.
>  - reg: Physical base address of the intpol registers and length of memory
> -- 
> 2.1.4
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-04-19 22:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-17 14:47 [PATCH] dt-bindings: Correct path for ARM GIC documentation Jon Hunter
     [not found] ` <1458226077-7179-1-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-03-17 14:49   ` Jon Hunter
     [not found]     ` <56EAC404.9090606-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-03-17 14:54       ` Linus Walleij
2016-04-13 15:30   ` Jon Hunter
2016-04-13 15:36   ` Matthias Brugger
2016-04-19 22:14   ` Rob Herring

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