summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/bfin_dma_5xx.c
Commit message (Expand)AuthorAgeFilesLines
* blackfin:dma: rename bfin_dma_5xx.c to bfin_dma.cBob Liu2012-03-211-536/+0
* Blackfin: work around anomaly 05000480Steven Miao2011-05-251-0/+5
* Blackfin: bf54x: add kconfig for UART2/3 DMA channel assignmentssteven miao2011-03-181-13/+19
* Blackfin: fix DMA/cache bug when resuming from suspend to RAMMichael Hennerich2010-08-061-2/+17
* Blackfin: remove trailing space in messagesFrans Pop2010-03-091-5/+5
* Blackfin: reject NULL callback in set_dma_callback()Mike Frysinger2009-12-151-11/+10
* Blackfin: convert DMA mutex to an atomic and drop redundant codeMike Frysinger2009-12-151-21/+10
* Blackfin: fix suspend/resume failure with some on-chip ROMsMichael Hennerich2009-11-251-2/+7
* Blackfin: mass clean up of copyright/licensing infoRobin Getz2009-10-071-0/+1
* Blackfin: fix read buffer overflowRoel Kluin2009-09-161-4/+4
* Blackfin: catch hardware errors earlier during bootingRobin Getz2009-09-161-0/+6
* Blackfin: fix early_dma_memcpy() handling of busy channelsMike Frysinger2009-07-161-15/+14
* Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang2009-06-131-2/+2
* Blackfin: annotate anomaly 05000119 in core DMA codeRobin Getz2009-06-121-0/+5
* Blackfin: fix early L1 relocation crashRobin Getz2009-06-121-0/+81
* Blackfin arch: fix bug - Dmacopy failed in BF537-STAMPMike Frysinger2009-02-041-0/+7
* Blackfin arch: push cache flushing up to dma_memcpyMike Frysinger2009-01-071-11/+14
* Blackfin arch: request_dma() returns 0 on success, not channelMike Frysinger2009-01-071-1/+1
* Blackfin arch: move most dma functions into static inlinesMike Frysinger2009-01-071-212/+21
* Blackfin arch: set_dma_callback: do not store .irqMike Frysinger2009-01-071-11/+9
* Blackfin arch: drop irq_callback from struct dma_channelMike Frysinger2009-01-071-3/+2
* Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_tMike Frysinger2009-01-071-1/+1
* Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger2009-01-071-366/+153
* Blackfin arch: check pointers in safe_dma_memcpyMike Frysinger2009-01-071-3/+10
* Blackfin arch: push bf561 PERIPHERAL_MAP oddity into bf561-specific codeMike Frysinger2009-01-071-11/+5
* Blackfin arch: dma_memcpy() - do not return NULL when transferring a multiple...Mike Frysinger2009-01-071-2/+2
* Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...Mike Frysinger2009-01-071-7/+7
* Blackfin arch: add const to some function prototype and struct dma_channelMichael McTernan2009-01-071-1/+1
* Blackfin arch: implement support for /proc/dmaGraf Yang2009-01-071-4/+40
* Blackfin arch: remove most BUG_ON channel checksMichael Hennerich2008-10-291-70/+0
* Blackfin arch: Remove useless SSYNCs in DMA codeMichael Hennerich2008-10-281-13/+1
* Blackfin arch: lookup channel2irq() only onceMichael Hennerich2008-10-281-18/+6
* Blackfin arch: remove unused local defineMike Frysinger2008-10-281-3/+0
* Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...Sonic Zhang2008-10-131-7/+6
* Blackfin arch: fix bug - IMDMA is not type struct dma_registerMichael Hennerich2008-07-261-0/+8
* Blackfin arch: Functional power management supportMichael Hennerich2008-07-191-0/+26
* Blackfin arch: Check for Anomaly 05000182Michael Hennerich2008-05-171-0/+11
* [Blackfin] arch: fix bug - before assign new channel to the map register, nee...Graf Yang2008-04-251-2/+5
* [Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGraf Yang2008-04-251-2/+2
* [Blackfin] arch: Give the DMA base registers a more descriptive nameBernd Schmidt2008-04-241-1/+1
* [Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UA...Sonic Zhang2008-02-251-7/+8
* [Blackfin] arch: Enable UART2 and UART3 for bf548Sonic Zhang2008-02-021-0/+10
* [Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default ...Michael Hennerich2008-01-221-2/+2
* Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usageCliff Cai2007-11-211-0/+1
* Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu2007-10-221-0/+26
* Blackfin arch: flush/inv the correct range when using write back cache and fi...Michael Hennerich2007-10-101-9/+30
* Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible ...Bryan Wu2007-10-091-6/+6
* Blackfin arch: cleanup IO and DMA_IO API function definitions according to ot...Bryan Wu2007-09-121-3/+3
* Blackfin arch: Add DMA API to set curr descriptor addressSonic Zhang2007-08-051-1/+14
* Blackfin arch: Add option to priorize DMA over CoreMichael Hennerich2007-08-031-0/+5
OpenPOWER on IntegriCloud