aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/dma.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove blackfin portArnd Bergmann1-349/+0
2014-06-11Revert "blackfin: dma: current count mmr is read only"Steven Miao1-0/+2
2014-04-12blackfin: dma: current count mmr is read onlySonic Zhang1-2/+0
2012-05-21blackfin: add bf60x to current frameworkBob Liu1-20/+117
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-01-10Blackfin: dma: constify MMR pointer arrayMike Frysinger1-1/+1
2011-01-10Blackfin: bfin_dma.h: start a header for DMA MMR layoutMike Frysinger1-34/+1
2010-08-06Blackfin: fix DMA/cache bug when resuming from suspend to RAMMichael Hennerich1-0/+1
2010-03-09Blackfin: add dma_disable_irq_nosync() API for irq handlersBarry Song1-0/+4
2009-12-15Blackfin: dma-mapping.h: flesh out missing DMA mapping functionsBarry Song1-4/+1
2009-12-15Blackfin: unify DMA masksMike Frysinger1-20/+49
2009-12-15Blackfin: convert DMA mutex to an atomic and drop redundant codeMike Frysinger1-14/+3
2009-06-12Blackfin: add SSYNC to set_dma_sg() for descriptor fetchingSonic Zhang1-1/+7
2009-06-12Blackfin: fix early L1 relocation crashRobin Getz1-0/+2
2009-01-07Blackfin arch: add get_dma_config() func to match set_dma_config()Mike Frysinger1-0/+4
2009-01-07Blackfin arch: add volatile markings to DMA MMRsMike Frysinger1-1/+1
2009-01-07Blackfin arch: remove unused members of dma_channel structMike Frysinger1-3/+0
2009-01-07Blackfin arch: dma code: cannot simply OR the ndsizeMike Frysinger1-1/+3
2009-01-07Blackfin arch: desc_ptr is a pointer, so declare it as suchMike Frysinger1-8/+8
2009-01-07Blackfin arch: move most dma functions into static inlinesMike Frysinger1-40/+116
2009-01-07Blackfin arch: dma header file: strip down includes to only necessary onesMike Frysinger1-8/+3
2009-01-07Blackfin arch: drop irq_callback from struct dma_channelMike Frysinger1-1/+0
2009-01-07Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_tMike Frysinger1-4/+2
2009-01-07Blackfin arch: rewrite dma_memcpy() and dma in/out functionsMike Frysinger1-0/+1
2009-01-07Blackfin arch: cleanup - use scm for changelog, not file headersMike Frysinger1-24/+3
2009-01-07Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match everyone elseMike Frysinger1-1/+1
2009-01-07Blackfin arch: add const to some function prototype and struct dma_channelMichael McTernan1-2/+2
2008-10-28Blackfin arch: lookup channel2irq() only onceMichael Hennerich1-0/+1
2008-08-27Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu1-0/+205