summaryrefslogtreecommitdiff
path: root/arch/blackfin/mach-common/ints-priority.c
AgeCommit message (Expand)AuthorFilesLines
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, avoidi...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 com...Graf 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 ...Bryan 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...Graf Yang1-4/+12
2008-10-08Blackfin arch: add a meaningful name for each irqchipGraf Yang1-0/+5
2008-10-13Blackfin arch: add supporting for kgdbSonic Zhang1-4/+0
2008-08-28Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWEMichael Hennerich1-1/+1
2008-08-25Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x for demu...Mike Frysinger1-1/+1
2008-08-14Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as ...Mike Frysinger1-0/+5
2008-08-13Blackfin arch: workaround SIC_IWR1 reset bug, by keeping MDMA0/1 always enabl...Michael Hennerich1-0/+9
2008-08-06Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idlingMichael Hennerich1-4/+4
2008-08-05Blackfin arch: Functional power management supportMichael Hennerich1-3/+43
2008-07-14Blackfin arch: Fix Bug - GPIO interrupts not disabled; edge sensitive interru...Michael Hennerich1-0/+4
2008-04-25[Blackfin] arch: Remove the circular buffering mechanism for exceptionsBernd Schmidt1-2/+0
2008-04-24[Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQMichael Hennerich1-39/+13
2008-04-23[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-1/+1
2008-02-25[Blackfin] arch: Cleanup abd Simplify:Michael Hennerich1-106/+51
2008-02-25[Blackfin] arch: fix bug - linux-2.6.24 (delayed) disable IRQ feature not fun...Michael Hennerich1-0/+3
2008-02-25[Blackfin] arch: fix bug - Move IWR Enable All to the end of init_arch_irq ot...Michael Hennerich1-4/+10
2008-02-02[Blackfin] arch:Fix BUG [#3876] pfbutton test for BTN3 on bf533 don't show co...Michael Hennerich1-9/+13
2008-02-09[Blackfin] arch: hook up set_irq_wake in Blackfin's irq codeMichael Hennerich1-5/+121
2008-02-09[Blackfin] arch: Merge BF561 support into ints-priorityMichael Hennerich1-0/+1039