aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/shdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-9/+8
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-3/+9
2010-03-23dmaengine: shdma: Introduce include/linux/sh_dma.hMagnus Damm1-2/+1
2010-03-23dmaengine: shdma: Common SH_DMA_SLAVE_NUMBERMagnus Damm1-2/+2
2010-03-23dmaengine: shdma: Remove sh_dmae_slave_chan_id enumMagnus Damm1-4/+4
2010-03-02dmaengine: shdma: extend .device_terminate_all() to record partial transferGuennadi Liakhovetski1-0/+16
2010-03-02dmaengine: shdma: add runtime PM support.Guennadi Liakhovetski1-0/+20
2010-03-02dmaengine: shdma: separate DMA headers.Guennadi Liakhovetski1-30/+49
2010-03-02dmaengine: shdma: convert to platform device resourcesGuennadi Liakhovetski1-129/+189
2010-03-02dmaengine: shdma: fix DMA error handling.Guennadi Liakhovetski1-36/+53
2010-02-08sh: implement DMA_SLAVE capability in SH dmaengine driverGuennadi Liakhovetski1-48/+142
2010-02-08sh: fix Transfer Size calculation in both DMA driversGuennadi Liakhovetski1-1/+5
2010-02-08sh: prepare the DMA driver for slave functionalityGuennadi Liakhovetski1-68/+153
2009-12-22Merge branch 'ioat' into fixesDan Williams1-7/+5
2009-12-17sh: fix DMA driver's descriptor chaining and cookie assignmentGuennadi Liakhovetski1-117/+207
2009-12-10sh: stylistic improvements for the DMA driverGuennadi Liakhovetski1-17/+17
2009-12-10sh: DMA driver has to specify its alignment requirementsGuennadi Liakhovetski1-0/+2
2009-11-22shdma: fix initialization error handlingDan Williams1-7/+5
2009-09-08dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu1-0/+786