aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/shdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-13dma: move shdma driver to an own directoryGuennadi Liakhovetski1-1524/+0
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-1/+2
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-10/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-7/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-5/+5
2012-02-01dma: sh_dma: not all SH DMAC implementations support MEMCPYGuennadi Liakhovetski1-1/+2
2012-01-06dma: shdma: fix runtime PM: clear channel buffers on resetGuennadi Liakhovetski1-16/+31
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-13/+12
2011-09-28dma: shdma: transfer based runtime PMGuennadi Liakhovetski1-26/+68
2011-09-28dmaengine: shdma: protect against the IRQ handlerGuennadi Liakhovetski1-27/+28
2011-06-21Merge branch 'common/dma' into sh-latestPaul Mundt1-12/+54
2011-06-21dmaengine: shdma: add .needs_tend_set / .no_dmars flagsKuninori Morimoto1-0/+6
2011-06-21dmaengine: shdma: add dmaor_is_32bit flagKuninori Morimoto1-2/+12
2011-06-21dmaengine: shdma: add chcr_ie_bitKuninori Morimoto1-2/+9
2011-06-21dmaengine: shdma: add chcr_write/read functionKuninori Morimoto1-8/+27
2011-06-16Merge branches 'common/dma' and 'sh/stable-updates' into sh-latestPaul Mundt1-14/+8
2011-06-16dmaengine: shdma: fixup parameter definition on dmae_set_dmarsKuninori Morimoto1-1/+1
2011-06-16dmaengine: shdma: tidyup spin_unlock_bh on sh_chan_xfer_ld_queueKuninori Morimoto1-4/+3
2011-06-16dmaengine: shdma: add to_sh_dev defineKuninori Morimoto1-9/+4
2011-06-14dmaengine: shdma: SH_DMAC_MAX_CHANNELS message fixMagnus Damm1-6/+7
2011-06-02dmaengine: shdma: fix a regression: initialise DMA channels for memcpyGuennadi Liakhovetski1-1/+1
2011-05-31dmaengine: shdma: Fix up fallout from runtime PM changes.Paul Mundt1-1/+6
2011-05-25dmaengine: shdma: Fix SH_DMAC_MAX_CHANNELS handlingMagnus Damm1-8/+23
2011-05-25dmaengine: shdma: Make second memory window optionalMagnus Damm1-3/+8
2011-05-23dmaengine: shdma: synchronize RCU before freeing, simplify spinlockGuennadi Liakhovetski1-8/+8
2011-05-23dmaengine: shdma: add runtime- and system-level power managementGuennadi Liakhovetski1-0/+68
2011-05-23dmaengine: shdma: fix lockingGuennadi Liakhovetski1-36/+68
2011-03-29dma: shdma: add checking the DMAOR_AE in sh_dmae_errYoshihiro Shimoda1-1/+6
2011-01-19Comment typo fixes for 'descriptor'Justin P. Mattock1-1/+1
2011-01-07dma: shdma: don't register the global die notifier multiple timesGuennadi Liakhovetski1-9/+7
2010-12-17dma: shdma: NMI support.Paul Mundt1-18/+114
2010-11-25dma: shdma: add a MODULE_ALIAS() to allow module autoloadingGuennadi Liakhovetski1-0/+1
2010-09-22dma/shdma: move dereference below the NULL checkDan Carpenter1-1/+2
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-0/+5
2010-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-13/+14
2010-05-22sh: guard cookie consistency across termination in the DMA driverGuennadi Liakhovetski1-0/+4
2010-05-22sh: prevent the DMA driver from unloading, while in useGuennadi Liakhovetski1-0/+1
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-13/+14
2010-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-11/+28
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+2
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt1-6/+22
2010-04-26SH: fix error paths in DMA driverGuennadi Liakhovetski1-6/+21
2010-04-26SH: constify multiple DMA related objects and references to themGuennadi Liakhovetski1-5/+7
2010-04-07Merge branches 'genesis/dmaengine', 'genesis/intc-extension' and 'genesis/i2c-updates'Paul Mundt1-0/+1
2010-04-07dmaengine: shdma: Enable on SH-Mobile ARMMagnus Damm1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-6/+1