move s3c24xx-irq to drivers/irqchip and add dt support
From: Heiko Stuebner <heiko@...> Date: Mon, 25 Mar 2013 17:38:48 +0100
After more discussion with Arnd Bergmann on v4 it seems a better way to
handle the interrupt controllers inside the s3c24xx SoCs is to not have
separate controller nodes, but to bundle the controllers into one node
and access the individual controllers via interrupt descriptor of the
device nodes.
Therefore this series changes the interrupt descriptors to a format of
Patches in this set
- [0001] ARM: S3C24XX: move irq driver to drivers/irqchip (raw)
- [0002] irqchip: s3c24xx: fix comments on some camera interrupts (raw)
- [0003] irqchip: s3c24xx: fix irqlist of second s3c2416 controller (raw)
- [0004] irqchip: s3c24xx: add irq_set_type callback for basic interrupt types (raw)
- [0005] irqchip: s3c24xx: globally keep track of the created intc instances (raw)
- [0006] irqchip: s3c24xx: make interrupt handling independent of irq_domain structure (raw)
- [0007] irqchip: s3c24xx: add devicetree support (raw)
Statistics
- 7 individual patches
- 375 lines added
- 73 lines removed