linux/Documentation/devicetree/bindings/interrupt-controller
Kevin Cernekee c76acf4dff irqchip: bcm7120-l2: Extend driver to support 64+ bit controllers
Most implementations of the bcm7120-l2 controller only have a single
32-bit enable word + 32-bit status word.  But some instances have added
more enable/status pairs in order to support 64+ IRQs (which are all
ORed into one parent IRQ input).  Make the following changes to allow
the driver to support this:

 - Extend DT bindings so that multiple words can be specified for the
   reg property, various masks, etc.

 - Add loops to the probe/handle functions to deal with each word
   separately

 - Allocate 1 generic-chip for every 32 IRQs, so we can still use the
   clr/set helper functions

 - Update the documentation

This uses one domain per bcm7120-l2 DT node.  If the DT node defines
multiple enable/status pairs (i.e. >=64 IRQs) then the driver will
create a single IRQ domain with 2+ generic chips.  Multiple generic chips
are required because the generic-chip code can only handle one
enable/status register pair per instance.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/1415342669-30640-12-git-send-email-cernekee@gmail.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2014-11-09 04:03:13 +00:00
..
abilis,tb10x-ictl.txt irqchip: Add TB10x interrupt controller driver 2013-06-25 18:54:21 +02:00
allwinner,sun4i-ic.txt irqchip: sunxi: Change compatibles 2014-03-14 13:43:32 +01:00
allwinner,sun67i-sc-nmi.txt ARM: sun7i/sun6i: irqchip: Update the documentation 2014-03-26 01:00:50 +01:00
atmel,aic.txt irqchip: atmel-aic5: Add sama5d4 support 2014-09-14 06:33:54 +00:00
brcm,bcm2835-armctrl-ic.txt ARM: bcm2835: fix typos in DT binding documentation 2012-10-07 07:02:07 -07:00
brcm,bcm7120-l2-intc.txt irqchip: bcm7120-l2: Extend driver to support 64+ bit controllers 2014-11-09 04:03:13 +00:00
brcm,l2-intc.txt Documentation: brcmstb-l2: Add Broadcom STB Level-2 interrupt controller binding 2014-05-27 14:43:36 +00:00
cirrus,clps711x-intc.txt ARM: dts: clps711x: Add bindings documentation for CLPS711X irqchip driver 2014-02-28 17:31:09 +01:00
interrupts.txt of/irq: Fix lookup to use 'interrupts-extended' property first 2014-08-16 09:03:58 +01:00
lsi,zevio-intc.txt irqchip: Add support for TI-NSPIRE irqchip 2014-01-22 21:48:55 +01:00
marvell,armada-370-xp-mpic.txt irqchip: armada-370-xp: Move the devicetree binding documentation 2014-05-19 02:08:06 +00:00
marvell,orion-intc.txt irqchip: Add support for Marvell Orion SoCs 2013-06-11 16:18:50 +02:00
opencores,or1k-pic.txt irqchip: or1k-pic: Migrate from arch/openrisc/ 2014-07-01 12:15:06 +00:00
renesas,intc-irqpin.txt irqchip: renesas-intc-irqpin: Document SoC-specific bindings 2014-09-14 05:31:26 +00:00
renesas,irqc.txt irqchip: renesas-irqc: Add binding docs for new R-Car Gen2 SoCs 2014-09-14 05:31:32 +00:00
samsung,s3c24xx-irq.txt irqchip: s3c24xx: add devicetree support 2013-04-04 14:56:30 +09:00
snps,dw-apb-ictl.txt irqchip: add DesignWare APB ICTL interrupt controller 2013-12-13 16:29:40 +01:00
ti,keystone-irq.txt irqchip: keystone: Add irq controller ip driver 2014-08-17 19:13:23 +00:00