aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/bfin_dma_5xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-29Blackfin arch: remove most BUG_ON channel checksMichael Hennerich1-70/+0
2008-10-28Blackfin arch: Remove useless SSYNCs in DMA codeMichael Hennerich1-13/+1
2008-10-28Blackfin arch: lookup channel2irq() only onceMichael Hennerich1-18/+6
2008-10-28Blackfin arch: remove unused local defineMike Frysinger1-3/+0
2008-10-13Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupts in PIO modeSonic Zhang1-7/+6
2008-07-26Blackfin arch: fix bug - IMDMA is not type struct dma_registerMichael Hennerich1-0/+8
2008-07-19Blackfin arch: Functional power management supportMichael Hennerich1-0/+26
2008-05-17Blackfin arch: Check for Anomaly 05000182Michael Hennerich1-0/+11
2008-04-25[Blackfin] arch: fix bug - before assign new channel to the map register, need clear the bits first.Graf Yang1-2/+5
2008-04-25[Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGraf Yang1-2/+2
2008-04-24[Blackfin] arch: Give the DMA base registers a more descriptive nameBernd Schmidt1-1/+1
2008-02-25[Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UART2/3.Sonic Zhang1-7/+8
2008-02-02[Blackfin] arch: Enable UART2 and UART3 for bf548Sonic Zhang1-0/+10
2008-01-22[Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default - add argument or optionMichael Hennerich1-2/+2
2007-11-21Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usageCliff Cai1-0/+1
2007-10-22Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu1-0/+26
2007-10-10Blackfin arch: flush/inv the correct range when using write back cache and fix bugs find by dmacopyMichael Hennerich1-9/+30
2007-10-09Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible with other archsBryan Wu1-6/+6
2007-09-12Blackfin arch: cleanup IO and DMA_IO API function definitions according to other archesBryan Wu1-3/+3
2007-08-05Blackfin arch: Add DMA API to set curr descriptor addressSonic Zhang1-1/+14
2007-08-03Blackfin arch: Add option to priorize DMA over CoreMichael Hennerich1-0/+5
2007-10-10Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recording functionRoy Huang1-0/+10
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger1-24/+22
2007-07-12Blackfin arch: initial supporting for BF548-EZKITRoy Huang1-204/+1
2007-06-11Blackfin arch: DMA code minor naming convention fixAubrey Li1-3/+3
2007-05-21Blackfin arch: dma_memcpy borken for > 64KAubrey Li1-1/+16
2007-05-21Blackfin arch: DMA operation cleanupMichael Hennerich1-4/+200
2007-05-21Blackfin arch: mark a bunch of local functions as staticMike Frysinger1-1/+1
2007-05-07blackfin architectureBryan Wu1-0/+742