summaryrefslogtreecommitdiff
path: root/drivers/dma/shdma.c
AgeCommit message (Expand)Author
2012-04-05dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-04-03dmaengine: consolidate tx_status functionsRussell King - ARM Linux
2012-04-03dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-04-03dmaengine: add private header fileRussell King - ARM Linux
2012-04-03dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
2011-06-21Merge branch 'common/dma' into sh-latestPaul Mundt
2011-06-21dmaengine: shdma: add .needs_tend_set / .no_dmars flagsKuninori Morimoto
2011-06-21dmaengine: shdma: add dmaor_is_32bit flagKuninori Morimoto
2011-06-21dmaengine: shdma: add chcr_ie_bitKuninori Morimoto
2011-06-21dmaengine: shdma: add chcr_write/read functionKuninori Morimoto
2011-06-16Merge branches 'common/dma' and 'sh/stable-updates' into sh-latestPaul Mundt
2011-06-16dmaengine: shdma: fixup parameter definition on dmae_set_dmarsKuninori Morimoto
2011-06-16dmaengine: shdma: tidyup spin_unlock_bh on sh_chan_xfer_ld_queueKuninori Morimoto
2011-06-16dmaengine: shdma: add to_sh_dev defineKuninori Morimoto
2011-06-14dmaengine: shdma: SH_DMAC_MAX_CHANNELS message fixMagnus Damm
2011-06-02dmaengine: shdma: fix a regression: initialise DMA channels for memcpyGuennadi Liakhovetski
2011-05-31dmaengine: shdma: Fix up fallout from runtime PM changes.Paul Mundt
2011-05-25dmaengine: shdma: Fix SH_DMAC_MAX_CHANNELS handlingMagnus Damm
2011-05-25dmaengine: shdma: Make second memory window optionalMagnus Damm
2011-05-23dmaengine: shdma: synchronize RCU before freeing, simplify spinlockGuennadi Liakhovetski
2011-05-23dmaengine: shdma: add runtime- and system-level power managementGuennadi Liakhovetski
2011-05-23dmaengine: shdma: fix lockingGuennadi Liakhovetski
2011-03-29dma: shdma: add checking the DMAOR_AE in sh_dmae_errYoshihiro Shimoda
2011-01-19Comment typo fixes for 'descriptor'Justin P. Mattock
2011-01-07dma: shdma: don't register the global die notifier multiple timesGuennadi Liakhovetski
2010-12-17dma: shdma: NMI support.Paul Mundt
2010-11-25dma: shdma: add a MODULE_ALIAS() to allow module autoloadingGuennadi Liakhovetski
2010-09-22dma/shdma: move dereference below the NULL checkDan Carpenter
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2010-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2010-05-22sh: guard cookie consistency across termination in the DMA driverGuennadi Liakhovetski
2010-05-22sh: prevent the DMA driver from unloading, while in useGuennadi Liakhovetski
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2010-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2010-05-17Merge branch 'ioat' into dmaengineDan Williams
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt
2010-04-26SH: fix error paths in DMA driverGuennadi Liakhovetski
2010-04-26SH: constify multiple DMA related objects and references to themGuennadi Liakhovetski
2010-04-07Merge branches 'genesis/dmaengine', 'genesis/intc-extension' and 'genesis/i2c...Paul Mundt
2010-04-07dmaengine: shdma: Enable on SH-Mobile ARMMagnus Damm
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26dmaengine: provide helper for setting txstateDan Williams
2010-03-26DMAENGINE: generic channel status v2Linus Walleij
2010-03-26DMAENGINE: generic slave control v2Linus Walleij
2010-03-23dmaengine: shdma: Introduce include/linux/sh_dma.hMagnus Damm
2010-03-23dmaengine: shdma: Common SH_DMA_SLAVE_NUMBERMagnus Damm
2010-03-23dmaengine: shdma: Remove sh_dmae_slave_chan_id enumMagnus Damm
2010-03-02dmaengine: shdma: extend .device_terminate_all() to record partial transferGuennadi Liakhovetski
2010-03-02dmaengine: shdma: add runtime PM support.Guennadi Liakhovetski