aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-3/+3
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-21/+0
2011-07-23Blackfin: bf526: restrict reboot workaround to 0.0 siliconMike Frysinger1-1/+3
2011-07-23Blackfin: bf54x: fix GPIO resume codeMike Frysinger1-2/+2
2011-07-23Blackfin: bf538: pull gpio/port logic out of core hibernate pathsMike Frysinger1-0/+22
2011-07-23Blackfin: debug-mmrs: generalize pint logicMike Frysinger1-19/+31
2011-07-23Blackfin: bf54x: tweak MMR pint namesMike Frysinger1-1/+1
2011-07-23Blackfin: pwm: implement linux/pwm.h APIMike Frysinger2-0/+101
2011-07-23Blackfin: make sure percpu section is aligned in XIP buildsSteven Miao1-0/+1
2011-07-23Blackfin: gptimers: use bfin read/write helpersMike Frysinger1-20/+25
2011-07-23Blackfin: gptimers: use register structs from common headerMike Frysinger1-32/+16
2011-07-23Blackfin: debug-mmrs: use new gptimer_group layout to simplify codeMike Frysinger1-18/+34
2011-07-23Blackfin: debug-mmrs: prevent macro arg from expandingMike Frysinger1-1/+1
2011-07-23Blackfin: exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-07-23Blackfin: debug-mmrs: disable PERIPHERAL_MAP for IMDMA channelsMike Frysinger1-1/+2
2011-07-23Blackfin: debug-mmrs: fix typo in single dmac setupMike Frysinger1-1/+1
2011-07-23Blackfin: optimize double fault boot checkingMike Frysinger2-7/+19
2011-07-23Blackfin: time: replace magic numbers with definesMike Frysinger1-2/+2
2011-05-28Blackfin: debug-mmrs: include RSI_PID[4567] MMRsMike Frysinger1-0/+4
2011-05-28Blackfin: debug-mmrs: fix typos with gptimers/mdma/ppiMike Frysinger1-18/+14
2011-05-25Blackfin: use new common PERCPU_INPUT defineMike Frysinger1-7/+1
2011-05-25Blackfin: work around anomaly 05000480Steven Miao1-0/+5
2011-05-25Blackfin: switch /proc/gpio to seq_fileAlexey Dobriyan1-11/+20
2011-05-25Blackfin: convert old cpumask API to new oneKOSAKI Motohiro2-6/+6
2011-05-25Blackfin: don't touch task->cpus_allowed directlyKOSAKI Motohiro1-4/+2
2011-05-25Blackfin: initial perf_event supportMike Frysinger2-0/+499
2011-05-25Blackfin: use on-chip reset func with newer partsMike Frysinger1-34/+31
2011-05-25Blackfin: optimize MMR reads during startup a bitMike Frysinger1-11/+9
2011-05-25Blackfin: bf537: demux port H mask A and emac rx intsMike Frysinger1-1/+1
2011-05-25Blackfin: move internal irq prototypes out of global namespaceMike Frysinger5-0/+5
2011-05-25Blackfin: bf51x/bf52x: fix typo in hysteresis MMR namesMike Frysinger1-4/+4
2011-05-25Blackfin: SMP: drop unused blackfin_cpudata.idle pointerMike Frysinger1-1/+0
2011-05-25Blackfin: SMP: fix cpudata cache setupMike Frysinger1-2/+2
2011-05-25Blackfin: clean up /proc/cpuinfo outputMike Frysinger1-8/+8
2011-05-25Blackfin: first pass at debug mmr supportMike Frysinger2-0/+1862
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-33/+2
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner12-105/+137
2011-04-24PM / Blackfin: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki1-21/+9
2011-04-13Blackfin: time-ts: ack gptimer sooner to avoid missing short intsMike Frysinger1-1/+7
2011-04-13Blackfin: gptimers: fix thinko when disabling timersMike Frysinger1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds1-27/+18
2011-03-29bfin: Use proper accessors in traceThomas Gleixner1-3/+4
2011-03-29bfin: Convert irq namespaceThomas Gleixner1-1/+1
2011-03-25Blackfin: use more standard pr_fmt in the module loaderJoe Perches1-27/+18
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-18Blackfin/ipipe: upgrade to I-pipe mainlinePhilippe Gerum1-45/+39
2011-03-18Blackfin: use accessor functions in show_interrupts()Thomas Gleixner1-4/+6
2011-03-18Blackfin: SMP: work around anomaly 05000491Sonic Zhang2-0/+38