aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings/interrupt-controller
AgeCommit message (Collapse)AuthorFilesLines
2015-01-13ARM: dt: GIC: Spelling s/specific/specifier/, s/flaggs/flags/Geert Uytterhoeven1-2/+2
Signed-off-by: Geert Uytterhoeven <[email protected]> Cc: Stephen Warren <[email protected]> Cc: Rob Herring <[email protected]> Signed-off-by: Rob Herring <[email protected]>
2014-11-24of: Add binding document for MIPS GICAndrew Bresticker1-0/+9
The Global Interrupt Controller (GIC) present on certain MIPS systems can be used to route external interrupts to individual VPEs and CPU interrupt vectors. It also supports a timer and software-generated interrupts. Signed-off-by: Andrew Bresticker <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Cc: Rob Herring <[email protected]> Cc: Pawel Moll <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Ian Campbell <[email protected]> Cc: Kumar Gala <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: John Crispin <[email protected]> Cc: David Daney <[email protected]> Cc: Qais Yousef <[email protected]> Cc: James Hogan <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/8420/ Signed-off-by: Ralf Baechle <[email protected]>
2013-04-05ARM: dt: create a DT header for the GICStephen Warren1-0/+22
The ARM GIC binding defines a few custom cells and flags for its IRQ specifier. Provide names for those. Signed-off-by: Stephen Warren <[email protected]> Acked-by: Rob Herring <[email protected]>
2013-04-05ARM: dt: add header to define IRQ flagsStephen Warren1-0/+19
Many IRQ device tree bindings use the same flags. Create a header to define those. Signed-off-by: Stephen Warren <[email protected]> Acked-by: Rob Herring <[email protected]>