aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/bfin_dma_5xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-18Blackfin: bf54x: add kconfig for UART2/3 DMA channel assignmentssteven miao1-13/+19
2010-08-06Blackfin: fix DMA/cache bug when resuming from suspend to RAMMichael Hennerich1-2/+17
2010-03-09Blackfin: remove trailing space in messagesFrans Pop1-5/+5
2009-12-15Blackfin: reject NULL callback in set_dma_callback()Mike Frysinger1-11/+10
2009-12-15Blackfin: convert DMA mutex to an atomic and drop redundant codeMike Frysinger1-21/+10
2009-11-25Blackfin: fix suspend/resume failure with some on-chip ROMsMichael Hennerich1-2/+7
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-0/+1
2009-09-16Blackfin: fix read buffer overflowRoel Kluin1-4/+4
2009-09-16Blackfin: catch hardware errors earlier during bootingRobin Getz1-0/+6
2009-07-16Blackfin: fix early_dma_memcpy() handling of busy channelsMike Frysinger1-15/+14
2009-06-13Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang1-2/+2
2009-06-12Blackfin: annotate anomaly 05000119 in core DMA codeRobin Getz1-0/+5
2009-06-12Blackfin: fix early L1 relocation crashRobin Getz1-0/+81
2009-02-04Blackfin arch: fix bug - Dmacopy failed in BF537-STAMPMike Frysinger1-0/+7
2009-01-07Blackfin arch: push cache flushing up to dma_memcpyMike Frysinger1-11/+14
2009-01-07Blackfin arch: request_dma() returns 0 on success, not channelMike Frysinger1-1/+1
2009-01-07Blackfin arch: move most dma functions into static inlinesMike Frysinger1-212/+21
2009-01-07Blackfin arch: set_dma_callback: do not store .irqMike Frysinger1-11/+9
2009-01-07Blackfin arch: drop irq_callback from struct dma_channelMike Frysinger1-3/+2
2009-01-07Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_tMike Frysinger1-1/+1
2009-01-07Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger1-366/+153
2009-01-07Blackfin arch: check pointers in safe_dma_memcpyMike Frysinger1-3/+10
2009-01-07Blackfin arch: push bf561 PERIPHERAL_MAP oddity into bf561-specific codeMike Frysinger1-11/+5
2009-01-07Blackfin arch: dma_memcpy() - do not return NULL when transferring a multiple of 65kMike Frysinger1-2/+2
2009-01-07Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match everyone elseMike Frysinger1-7/+7
2009-01-07Blackfin arch: add const to some function prototype and struct dma_channelMichael McTernan1-1/+1
2009-01-07Blackfin arch: implement support for /proc/dmaGraf Yang1-4/+40
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