aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/bfin_dma_5xx.c
AgeCommit message (Expand)Author
2010-08-06Blackfin: fix DMA/cache bug when resuming from suspend to RAMMichael Hennerich
2010-03-09Blackfin: remove trailing space in messagesFrans Pop
2009-12-15Blackfin: reject NULL callback in set_dma_callback()Mike Frysinger
2009-12-15Blackfin: convert DMA mutex to an atomic and drop redundant codeMike Frysinger
2009-11-25Blackfin: fix suspend/resume failure with some on-chip ROMsMichael Hennerich
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz
2009-09-16Blackfin: fix read buffer overflowRoel Kluin
2009-09-16Blackfin: catch hardware errors earlier during bootingRobin Getz
2009-07-16Blackfin: fix early_dma_memcpy() handling of busy channelsMike Frysinger
2009-06-13Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang
2009-06-12Blackfin: annotate anomaly 05000119 in core DMA codeRobin Getz
2009-06-12Blackfin: fix early L1 relocation crashRobin Getz
2009-02-04Blackfin arch: fix bug - Dmacopy failed in BF537-STAMPMike Frysinger
2009-01-07Blackfin arch: push cache flushing up to dma_memcpyMike Frysinger
2009-01-07Blackfin arch: request_dma() returns 0 on success, not channelMike Frysinger
2009-01-07Blackfin arch: move most dma functions into static inlinesMike Frysinger
2009-01-07Blackfin arch: set_dma_callback: do not store .irqMike Frysinger
2009-01-07Blackfin arch: drop irq_callback from struct dma_channelMike Frysinger
2009-01-07Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_tMike Frysinger
2009-01-07Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger
2009-01-07Blackfin arch: check pointers in safe_dma_memcpyMike Frysinger
2009-01-07Blackfin arch: push bf561 PERIPHERAL_MAP oddity into bf561-specific codeMike Frysinger
2009-01-07Blackfin arch: dma_memcpy() - do not return NULL when transferring a multiple...Mike Frysinger
2009-01-07Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...Mike Frysinger
2009-01-07Blackfin arch: add const to some function prototype and struct dma_channelMichael McTernan
2009-01-07Blackfin arch: implement support for /proc/dmaGraf Yang
2008-10-29Blackfin arch: remove most BUG_ON channel checksMichael Hennerich
2008-10-28Blackfin arch: Remove useless SSYNCs in DMA codeMichael Hennerich
2008-10-28Blackfin arch: lookup channel2irq() only onceMichael Hennerich
2008-10-28Blackfin arch: remove unused local defineMike Frysinger
2008-10-13Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...Sonic Zhang
2008-07-26Blackfin arch: fix bug - IMDMA is not type struct dma_registerMichael Hennerich
2008-07-19Blackfin arch: Functional power management supportMichael Hennerich
2008-05-17Blackfin arch: Check for Anomaly 05000182Michael Hennerich
2008-04-25[Blackfin] arch: fix bug - before assign new channel to the map register, nee...Graf Yang
2008-04-25[Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGraf Yang
2008-04-24[Blackfin] arch: Give the DMA base registers a more descriptive nameBernd Schmidt
2008-02-25[Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UA...Sonic Zhang
2008-02-02[Blackfin] arch: Enable UART2 and UART3 for bf548Sonic Zhang
2008-01-22[Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default ...Michael Hennerich
2007-11-21Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usageCliff Cai
2007-10-22Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu
2007-10-10Blackfin arch: flush/inv the correct range when using write back cache and fi...Michael Hennerich
2007-10-09Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible ...Bryan Wu
2007-09-12Blackfin arch: cleanup IO and DMA_IO API function definitions according to ot...Bryan Wu
2007-08-05Blackfin arch: Add DMA API to set curr descriptor addressSonic Zhang
2007-08-03Blackfin arch: Add option to priorize DMA over CoreMichael Hennerich
2007-10-10Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recordin...Roy Huang
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger
2007-07-12Blackfin arch: initial supporting for BF548-EZKITRoy Huang