]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Documentation: dt-bindings: Fix interrupt documentation file path
authorAndrew F. Davis <afd@ti.com>
Mon, 21 Sep 2015 16:25:40 +0000 (11:25 -0500)
committerRob Herring <robh@kernel.org>
Wed, 9 Dec 2015 21:29:01 +0000 (15:29 -0600)
Fix the incorrect interrupt documentation file path in binding docs.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
Documentation/devicetree/bindings/mfd/arizona.txt
Documentation/devicetree/bindings/mfd/palmas.txt
Documentation/devicetree/bindings/sound/wm8994.txt

index dd5d2c0394b139b286f43d90a13d732c90d7f208..4d6c8cdc85860567a09a1f1a2be269c3781bbee6 100644 (file)
@@ -24,7 +24,7 @@ controller.
 - #interrupt-cells : Specifies the number of cells needed to encode an
   interrupt.  Shall be set to 2.  The first cell defines the interrupt number,
   the second encodes the triger flags encoded as described in
-  Documentation/devicetree/bindings/interrupts.txt
+  Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
 - interrupt-parent : The parent interrupt controller.
 - interrupts : The interrupt to the parent controller raised when GPIOs
   generate the interrupts.
index 18be0cbfb456c92d47d959a98bdc9d27bb8f08bc..2c5d0387fe98c73b62fdb97b1118f99a6514ea92 100644 (file)
@@ -24,7 +24,7 @@ Required properties:
   - #interrupt-cells: the number of cells to describe an IRQ, this should be 2.
     The first cell is the IRQ number.
     The second cell is the flags, encoded as the trigger masks from
-    Documentation/devicetree/bindings/interrupts.txt
+    Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
 
   - gpio-controller : Indicates this device is a GPIO controller.
   - #gpio-cells : Must be 2. The first cell is the pin number and the
index eda898978d3332514890f55ed9bca5c3f3e4da41..8ae1a32bfb7eb4998c59f7cce4554ade8e5e4163 100644 (file)
@@ -24,7 +24,7 @@ and also the generic series names
 - #interrupt-cells : should be set to 2 for IRQ number and flags
   The first cell is the IRQ number.
   The second cell is the flags, encoded as the trigger masks from
-  Documentation/devicetree/bindings/interrupts.txt
+  Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
 - interrupt-parent : The parent interrupt controller.
 
 Optional properties:
index e045e90a0924bc6e4d8a1861cd1a43b1a7a8d178..68c4e8d96bed68c4c3d0ea09b10cbe8cb8170515 100644 (file)
@@ -30,7 +30,7 @@ Optional properties:
   - #interrupt-cells: the number of cells to describe an IRQ, this should be 2.
     The first cell is the IRQ number.
     The second cell is the flags, encoded as the trigger masks from
-    Documentation/devicetree/bindings/interrupts.txt
+    Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
 
   - clocks : A list of up to two phandle and clock specifier pairs
   - clock-names : A list of clock names sorted in the same order as clocks.