aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/bfin_dma_5xx.c
Commit message (Expand)AuthorAge
* Blackfin: annotate anomaly 05000119 in core DMA codeRobin Getz2009-06-12
* Blackfin: fix early L1 relocation crashRobin Getz2009-06-12
* Blackfin arch: fix bug - Dmacopy failed in BF537-STAMPMike Frysinger2009-02-04
* Blackfin arch: push cache flushing up to dma_memcpyMike Frysinger2009-01-07
* Blackfin arch: request_dma() returns 0 on success, not channelMike Frysinger2009-01-07
* Blackfin arch: move most dma functions into static inlinesMike Frysinger2009-01-07
* Blackfin arch: set_dma_callback: do not store .irqMike Frysinger2009-01-07
* Blackfin arch: drop irq_callback from struct dma_channelMike Frysinger2009-01-07
* Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_tMike Frysinger2009-01-07
* Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger2009-01-07
* Blackfin arch: check pointers in safe_dma_memcpyMike Frysinger2009-01-07
* Blackfin arch: push bf561 PERIPHERAL_MAP oddity into bf561-specific codeMike Frysinger2009-01-07
* Blackfin arch: dma_memcpy() - do not return NULL when transferring a multiple...Mike Frysinger2009-01-07
* Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...Mike Frysinger2009-01-07
* Blackfin arch: add const to some function prototype and struct dma_channelMichael McTernan2009-01-07
* Blackfin arch: implement support for /proc/dmaGraf Yang2009-01-07
* Blackfin arch: remove most BUG_ON channel checksMichael Hennerich2008-10-28
* Blackfin arch: Remove useless SSYNCs in DMA codeMichael Hennerich2008-10-28
* Blackfin arch: lookup channel2irq() only onceMichael Hennerich2008-10-28
* Blackfin arch: remove unused local defineMike Frysinger2008-10-28
* Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...Sonic Zhang2008-10-13
* Blackfin arch: fix bug - IMDMA is not type struct dma_registerMichael Hennerich2008-07-26
* Blackfin arch: Functional power management supportMichael Hennerich2008-07-19
* Blackfin arch: Check for Anomaly 05000182Michael Hennerich2008-05-17
* [Blackfin] arch: fix bug - before assign new channel to the map register, nee...Graf Yang2008-04-24
* [Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGraf Yang2008-04-24
* [Blackfin] arch: Give the DMA base registers a more descriptive nameBernd Schmidt2008-04-23
* [Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UA...Sonic Zhang2008-02-24
* [Blackfin] arch: Enable UART2 and UART3 for bf548Sonic Zhang2008-02-02
* [Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default ...Michael Hennerich2008-01-22
* Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usageCliff Cai2007-11-21
* Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu2007-10-21
* Blackfin arch: flush/inv the correct range when using write back cache and fi...Michael Hennerich2007-10-10
* Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible ...Bryan Wu2007-10-09
* Blackfin arch: cleanup IO and DMA_IO API function definitions according to ot...Bryan Wu2007-09-12
* Blackfin arch: Add DMA API to set curr descriptor addressSonic Zhang2007-08-05
* Blackfin arch: Add option to priorize DMA over CoreMichael Hennerich2007-08-03
* Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recordin...Roy Huang2007-10-10
* Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2007-07-12
* Blackfin arch: initial supporting for BF548-EZKITRoy Huang2007-07-12
* Blackfin arch: DMA code minor naming convention fixAubrey Li2007-06-11
* Blackfin arch: dma_memcpy borken for > 64KAubrey Li2007-05-21
* Blackfin arch: DMA operation cleanupMichael Hennerich2007-05-21
* Blackfin arch: mark a bunch of local functions as staticMike Frysinger2007-05-21
* blackfin architectureBryan Wu2007-05-07