aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-0/+1
2009-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds4-7/+17
2009-03-28Blackfin arch: sport spi needs 6 gpio pinsCliff Cai1-1/+1
2009-03-28Blackfin arch: clean up sports header fileMike Frysinger1-1/+1
2009-03-28Blackfin arch: convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}xMike Frysinger2-3/+3
2009-03-28Blackfin arch: bf51x processors also have 8 timersMike Frysinger1-2/+2
2009-03-28Blackfin arch: add a check to make sure only Blackfin GPIOs may generate IRQsMichael Hennerich1-1/+4
2009-03-28Blackfin arch: include linux headers that this one uses definitions from fro sport driversMike Frysinger1-0/+7
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-10/+0
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-112/+84
2009-03-26Merge commit 'v2.6.29' into core/header-fixesIngo Molnar13-256/+125
2009-03-10Merge branch 'x86/core' into tracing/ftraceIngo Molnar1-10/+0
2009-03-10Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/coreIngo Molnar6-112/+84
2009-03-10Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/coreIngo Molnar7-122/+84
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-1/+1
2009-03-06percpu: clean up percpu constantsTejun Heo1-10/+0
2009-03-05Blackfin arch: cleanup bfin_sport.h header and export it to userspaceAlon Bar-Lev2-31/+15
2009-03-04Blackfin arch: Update adeos blackfin arch patch to 1.9-00Philippe Gerum4-81/+69
2009-03-02tracing: make CALLER_ADDRx overwriteableUwe Kleine-Koenig1-0/+1
2009-02-15net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly1-0/+3
2009-02-13Merge branch 'core/header-fixes' into x86/headersIngo Molnar1-1/+1
2009-02-04Blackfin arch: Remove outdated codeMichael Hennerich1-23/+1
2009-02-04Blackfin arch: Fix udelay implementationMichael Hennerich1-6/+5
2009-02-04Blackfin arch: Faster Implementation of csum_tcpudp_nofold()Michael Hennerich1-17/+17
2009-02-04Blackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrdSonic Zhang1-1/+1
2009-02-04Blackfin arch: Add ability to count and display number of NMI interruptsRobin Getz1-0/+1
2009-02-04Blackfin arch: cleanup bf54x ifdef mess in gpio codeMike Frysinger1-58/+0
2009-02-04Blackfin arch: Fix Bug - Kernel does not boot if re-program clocksMichael Hennerich1-1/+1
2009-02-04Blackfin arch: scrub comments/whitespace/cvs keywordsMike Frysinger1-38/+15
2009-02-01headers_check fix: blackfin, swab.hJaswinder Singh Rajput1-1/+1
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2-2/+0
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-1/+0
2009-01-07Blackfin arch: drop ad73311 test codeMike Frysinger1-3/+0
2009-01-07Blackfin arch: enable reprogram cclk and sclk for bf518f-ezbrdSonic Zhang1-2/+4
2009-01-07Blackfin arch: add SDIO host driver platform dataCliff Cai1-0/+19
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li7-57/+593
2009-01-07Blackfin arch: disable pthread stack check for SMP at runtimeSonic Zhang4-0/+22
2009-01-07Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt5-136/+79
2009-01-07Blackfin arch: add get_dma_config() func to match set_dma_config()Mike Frysinger1-0/+4
2009-01-07Blackfin arch: add volatile markings to DMA MMRsMike Frysinger1-1/+1
2009-01-07Blackfin arch: update header to match new locationGraf Yang1-2/+2
2009-01-07Blackfin arch: remove unused members of dma_channel structMike Frysinger1-3/+0
2009-01-07Blackfin arch: Update some inline assembly, tweak some register constraintsRobin Getz3-5/+10
2009-01-07Blackfin arch: stub out pgprot_noncached() like other people seem to do on nommuMike Frysinger1-0/+1
2009-01-07Blackfin arch: add __must_check markings to our user functions like other archesMike Frysinger1-7/+8
2009-01-07Blackfin arch: dma code: cannot simply OR the ndsizeMike Frysinger1-1/+3
2009-01-07Blackfin arch: fix bug - crashes in tcp_v4_send_resetBernd Schmidt1-1/+2
2009-01-07Blackfin arch: desc_ptr is a pointer, so declare it as suchMike Frysinger1-8/+8
2009-01-07Blackfin arch: move most dma functions into static inlinesMike Frysinger1-40/+116