summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/interrupt-controller/lsi,zevio-intc.txt
AgeCommit message (Collapse)AuthorFilesLines
2025-05-14dt-bindings: interrupt-controller: Convert lsi,zevio-intc to DT schemaRob Herring (Arm)1-18/+0
Convert the TI-NSPIRE interrupt controller binding to schema format. It's a straight-forward conversion of the typical interrupt controller. '#interrupt-cells' was missing from the property list, but used in the example, so add it. Link: https://lore.kernel.org/r/20250505144711.1289677-1-robh@kernel.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
2014-01-23irqchip: Add support for TI-NSPIRE irqchipDaniel Tang1-0/+18
This patch adds support for the interrupt controllers found in some TI-Nspire models. FIQ support was taken out to simplify the driver code and may be added in later. Since Linux on this platform doesn't really use FIQs, this wasn't really that important in the first place. [ tglx: Made zevio_handle_irq static and reordered __init functions ] Signed-off-by: Daniel Tang <dt.tangr@gmail.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Link: http://lkml.kernel.org/r/1386223937-12189-1-git-send-email-dt.tangr@gmail.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>