aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/ints-priority.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-18Blackfin arch: rename irq_flags to bfin_irq_flagsMike Frysinger1-8/+8
2008-11-18Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses itMike Frysinger1-0/+2
2009-01-07Blackfin arch: SMP supporting patchset: Blackfin header files and machine common codeGraf Yang1-4/+37
2008-11-18Blackfin arch: Cleanup and unify Blackfin IRQ and GPIO IRQ handlingMichael Hennerich1-125/+66
2008-11-18Blackfin arch: remove useless SSYNC() in irq priority codeMike Frysinger1-4/+0
2008-11-18Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating with positioning a gpioBryan Wu1-3/+3
2008-11-18Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu1-8/+12
2008-10-28Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedMike Frysinger1-0/+1
2008-11-18Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich1-6/+14
2008-10-08Blackfin arch: Not call generic set_irq_handler() in bfin_gpio_irq_type() due to spinlock recursionGraf Yang1-4/+12