aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-picoxcell/include/mach/irqs.h
Commit message (Collapse)AuthorAge
* ARM: picoxcell: remove mach/irqs.hJamie Iles2012-01-30
| | | | | | | | picoxcell uses SPARSE_IRQ which means we don't need a mach/irqs.h anymore so kill it off. Signed-off-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Rob Herring <rob.herring@calxeda.com>
* ARM: picoxcell: don't reserve irq_descsJamie Iles2011-12-18
| | | | | | | | | | All irq_desc's are now dynamically allocated so we don't need to statically reserve them. v2: - select SPARSE_IRQ and set .nr_irqs to NR_IRQS_LEGACY to skip ISA and IRQ 0. Signed-off-by: Jamie Iles <jamie@jamieiles.com>
* picoxcell: support for Picochip picoxcell devicesJamie Iles2011-09-26
picoXcell is a family of femtocell devices with an ARM application processor and picoArray DSP processor array. This patch adds support for picoXcell boards to be booted using the device tree registering the VIC's, UART's and timers. v3: - fixup vic compatible string in binding v2: - cleanup empty mach headers - convert to of_platform_populate() - simplify uncompress.h - split vic node into 2 devices - add missing __initconst attributes Signed-off-by: Jamie Iles <jamie@jamieiles.com>