summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-07Blackfin arch: dma header file: strip down includes to only necessary onesMike Frysinger1-8/+3
2009-01-07Blackfin arch: drop irq_callback from struct dma_channelMike Frysinger1-1/+0
2009-01-07Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_tMike Frysinger1-4/+2
2009-01-07Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger1-0/+1
2009-01-07Blackfin arch: cleanup - use scm for changelog, not file headersMike Frysinger1-24/+3
2009-01-07Blackfin arch: Add basic irq stack checking for BlackfinRobin Getz2-0/+9
2009-01-07Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...Mike Frysinger1-1/+1
2009-01-07Blackfin arch: Use reads/writes instead of ins/outs directlySonic Zhang1-6/+6
2009-01-07Blackfin arch: add const to some function prototype and struct dma_channelMichael McTernan1-2/+2
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang3-2/+81
2009-01-07Blackfin arch: gpio.h split into machine subfolders like already done for BF54xMichael Hennerich1-262/+2
2009-01-07Blackfin arch: cleanup the header file commentsMike Frysinger1-19/+9
2009-01-07Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK optionMichael Hennerich1-0/+362
2009-01-07Blackfin arch: Allow a gpio pin be requested both as gpio and irq.Graf Yang1-0/+2
2009-01-07Blackfin arch: delete now unused "cclk" member of blackfin_cpudataMike Frysinger1-1/+0
2008-11-18Blackfin arch: only define HI/LO macros for assembly filesMike Frysinger1-5/+5
2008-11-18Blackfin arch: remove pointless define IN_KERNELMike Frysinger1-2/+0
2008-11-18Blackfin arch: define BASE_BAUD like everyone elseMike Frysinger1-0/+1
2008-11-18Blackfin arch: add mmiowb() as some drivers expectMike Frysinger1-0/+2
2008-11-18Blackfin arch: rename cache_lock() to bfin_cache_lock()Mike Frysinger1-1/+1
2008-11-18Blackfin arch: use generic xor.hMike Frysinger1-0/+1
2008-11-18Blackfin arch: rename irq_flags to bfin_irq_flagsMike Frysinger2-6/+6
2008-11-18Blackfin arch: move out irq related functionsMike Frysinger3-92/+94
2008-11-18Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses itMike Frysinger1-2/+0
2008-11-18Blackfin arch: move ack_bad_irq() prototype to hardirq.h to match other archesMike Frysinger2-2/+2
2008-11-18Blackfin arch: delete old comments and NO_IRQ defineMike Frysinger1-40/+1
2008-11-18Blackfin arch: Use GPIO_BANKSIZE macro to replace const number 16 for GPIO_BA...Bryan Wu2-2/+4
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin CPLB related codeGraf Yang4-34/+86
2009-01-07Blackfin arch: SMP supporting patchset: Blackfin header files and machine com...Graf Yang18-121/+829
2008-11-18Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip in...Michael Hennerich1-12/+67
2008-11-18Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating ...Bryan Wu1-0/+2
2008-11-18Blackfin arch: fixup get_user() macrosMike Frysinger1-43/+31
2008-10-28Blackfin arch: lookup channel2irq() only onceMichael Hennerich1-0/+1