aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/shdma.c
Commit message (Expand)AuthorAgeFilesLines
* dma: shdma: transfer based runtime PMGuennadi Liakhovetski2011-09-281-26/+68
* dmaengine: shdma: protect against the IRQ handlerGuennadi Liakhovetski2011-09-281-27/+28
* Merge branch 'common/dma' into sh-latestPaul Mundt2011-06-211-12/+54
|\
| * dmaengine: shdma: add .needs_tend_set / .no_dmars flagsKuninori Morimoto2011-06-211-0/+6
| * dmaengine: shdma: add dmaor_is_32bit flagKuninori Morimoto2011-06-211-2/+12
| * dmaengine: shdma: add chcr_ie_bitKuninori Morimoto2011-06-211-2/+9
| * dmaengine: shdma: add chcr_write/read functionKuninori Morimoto2011-06-211-8/+27
* | Merge branches 'common/dma' and 'sh/stable-updates' into sh-latestPaul Mundt2011-06-161-14/+8
|\ \ | |/
| * dmaengine: shdma: fixup parameter definition on dmae_set_dmarsKuninori Morimoto2011-06-161-1/+1
| * dmaengine: shdma: tidyup spin_unlock_bh on sh_chan_xfer_ld_queueKuninori Morimoto2011-06-161-4/+3
| * dmaengine: shdma: add to_sh_dev defineKuninori Morimoto2011-06-161-9/+4
* | 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