aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/ints-priority.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-23Blackfin: gpio/ints: generalize pint logicMike Frysinger1-9/+9
2011-07-23Blackfin: bf54x: switch to common pint MMR structMike Frysinger1-18/+5
2011-07-23Blackfin: bf54x: constify pint register arrayMike Frysinger1-1/+1
2011-05-25Blackfin: bf537: demux port H mask A and emac rx intsMike Frysinger1-12/+10
2011-05-25Blackfin: bf537: fix excessive gpio int demuxingMike Frysinger1-30/+25
2011-05-25Blackfin: bf54x: drop unused pm gpio handlingMike Frysinger1-40/+2
2011-05-25Blackfin: move bf537-specific irq code out of common codeMike Frysinger1-138/+10
2011-05-25Blackfin: clean up irq ifdef logic a bitMike Frysinger1-47/+39
2011-05-25Blackfin: ints-priority: unify duplicate vec to irq lookup logicMike Frysinger1-68/+44
2011-05-25Blackfin: ints-priority: clean up some local varsMike Frysinger1-17/+8
2011-03-29bfin: Convert irq namespaceThomas Gleixner1-17/+17
2011-03-29bfin: Final irq cleanupThomas Gleixner1-6/+3
2011-03-18Blackfin/ipipe: upgrade to I-pipe mainlinePhilippe Gerum1-4/+37
2011-03-18Blackfin: convert gpio irq_chip to new functionsThomas Gleixner1-44/+48
2011-03-18Blackfin: convert mac irq_chip to new functionsThomas Gleixner1-7/+11
2011-03-18Blackfin: convert error irq_chip to new functionsThomas Gleixner1-7/+7
2011-03-18Blackfin: convert internal irq_chip to new functionsThomas Gleixner1-13/+28
2011-03-18Blackfin: convert core irq_chip to new functionsThomas Gleixner1-11/+11
2011-03-18Blackfin: use proper wrappers for irq_descThomas Gleixner1-9/+5
2011-01-10Blackfin: bf54x: don't ack GPIO ints when unmasking themMike Frysinger1-1/+0
2010-10-22Blackfin: bf561: rewrite SICA_xxx to just SIC_xxxMike Frysinger1-2/+2
2010-10-22Blackfin: SIC: fix off-by-one error in loopMichael Hennerich1-3/+4
2010-10-07Blackfin: Rename IRQ flags handling functionsDavid Howells1-12/+12
2010-05-22Blackfin: SIC: cut down on IAR MMR reads a bitMike Frysinger1-15/+18
2010-05-21Blackfin: punt Blackfin-specific GPIO wakeup APIMichael Hennerich1-8/+1
2010-03-09Blackfin: don't support keypad wakeup from hibernateMichael Hennerich1-5/+0
2010-03-09Blackfin: add support for the on-chip MAC status interruptsMichael Hennerich1-4/+136
2010-03-09Blackfin: increase NR_IRQS beyond NR on-chip IRQsMichael Hennerich1-1/+1
2010-03-09Blackfin: try to simplify interrupt ifdef uglinessYi Li1-8/+13
2010-03-09Blackfin: SMP: make core timers per-cpu clock events for HRTYi Li1-3/+0
2010-03-09Blackfin: SMP: add support for IRQ affinitySonic Zhang1-4/+34
2010-03-09Blackfin: pull in asm/bfin_can.h for interrupt masksMichael Hennerich1-0/+1
2009-12-15Blackfin: BF537: push down error masks to avoid namespace pollutionMike Frysinger1-4/+10
2009-12-15Blackfin: pull in asm/dpmc.h for power definesMike Frysinger1-0/+1
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-27/+8
2009-09-16Blackfin: handle the core timer interrupt with handle_percpu_irq on SMPGraf Yang1-7/+10
2009-09-16Blackfin: use generic name for EVT14 handlerPhilippe Gerum1-1/+1
2009-06-22Blackfin: allow CONFIG_TICKSOURCE_GPTMR0 with interrupt pipelinePhilippe Gerum1-25/+22
2009-06-18Blackfin: use common test_bit() rather than __test_bit()Mike Frysinger1-2/+2
2009-06-12Blackfin: check SIC defines rather than variant namesMike Frysinger1-9/+8
2009-06-12Blackfin: add support for gptimer0 as a tick sourceGraf Yang1-17/+6
2009-06-12Blackfin: merge Philippe's recent ipipe patchPhilippe Gerum1-7/+0
2009-06-12Blackfin: add comment for anomaly 05000171 to init codeMichael Hennerich1-0/+3
2009-03-04Blackfin arch: Update adeos blackfin arch patch to 1.9-00Philippe Gerum1-76/+50
2009-02-04Blackfin arch: base SIC_IWR# programming on whether the MMR existsMike Frysinger1-7/+4
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li1-23/+212
2009-01-07Blackfin arch: Allow a gpio pin be requested both as gpio and irq.Graf Yang1-12/+13
2008-11-18Blackfin arch: Request the gpio resource when making it as an irq pin, avoiding override it.Graf Yang1-1/+14
2008-11-18Blackfin arch: Add code to free gpio when shutdown irqGraf Yang1-1/+5
2008-11-18Blackfin arch: fix bug - reboot fails on BF527Mike Frysinger1-1/+4