aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/shdma.c
Commit message (Expand)AuthorAgeFilesLines
* merge more stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-66/+145
* dmaengine: shdma: SH_DMAC_MAX_CHANNELS message fixMagnus Damm2011-06-141-6/+7
* dmaengine: shdma: fix a regression: initialise DMA channels for memcpyGuennadi Liakhovetski2011-06-021-1/+1
* dmaengine: shdma: Fix up fallout from runtime PM changes.Paul Mundt2011-05-311-1/+6
* dmaengine: shdma: Fix SH_DMAC_MAX_CHANNELS handlingMagnus Damm2011-05-251-8/+23
* dmaengine: shdma: Make second memory window optionalMagnus Damm2011-05-251-3/+8
* dmaengine: shdma: synchronize RCU before freeing, simplify spinlockGuennadi Liakhovetski2011-05-231-8/+8
* dmaengine: shdma: add runtime- and system-level power managementGuennadi Liakhovetski2011-05-231-0/+68
* dmaengine: shdma: fix lockingGuennadi Liakhovetski2011-05-231-36/+68
* dma: shdma: add checking the DMAOR_AE in sh_dmae_errYoshihiro Shimoda2011-03-291-1/+6
* Comment typo fixes for 'descriptor'Justin P. Mattock2011-01-191-1/+1
* dma: shdma: don't register the global die notifier multiple timesGuennadi Liakhovetski2011-01-071-9/+7
* dma: shdma: NMI support.Paul Mundt2010-12-171-18/+114
* dma: shdma: add a MODULE_ALIAS() to allow module autoloadingGuennadi Liakhovetski2010-11-251-0/+1
* dma/shdma: move dereference below the NULL checkDan Carpenter2010-09-221-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-05-311-0/+5
|\
| * sh: guard cookie consistency across termination in the DMA driverGuennadi Liakhovetski2010-05-221-0/+4
| * sh: prevent the DMA driver from unloading, while in useGuennadi Liakhovetski2010-05-221-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-05-241-13/+14
|\ \ | |/
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-211-13/+14
| |\
| | * Merge branch 'ioat' into dmaengineDan Williams2010-05-171-0/+1
| | |\
| | * | DMAENGINE: extend the control command to include an argLinus Walleij2010-05-171-1/+2
| | * | dmaengine: provide helper for setting txstateDan Williams2010-03-261-6/+1
| | * | DMAENGINE: generic channel status v2Linus Walleij2010-03-261-9/+8
| | * | DMAENGINE: generic slave control v2Linus Walleij2010-03-261-3/+9
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-05-201-11/+28
|\ \ \ \ | |/ / /
| * | | Merge branch 'sh/stable-updates'Paul Mundt2010-04-261-6/+22
| |\ \ \
| | * | | SH: fix error paths in DMA driverGuennadi Liakhovetski2010-04-261-6/+21
| | | |/ | | |/|
| * | | SH: constify multiple DMA related objects and references to themGuennadi Liakhovetski2010-04-261-5/+7
| | | |
| \ \ \
*-. \ \ \ Merge branches 'genesis/dmaengine', 'genesis/intc-extension' and 'genesis/i2c...Paul Mundt2010-04-071-0/+1
|\ \ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| |/ /
* | | dmaengine: shdma: Enable on SH-Mobile ARMMagnus Damm2010-04-071-4/+4
| |/ |/|
* | dmaengine: shdma: Introduce include/linux/sh_dma.hMagnus Damm2010-03-231-2/+1
* | dmaengine: shdma: Common SH_DMA_SLAVE_NUMBERMagnus Damm2010-03-231-2/+2
* | dmaengine: shdma: Remove sh_dmae_slave_chan_id enumMagnus Damm2010-03-231-4/+4
|/
* dmaengine: shdma: extend .device_terminate_all() to record partial transferGuennadi Liakhovetski2010-03-021-0/+16
* dmaengine: shdma: add runtime PM support.Guennadi Liakhovetski2010-03-021-0/+20
* dmaengine: shdma: separate DMA headers.Guennadi Liakhovetski2010-03-021-30/+49
* dmaengine: shdma: convert to platform device resourcesGuennadi Liakhovetski2010-03-021-129/+189
* dmaengine: shdma: fix DMA error handling.Guennadi Liakhovetski2010-03-021-36/+53
* sh: implement DMA_SLAVE capability in SH dmaengine driverGuennadi Liakhovetski2010-02-081-48/+142
* sh: fix Transfer Size calculation in both DMA driversGuennadi Liakhovetski2010-02-081-1/+5
* sh: prepare the DMA driver for slave functionalityGuennadi Liakhovetski2010-02-081-68/+153
* Merge branch 'ioat' into fixesDan Williams2009-12-221-7/+5
|\
| * shdma: fix initialization error handlingDan Williams2009-11-221-7/+5
* | sh: fix DMA driver's descriptor chaining and cookie assignmentGuennadi Liakhovetski2009-12-171-117/+207
* | sh: stylistic improvements for the DMA driverGuennadi Liakhovetski2009-12-101-17/+17
* | sh: DMA driver has to specify its alignment requirementsGuennadi Liakhovetski2009-12-101-0/+2
|/
* dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu2009-09-081-0/+786