aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-09Blackfin: bf537-stamp: add example ADP8860 backlight/led resourcesMichael Hennerich1-0/+48
2010-03-09Blackfin: bf537-stamp: add example AD7414 temp sensor resourcesSonic Zhang1-0/+17
2010-03-09Blackfin: rename AD1836 to AD183X in board filesBarry Song14-41/+42
2010-03-09Blackfin: bf537-stamp: add example AD2S120x resourcesGraf Yang1-0/+22
2010-03-09Blackfin: add support for the on-chip MAC status interruptsMichael Hennerich4-7/+166
2010-03-09Blackfin: asm/page.h: pull in asm-generic headersMike Frysinger1-0/+3
2010-03-09Blackfin: mark gpio lib functions staticJoachim Eastwood1-7/+7
2010-03-09Blackfin: bf537-stamp: add example ADAU1361 resourcesCliff Cai1-0/+5
2010-03-09Blackfin: GPIO: implement to_irq handlerJoachim Eastwood2-4/+19
2010-03-09Blackfin: bf537-stamp: add example ADP122/ADP150 power regulator resourcesSonic Zhang1-0/+99
2010-03-09Blackfin: bf537-stamp: add example AD2S90 resourcesGraf Yang1-0/+17
2010-03-09Blackfin: bf537-stamp: add example AD5398 power regulator resourcesSonic Zhang1-0/+74
2010-03-09Blackfin: remove trailing space in messagesFrans Pop2-6/+6
2010-03-09Blackfin: bf537-stamp: add example ADS7846 touchscreen resourcesMichael Hennerich1-1/+35
2010-03-09Blackfin: add support for restart_syscall()Mike Frysinger1-0/+9
2010-03-09Blackfin: check for bad syscalls after tracing itMike Frysinger1-9/+14
2010-03-09Blackfin: fix single stepping over system callsMike Frysinger4-3/+15
2010-03-09Blackfin: initial tracehook supportMike Frysinger6-62/+144
2010-03-09Blackfin: initial regset supportMike Frysinger3-31/+97
2010-03-09Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset supportMike Frysinger2-67/+53
2010-03-09Blackfin: simplify SYSCFG code a bit and ignore attempts to change itMike Frysinger1-18/+6
2010-03-09Blackfin: use generic ptrace_resume codeChristoph Hellwig1-44/+0
2010-03-09Blackfin: bf537-stamp: add example AD715{0,2}/AD774{5,6,7} IIO resourcesBarry Song1-0/+20
2010-03-09Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu dataGraf Yang4-6/+13
2010-03-09Blackfin: add support for cpufreq on SMP systemsGraf Yang4-66/+101
2010-03-09Blackfin: rename AD1938 to AD193X in board filesBarry Song1-4/+4
2010-03-09Blackfin: add CALLER_ADDR ftrace macrosYi Li1-0/+53
2010-03-09Blackfin: move KGDB selection to the way other arches do itMike Frysinger2-3/+1
2010-03-09Blackfin: split watchdog definitions into a dedicated header fileGraf Yang2-15/+31
2010-03-09Blackfin: add dma_disable_irq_nosync() API for irq handlersBarry Song1-0/+4
2010-03-09Blackfin: fix whitespace damage in thread_info.hMike Frysinger1-12/+11
2010-03-09Blackfin: support new ftrace frame pointer semanticsMike Frysinger2-5/+13
2010-03-09Blackfin: implement ftrace mcount testMike Frysinger2-1/+11
2010-03-09Blackfin: implement ndelay()Barry Song1-2/+14
2010-03-09Blackfin: implement nmi_watchdog for SMP on BF561Graf Yang8-1/+361
2010-03-09Blackfin: respect the L1 kconfig optimization in the MPU codeBarry Song1-6/+12
2010-03-09Blackfin: bf537-stamp/bf527-ezkit: move ASoC SPORT resources to boards fileBarry Song2-0/+49
2010-03-09Blackfin: bf548-ezkit: add ASoC CPU DAI resourcesBarry Song1-0/+36
2010-03-09Blackfin: increase NR_IRQS beyond NR on-chip IRQsMichael Hennerich9-8/+18
2010-03-09Blackfin: fill out the signal si_addr when sending a SIGBUS/SIGSEGVBarry Song1-3/+11
2010-03-09Blackfin: bf537-stamp: move ADF7021 MAC storage into platform resourcesMike Frysinger1-0/+8
2010-03-09Blackfin: add support for irqflags tracingYi Li3-0/+34
2010-03-09Blackfin: tcm-bf518: new board portHarald Krapfenbauer4-0/+2134
2010-03-09Blackfin: bf537-stamp: declare parallel flash as ROM with XIP kernelBarry Song1-0/+3
2010-03-09Blackfin: bf527-ezkit/bf537-stamp: add example SSM2602 I2C resourcesCliff Cai2-0/+10
2010-03-09Blackfin: fix up mm locking in address dumpingGraf Yang1-1/+13
2010-03-09Blackfin: bf533-{ezkit,stamp}: add sound platform devicesBarry Song2-0/+72
2010-03-09Blackfin: kgdb: mark all local funcs/structs staticMike Frysinger1-5/+5
2010-03-09Blackfin: fix decoding of opcodes 41-47 in decode_instruction()Roel Kluin1-1/+1
2010-03-09Blackfin: initial XIP supportBarry Song13-29/+160