summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: Remove outdated codeMichael Hennerich2009-02-041-23/+1Star
* Blackfin arch: Fix udelay implementationMichael Hennerich2009-02-041-6/+5Star
* Blackfin arch: Faster Implementation of csum_tcpudp_nofold()Michael Hennerich2009-02-041-17/+17
* Blackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrdSonic Zhang2009-02-041-1/+1
* Blackfin arch: Add ability to count and display number of NMI interruptsRobin Getz2009-02-041-0/+1
* Blackfin arch: cleanup bf54x ifdef mess in gpio codeMike Frysinger2009-02-041-58/+0Star
* Blackfin arch: Fix Bug - Kernel does not boot if re-program clocksMichael Hennerich2009-02-041-1/+1
* Blackfin arch: scrub comments/whitespace/cvs keywordsMike Frysinger2009-02-041-38/+15Star
* byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-152-2/+0Star
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-1/+0Star
* Blackfin arch: drop ad73311 test codeMike Frysinger2009-01-071-3/+0Star
* Blackfin arch: enable reprogram cclk and sclk for bf518f-ezbrdSonic Zhang2009-01-071-2/+4
* Blackfin arch: add SDIO host driver platform dataCliff Cai2009-01-071-0/+19
* Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li2009-01-077-57/+593
* Blackfin arch: disable pthread stack check for SMP at runtimeSonic Zhang2009-01-074-0/+22
* Blackfin arch: Faster C implementation of no-MPU CPLB handlerBernd Schmidt2009-01-075-136/+79Star
* Blackfin arch: add get_dma_config() func to match set_dma_config()Mike Frysinger2009-01-071-0/+4
* Blackfin arch: add volatile markings to DMA MMRsMike Frysinger2009-01-071-1/+1
* Blackfin arch: update header to match new locationGraf Yang2009-01-071-2/+2
* Blackfin arch: remove unused members of dma_channel structMike Frysinger2009-01-071-3/+0Star
* Blackfin arch: Update some inline assembly, tweak some register constraintsRobin Getz2009-01-073-5/+10
* Blackfin arch: stub out pgprot_noncached() like other people seem to do on nommuMike Frysinger2009-01-071-0/+1
* Blackfin arch: add __must_check markings to our user functions like other archesMike Frysinger2009-01-071-7/+8
* Blackfin arch: dma code: cannot simply OR the ndsizeMike Frysinger2009-01-071-1/+3
* Blackfin arch: fix bug - crashes in tcp_v4_send_resetBernd Schmidt2009-01-071-1/+2
* Blackfin arch: desc_ptr is a pointer, so declare it as suchMike Frysinger2009-01-071-8/+8
* Blackfin arch: move most dma functions into static inlinesMike Frysinger2009-01-071-40/+116
* Blackfin arch: dma header file: strip down includes to only necessary onesMike Frysinger2009-01-071-8/+3Star
* Blackfin arch: drop irq_callback from struct dma_channelMike Frysinger2009-01-071-1/+0Star
* Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_tMike Frysinger2009-01-071-4/+2Star
* Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger2009-01-071-0/+1
* Blackfin arch: cleanup - use scm for changelog, not file headersMike Frysinger2009-01-071-24/+3Star
* Blackfin arch: Add basic irq stack checking for BlackfinRobin Getz2009-01-072-0/+9
* Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...Mike Frysinger2009-01-071-1/+1
* Blackfin arch: Use reads/writes instead of ins/outs directlySonic Zhang2009-01-071-6/+6
* Blackfin arch: add const to some function prototype and struct dma_channelMichael McTernan2009-01-071-2/+2
* Blackfin arch: smp patch cleanup from LKML reviewGraf Yang2009-01-073-2/+81
* Blackfin arch: gpio.h split into machine subfolders like already done for BF54xMichael Hennerich2009-01-071-262/+2Star
* Blackfin arch: cleanup the header file commentsMike Frysinger2009-01-071-19/+9Star
* Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK optionMichael Hennerich2009-01-071-0/+362
* Blackfin arch: Allow a gpio pin be requested both as gpio and irq.Graf Yang2009-01-071-0/+2
* Blackfin arch: delete now unused "cclk" member of blackfin_cpudataMike Frysinger2009-01-071-1/+0Star
* Blackfin arch: only define HI/LO macros for assembly filesMike Frysinger2008-11-181-5/+5
* Blackfin arch: remove pointless define IN_KERNELMike Frysinger2008-11-181-2/+0Star
* Blackfin arch: define BASE_BAUD like everyone elseMike Frysinger2008-11-181-0/+1
* Blackfin arch: add mmiowb() as some drivers expectMike Frysinger2008-11-181-0/+2
* Blackfin arch: rename cache_lock() to bfin_cache_lock()Mike Frysinger2008-11-181-1/+1
* Blackfin arch: use generic xor.hMike Frysinger2008-11-181-0/+1
* Blackfin arch: rename irq_flags to bfin_irq_flagsMike Frysinger2008-11-182-6/+6
* Blackfin arch: move out irq related functionsMike Frysinger2008-11-183-92/+94