summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
* Blackfin: bf537: fix excessive gpio int demuxingMike Frysinger2011-05-251-30/+25Star
* Blackfin: bf54x: drop unused pm gpio handlingMike Frysinger2011-05-251-40/+2Star
* Blackfin: move bf537-specific irq code out of common codeMike Frysinger2011-05-254-138/+150
* Blackfin: move internal irq prototypes out of global namespaceMike Frysinger2011-05-258-10/+16
* Blackfin: clean up irq ifdef logic a bitMike Frysinger2011-05-251-47/+39Star
* Blackfin: bf51x/bf52x: fix typo in hysteresis MMR namesMike Frysinger2011-05-255-28/+28
* Blackfin: delete duplicated user single step prototypesMike Frysinger2011-05-251-2/+0Star
* Blackfin: kgdb: cache flushing is not safe in SMP modeSonic Zhang2011-05-251-1/+5
* Blackfin: SMP: drop unused blackfin_cpudata.idle pointerMike Frysinger2011-05-252-4/+0Star
* Blackfin: SMP: fix cpudata cache setupMike Frysinger2011-05-252-5/+2Star
* Blackfin: clean up /proc/cpuinfo outputMike Frysinger2011-05-251-8/+8
* Blackfin: bf527-ezkit: tweak sound defconfigMike Frysinger2011-05-252-15/+11Star
* Blackfin: bf533/bf537/bf561: convert to BFIN_IRQ helperMike Frysinger2011-05-253-122/+121Star
* Blackfin: clean up style in irq definesMike Frysinger2011-05-257-695/+627Star
* Blackfin: unify core IRQ definitionsMike Frysinger2011-05-258-379/+64Star
* Blackfin: ints-priority: unify duplicate vec to irq lookup logicMike Frysinger2011-05-251-68/+44Star
* Blackfin: ints-priority: clean up some local varsMike Frysinger2011-05-251-17/+8Star
* Blackfin: don't attempt to flush on-chip L1 SRAM regionsSonic Zhang2011-05-251-5/+18
* Blackfin: first pass at debug mmr supportMike Frysinger2011-05-253-1/+1863
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\
| * percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-201-33/+2Star
|\ \
| * \ Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-1477-611/+884
| |\ \
| * | | blackfin: convert to clocksource_register_hzJohn Stultz2011-02-211-33/+2Star
| | | |
| \ \ \
*-. \ \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-201-0/+3
|\ \ \ \ \ | | | |/ / | | |/| |
| * | | | Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar2011-04-214-23/+42
| |\| | |
| * | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-0/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-201-21/+9Star
|\ \ \ \ \
| * | | | | PM / Blackfin: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki2011-04-241-21/+9Star
| | |/ / / | |/| | |
* / | | | [CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski2011-05-041-3/+0Star
|/ / / /
* | | | Blackfin: SMP: fix cache flush loopSonic Zhang2011-04-141-3/+16
* | | | Blackfin: time-ts: ack gptimer sooner to avoid missing short intsMike Frysinger2011-04-141-1/+7
* | | | Blackfin: gptimers: fix thinko when disabling timersMike Frysinger2011-04-141-1/+1
* | | | Blackfin: SMP: make all barriers handle cache issuesGraf Yang2011-04-141-18/+18
|/ / /
* | | Fix common misspellingsLucas De Marchi2011-03-319-10/+10
* | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-301-1/+0Star
|\ \ \
| * | | genirq: Remove the now obsolete config options and select statementsThomas Gleixner2011-03-301-1/+0Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2011-03-3012-35/+24Star
|\ \ \ \ | |/ / / |/| | |
| * | | Blackfin: bitops: fix include order after little endian inclusionMike Frysinger2011-03-251-1/+3
| * | | Blackfin: defconfigs: update after misc devices defaulted to NMike Frysinger2011-03-2510-7/+3Star
| * | | Blackfin: use more standard pr_fmt in the module loaderJoe Perches2011-03-251-27/+18Star
| | |/ | |/|
* | | bfin: Use proper accessors in traceThomas Gleixner2011-03-291-3/+4
* | | bfin: Convert irq namespaceThomas Gleixner2011-03-292-18/+18
* | | bfin: Final irq cleanupThomas Gleixner2011-03-292-9/+6Star
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2011-03-246-2/+20
|\ \
| * | Blackfin: bf54x: re-enable anomaly 05000353 for all revsMike Frysinger2011-03-231-1/+5
| * | Blackfin: enable atomic64_t supportMike Frysinger2011-03-232-0/+3
| * | Blackfin: wire up new syncfs syscallMike Frysinger2011-03-232-1/+3
| * | Blackfin: SMP: flush CoreB cache when shutting downGraf Yang2011-03-231-0/+9
* | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-241-1/+0Star