summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dmaengine: img-mdc: remove unused ‘prev_phys’Vinod Koul2016-12-121-6/+3
| * | | dmaengine: usb-dmac: remove unused ‘uchan’Vinod Koul2016-12-121-3/+0
| * | | dmaengine: ioat: remove unused ‘res’Vinod Koul2016-12-121-3/+0
| * | | dmaengine: ioat: remove unused ‘ioat_dma’Vinod Koul2016-12-121-3/+0
| * | | dmaengine: ioat: remove unused ‘is_raid_device’Vinod Koul2016-12-121-3/+0
| * | | dmaengine: pl330: do not generate unaligned accessVladimir Murzin2016-12-081-5/+10
| * | | dmaengine: k3dma: move to dma_pool_zallocVinod Koul2016-12-081-2/+1
| * | | dmaengine: at_hdmac: move to dma_pool_zallocVinod Koul2016-12-081-2/+1
| * | | dmaengine: at_xdmac: don't restore unsaved statusAlexandre Belloni2016-12-061-2/+0
| * | | dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev2016-11-303-3/+14
| * | | dmaengine: DW DMAC: enable memory-to-memory transfers supportEugeniy Paltsev2016-11-301-0/+6
| * | | dmaengine: at_xdmac: Use dma_pool_zallocSouptick Joarder2016-11-301-2/+1
| * | | dmaengine: zx296702_dma: Use dma_pool_zallocSouptick Joarder2016-11-301-2/+1
| * | | dmaengine: dmatest: honor alignment restriction for buffersDave Jiang2016-11-301-20/+46
| * | | dmaengine: fix spacing issues for dmatestDave Jiang2016-11-301-4/+4
| * | | dmaengine: pch_dma: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-11-291-2/+1
| * | | dmaengine: sun6i: fix the uninitialized value for v_lliHao Zhang2016-11-251-1/+1
| * | | dmaengine: mv_xor: use builtin_platform_driverGeliang Tang2016-11-251-6/+1
| * | | dmaengine: mv_xor: Add support for scatter-gather DMA modeStefan Roese2016-11-252-4/+180
| * | | dmaengine: hsu: pci: switch to new API for IRQ allocationAndy Shevchenko2016-11-251-3/+5
| * | | dmaengine: imx-sdma - correct the dma transfer residue calculationNandor Han2016-11-251-4/+9
| * | | dmaengine: pl330: Handle xferred count if DMAMOV hasn't finishedStephen Barber2016-11-141-0/+5
| * | | dmaengine: nbpfaxi: add optional max-burst property for memory reads/writesNiklas Cassel2016-11-141-4/+34
| * | | dmaengine: tegra210-adma: convert TEGRA210_ADMA from bool to tristatePaul Gortmaker2016-11-141-1/+1
| * | | dmaengine: fsl_raid: Fix module autoloadJavier Martinez Canillas2016-11-141-0/+1
| |/ /
* | | Merge tag 'rproc-v4.10' of git://github.com/andersson/remoteprocLinus Torvalds2016-12-134-0/+1153
|\ \ \ | | |/ | |/|
| * | dmaengine: st_fdma: Revert: "Revert: Update st_fdma to 'depends on REMOTEPROC'"Vinod Koul2016-11-171-0/+1
| * | dmaengine: st_fdma: Revert: Update st_fdma to 'depends on REMOTEPROC'Vinod Koul2016-11-141-1/+0
| * | dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'.Peter Griffin2016-11-031-0/+1
| * | dmaengine: st_fdma: Fix the error return code in st_fdma_probe()Wei Yongjun2016-10-191-1/+1
| * | dmaengine: st_fdma: fix uninitialized variable accessArnd Bergmann2016-10-191-12/+2
| * | dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver supportPeter Griffin2016-10-183-0/+913
| * | dmaengine: st_fdma: Add STMicroelectronics FDMA driver header filePeter Griffin2016-10-181-0/+249
| |/
* | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-2/+0
|\ \
| * | i7300_idle: Remove this driverLen Brown2016-11-181-2/+0
| |/
* | dmaengine: cppi41: More PM runtime fixesTony Lindgren2016-11-171-4/+7
* | dmaengine: cpp41: Fix handling of error pathTony Lindgren2016-11-141-2/+9
* | dmaengine: cppi41: Fix unpaired pm runtime when only a USB hub is connectedTony Lindgren2016-11-141-2/+8
* | dmaengine: cppi41: Fix list not empty warning on module removalTony Lindgren2016-11-141-0/+5
* | dmaengine: sun6i: fix the uninitialized value for v_lliAxl-zhang2016-11-141-1/+1
* | dmaengine: mmp_tdma: add missing select GENERIC_ALLOCATOR in KconfigJérémy Lefaure2016-10-181-0/+1
* | dmaengine: edma: Fix error return code in edma_alloc_chan_resources()Wei Yongjun2016-10-181-0/+1
|/
* Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-0659-685/+1465
|\
| * Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul2016-10-035-6/+5
| |\
| | * dmaengine: xgene-dma: move unmap to before callbackDave Jiang2016-08-081-2/+1
| | * dmaengine: ppc4xx/adma: move unmap to before callbackDave Jiang2016-08-081-1/+1
| | * dmaengine: mv_xor: move unmap to before callbackDave Jiang2016-08-081-1/+1
| | * dmaengine: fsl_raid: move unmap to before callbackDave Jiang2016-08-081-1/+1
| | * dmaengine: fsldma: move unmap to before callbackDave Jiang2016-08-081-1/+1
| * | Merge branch 'topic/tegra' into for-linusVinod Koul2016-10-031-12/+2
| |\ \
OpenPOWER on IntegriCloud