summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dma: dw: append MODULE_DEVICE_TABLE for ACPI caseAndy Shevchenko2013-08-051-0/+1
| * | | acpi-dma: fix sparse warningAndy Shevchenko2013-08-051-1/+1
| * | | txx9dmac: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko2013-08-051-7/+6
| * | | mmp_tdma: set cookies as well when asked for tx statusAndy Shevchenko2013-08-051-1/+2
| * | | ipu_idmac: re-use dma_cookie_status()Andy Shevchenko2013-08-051-4/+1
| * | | tegra20-apb-dma: remove useless use of lockAndy Shevchenko2013-08-051-5/+3
| * | | pch_dma: remove useless use of lockAndy Shevchenko2013-08-051-8/+1
| * | | mpc512x_dma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1
| * | | mmp_pdma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1
| * | | fsldma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1
| * | | ep93xx_dma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1
| * | | edma: no need to assign residue to 0 explicitlyAndy Shevchenko2013-08-051-2/+0
| * | | mxs-dma: remove useless variableAndy Shevchenko2013-08-051-3/+1
| * | | imx-sdma: remove useless variableAndy Shevchenko2013-08-051-6/+3
| |/ /
* | | Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2013-09-095-229/+115
|\ \ \
| * | | dma: mv_xor: Fix incorrect error pathSachin Kamat2013-09-091-4/+2
| * | | ioatdma: silence GCC warningsPaul Bolle2013-08-231-1/+1
| * | | dmaengine: make dma_channel_rebalance() NUMA awareBrice Goglin2013-08-221-28/+27
| * | | ioatdma: disable RAID on non-Atom platforms and reenable unaligned copiesBrice Goglin2013-08-221-23/+1
| * | | mv_xor: support big endian systems using descriptor swap featureThomas Petazzoni2013-08-222-3/+36
| * | | mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}Thomas Petazzoni2013-08-221-18/+18
| * | | dmatest: print message on debug level in case of no errorAndy Shevchenko2013-08-221-1/+5
| * | | dmatest: remove IS_ERR_OR_NULL checks of debugfs callsAndy Shevchenko2013-08-221-12/+5
| * | | dmatest: make module parameters writableAndy Shevchenko2013-08-221-139/+20
| |/ /
* | | Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-09-091-9/+14
|\ \ \
| * | | DMA: fix printk warning in AMBA PL08x DMA driverAndre Przywara2013-08-221-3/+6
| * | | DMA: fix AMBA PL08x compilation issue with 64bit DMA address typeAndre Przywara2013-08-221-6/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-051-21/+5
|\ \ \ \
| * | | | coh901318: don't open-code simple_read_from_buffer()Al Viro2013-09-031-21/+5
| |/ / /
* | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-10/+16
|\ \ \ \
| * | | | dma: convert dma_devclass to use dev_groupsGreg Kroah-Hartman2013-07-251-10/+16
| | |_|/ | |/| |
* | | | Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-033-0/+1068
|\ \ \ \
| * | | | dma: cppi41: off by one in desc_to_chan()Dan Carpenter2013-08-281-1/+1
| * | | | dma: cpp41: enable pm_runtime during initSebastian Andrzej Siewior2013-08-271-0/+11
| * | | | dma: cpp41: make it compile with CONFIG_BUG=nSebastian Andrzej Siewior2013-08-271-1/+1
| * | | | Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-181-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-133-0/+1057
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior2013-08-093-0/+1057
| | | |/ | | |/|
* | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | dma/Kconfig: TI_EDMA needs to be booleanGuenter Roeck2013-08-251-1/+1
| |/ /
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-08-081-2/+2
|\ \ \ | |/ / |/| |
| * | shdma: fixup sh_dmae_get_partial() calculation errorKuninori Morimoto2013-07-311-2/+2
| |/
* | dma: pl330: Fix cyclic transfersLars-Peter Clausen2013-07-281-26/+67
* | pch_dma: fix error return code in pch_dma_probe()Wei Yongjun2013-07-221-0/+1
|/
* drivers/dma/iop-adma.c: fix new warningsOlof Johansson2013-07-091-2/+2
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-07-0728-433/+1633
|\
| * DMA: shdma: add DT supportGuennadi Liakhovetski2013-07-054-13/+128
| * DMA: shdma: (cosmetic) don't re-calculate a pointerGuennadi Liakhovetski2013-07-051-1/+1
| * dmaengine: at_hdmac: prepare clk before calling enableBoris BREZILLON2013-07-051-6/+9
| * dmaengine/trivial: at_hdmac: add curly brackets to if/else expressionsNicolas Ferre2013-07-051-2/+4
OpenPOWER on IntegriCloud