| Commit message (Expand) | Author | Age | Files | Lines |
* | blackfin: Support L1 SRAM parity checking feature on bf60x | Sonic Zhang | 2014-01-29 | 1 | -21/+20 |
* | blackfin: adi gpio driver and pinctrl driver support | Sonic Zhang | 2013-11-15 | 1 | -392/+29 |
* | blackfin: delete __cpuinit usage from all blackfin files | Paul Gortmaker | 2013-07-14 | 1 | -1/+1 |
* | blackfin: pm: fix build error | Steven Miao | 2013-02-20 | 1 | -0/+4 |
* | blackfin: SEC: clean up SEC interrupt initialization | Sonic Zhang | 2012-12-14 | 1 | -139/+133 |
* | Blackfin: drop irq enable in init_arch_irq() | Steven Miao | 2012-10-08 | 1 | -1/+0 |
* | bf60x: fix build warning | Bob Liu | 2012-07-24 | 1 | -3/+3 |
* | bf60x: Add double fault, hardware error and NMI SEC handler | Sonic Zhang | 2012-07-24 | 1 | -1/+33 |
* | bf60x: sec: Enable sec interrupt source priority configuration. | Sonic Zhang | 2012-07-24 | 1 | -0/+21 |
* | bf60x: sec: Clean up interrupt initialization code for SEC. | Sonic Zhang | 2012-07-24 | 1 | -87/+121 |
* | cleanup: sec and linkport only built on bf60x | Steven Miao | 2012-07-24 | 1 | -0/+2 |
* | bf60x: pm: add pint suspend and resume support | Steven Miao | 2012-07-24 | 1 | -18/+54 |
* | blackfin: mach-common: ints-priority add irq_set_wake | Bob Liu | 2012-07-24 | 1 | -1/+5 |
* | irq: set cgu event handle to fasteoi handle | Steven Miao | 2012-07-24 | 1 | -1/+1 |
* | blackfin: bf60x: add wakeup source select | Steven Miao | 2012-05-21 | 1 | -1/+2 |
* | blackfin: mach-common: ints-priority: fix compile error | Bob Liu | 2012-05-21 | 1 | -0/+2 |
* | blackfin: mach-common: add sec support for bf60x | Steven Miao | 2012-05-21 | 1 | -38/+380 |
* | Blackfin: gpio/ints: generalize pint logic | Mike Frysinger | 2011-07-23 | 1 | -9/+9 |
* | Blackfin: bf54x: switch to common pint MMR struct | Mike Frysinger | 2011-07-23 | 1 | -18/+5 |
* | Blackfin: bf54x: constify pint register array | Mike Frysinger | 2011-07-23 | 1 | -1/+1 |
* | Blackfin: bf537: demux port H mask A and emac rx ints | Mike Frysinger | 2011-05-25 | 1 | -12/+10 |
* | Blackfin: bf537: fix excessive gpio int demuxing | Mike Frysinger | 2011-05-25 | 1 | -30/+25 |
* | Blackfin: bf54x: drop unused pm gpio handling | Mike Frysinger | 2011-05-25 | 1 | -40/+2 |
* | Blackfin: move bf537-specific irq code out of common code | Mike Frysinger | 2011-05-25 | 1 | -138/+10 |
* | Blackfin: clean up irq ifdef logic a bit | Mike Frysinger | 2011-05-25 | 1 | -47/+39 |
* | Blackfin: ints-priority: unify duplicate vec to irq lookup logic | Mike Frysinger | 2011-05-25 | 1 | -68/+44 |
* | Blackfin: ints-priority: clean up some local vars | Mike Frysinger | 2011-05-25 | 1 | -17/+8 |
* | bfin: Convert irq namespace | Thomas Gleixner | 2011-03-29 | 1 | -17/+17 |
* | bfin: Final irq cleanup | Thomas Gleixner | 2011-03-29 | 1 | -6/+3 |
* | Blackfin/ipipe: upgrade to I-pipe mainline | Philippe Gerum | 2011-03-18 | 1 | -4/+37 |
* | Blackfin: convert gpio irq_chip to new functions | Thomas Gleixner | 2011-03-18 | 1 | -44/+48 |
* | Blackfin: convert mac irq_chip to new functions | Thomas Gleixner | 2011-03-18 | 1 | -7/+11 |
* | Blackfin: convert error irq_chip to new functions | Thomas Gleixner | 2011-03-18 | 1 | -7/+7 |
* | Blackfin: convert internal irq_chip to new functions | Thomas Gleixner | 2011-03-18 | 1 | -13/+28 |
* | Blackfin: convert core irq_chip to new functions | Thomas Gleixner | 2011-03-18 | 1 | -11/+11 |
* | Blackfin: use proper wrappers for irq_desc | Thomas Gleixner | 2011-03-18 | 1 | -9/+5 |
* | Blackfin: bf54x: don't ack GPIO ints when unmasking them | Mike Frysinger | 2011-01-10 | 1 | -1/+0 |
* | Blackfin: bf561: rewrite SICA_xxx to just SIC_xxx | Mike Frysinger | 2010-10-22 | 1 | -2/+2 |
* | Blackfin: SIC: fix off-by-one error in loop | Michael Hennerich | 2010-10-22 | 1 | -3/+4 |
* | Blackfin: Rename IRQ flags handling functions | David Howells | 2010-10-07 | 1 | -12/+12 |
* | Blackfin: SIC: cut down on IAR MMR reads a bit | Mike Frysinger | 2010-05-22 | 1 | -15/+18 |
* | Blackfin: punt Blackfin-specific GPIO wakeup API | Michael Hennerich | 2010-05-21 | 1 | -8/+1 |
* | Blackfin: don't support keypad wakeup from hibernate | Michael Hennerich | 2010-03-09 | 1 | -5/+0 |
* | Blackfin: add support for the on-chip MAC status interrupts | Michael Hennerich | 2010-03-09 | 1 | -4/+136 |
* | Blackfin: increase NR_IRQS beyond NR on-chip IRQs | Michael Hennerich | 2010-03-09 | 1 | -1/+1 |
* | Blackfin: try to simplify interrupt ifdef ugliness | Yi Li | 2010-03-09 | 1 | -8/+13 |
* | Blackfin: SMP: make core timers per-cpu clock events for HRT | Yi Li | 2010-03-09 | 1 | -3/+0 |
* | Blackfin: SMP: add support for IRQ affinity | Sonic Zhang | 2010-03-09 | 1 | -4/+34 |
* | Blackfin: pull in asm/bfin_can.h for interrupt masks | Michael Hennerich | 2010-03-09 | 1 | -0/+1 |
* | Blackfin: BF537: push down error masks to avoid namespace pollution | Mike Frysinger | 2009-12-15 | 1 | -4/+10 |