aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/intc.c
Commit message (Expand)AuthorAgeFilesLines
* sh: intc: Split up the INTC code.Paul Mundt2010-10-051-1776/+0
* sh: intc: Handle early lookups of subgroup IRQs.Paul Mundt2010-10-051-10/+24
* sh: intc: Support virtual mappings for IRQ subgroups.Paul Mundt2010-10-051-66/+338
* sh: intc: Implement reverse mapping for IRQs to per-controller IDs.Paul Mundt2010-10-051-1/+90
* sh: Support early IRQ vector map reservation for delayed controllers.Paul Mundt2010-10-021-0/+11
* sh: Make intc messages consistent via pr_fmt.Paul Mundt2010-06-021-5/+7
* Merge branch 'sh/stable-updates'Paul Mundt2010-04-261-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | sh: intc: IRQ auto-distribution support.Paul Mundt2010-04-151-52/+148
* | sh: intc: userimask support.Paul Mundt2010-04-131-2/+67
* | sh: intc: Tidy up loglevel mismatches.Paul Mundt2010-04-131-4/+7
* | sh: intc: Provide sysdev name for intc controllers.Paul Mundt2010-04-131-0/+16
| |
| \
*-. \ Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...Paul Mundt2010-03-301-2/+93
|\ \ \ | |_|/ |/| |
| * | sh: INTC ioremap supportMagnus Damm2010-03-191-10/+74
| * | sh: add INTC out of memory error handlingMagnus Damm2010-03-191-1/+28
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-03-191-1/+30
|\ \ \ | |/ / |/| / | |/
| * sh: Support CPU affinity masks for INTC controllers.Paul Mundt2010-03-081-1/+30
* | Merge branch 'origin' into devel-stableRussell King2010-03-081-72/+194
|\|
| * sh: Use dummy_irq_chip for INTC redirect vectors.Paul Mundt2010-02-171-1/+1
| * sh: extend INTC with force_disableMagnus Damm2010-02-161-0/+3
| * sh: fix INTC to use set_irq_chained_handler() for redirectsMagnus Damm2010-02-091-2/+2
| * Merge branch 'sh/intc-extension'Paul Mundt2010-02-091-58/+173
| |\
| | * sh: extend INTC with force_enableMagnus Damm2010-02-091-19/+132
| | * sh: extend INTC with struct intc_hw_descMagnus Damm2010-02-091-43/+45
| * | sh: Provide create_irq_nr() for dynamic IRQ creation by number.Paul Mundt2010-02-021-12/+16
| |/
* / sh: Let INTC set IRQF_VALID on ARM platforms.Magnus Damm2010-02-081-1/+9
|/
* sh: intc: Fixup compile breakage.Paul Mundt2009-12-091-1/+1
* sh: intc: Fixed resume from hibernationFrancesco VIRLINZI2009-12-091-0/+2
* sh: intc: Handle legacy IRQ reservation in vector map.Paul Mundt2009-11-021-0/+25
* sh: intc: dynamic IRQ support.Paul Mundt2009-11-021-1/+83
* sh: intc: Make ack_regs generally available.Paul Mundt2009-10-271-13/+1
* sh: Fix up simplified multi-evt handling under sparseirq.Paul Mundt2009-08-311-1/+12
* sh: Simplify "multi-evt" interrupt handling.Pawel Moll2009-08-241-37/+17
* sh: Fixes some write posting issues in the interrupt handling for SHStuart Menefy2009-08-241-1/+7
* sh: intc: alloc_bootmem() -> kzalloc() conversion.Paul Mundt2009-06-121-7/+6
* sh: Tie sparseirq in to Kconfig.Paul Mundt2009-06-111-6/+4
* sh: Wrap irq_to_desc_alloc_cpu() around CONFIG_SPARSE_IRQ temporarily.Paul Mundt2009-05-221-1/+4
* sh: irq: Teach ipr and intc about dynamically allocating irq_descs.Paul Mundt2009-05-221-2/+10
* sh: intc: Added resume from hibernation support to the intcFrancesco VIRLINZI2009-04-061-4/+31
* sh: intc: set_irq_wake() supportMagnus Damm2009-04-021-0/+65
* sh: intc: install enable, disable and shutdown callbacksMagnus Damm2009-04-021-0/+3
* sh: intc: Make missing unique IRQ mask warning more verbose.Paul Mundt2009-03-061-2/+2
* sh: multiple vectors per irq - baseMagnus Damm2009-02-271-0/+47
* sh: Move the shared INTC code out to drivers/sh/Paul Mundt2008-10-011-0/+713