aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-13dmaengine: rcar-dmac: unmap slave resource when channel is freedNiklas Söderlund1-0/+8
2017-01-10dmaengine: omap-dma: Fix the port_window supportPeter Ujfalusi1-15/+16
2017-01-10dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping allocations.Krister Johansen1-2/+2
2017-01-03dmaengine: pl330: Fix runtime PM support for terminated transfersMarek Szyprowski1-0/+11
2017-01-03dmaengine: omap-dma: Fix dynamic lch_map allocationPeter Ujfalusi1-9/+21
2017-01-02dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.Christophe JAILLET1-0/+2
2017-01-02dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_statusM'boumba Cedric Madianga1-7/+3
2017-01-02dmaengine: stm32-dma: Set correct args number for DMA request from DTM'boumba Cedric Madianga1-5/+2
2017-01-02dmaengine: dw: fix typo in KconfigJean Delvare1-1/+1
2017-01-02dmaengine: ioatdma: workaround SKX ioatdma versionDave Jiang1-0/+2
2017-01-02dmaengine: ioatdma: Add Skylake PCI Dev IDDave Jiang2-1/+10
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds34-284/+777
2016-12-14Merge branch 'topic/st_fdma' into for-linusVinod Koul4-0/+1153
2016-12-14Merge branch 'topic/s3c64xx' into for-linusVinod Koul1-0/+11
2016-12-14Merge branch 'topic/qcom' into for-linusVinod Koul5-103/+270
2016-12-14Merge branch 'topic/pxa' into for-linusVinod Koul1-28/+0
2016-12-14Merge branch 'topic/omap' into for-linusVinod Koul2-37/+153
2016-12-14Merge branch 'topic/ioat' into for-linusVinod Koul2-11/+18
2016-12-13Merge tag 'rproc-v4.10' of git://github.com/andersson/remoteprocLinus Torvalds4-0/+1153
2016-12-12Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-12-12dmaengine: sirf-dma: remove unused ‘sdesc’Vinod Koul1-4/+0
2016-12-12dmaengine: pl330: remove unused ‘regs’Vinod Koul1-3/+0
2016-12-12dmaengine: s3c24xx: remove unused ‘cdata’Vinod Koul1-5/+0
2016-12-12dmaengine: stm32-dma: remove unused ‘src_addr’Vinod Koul1-2/+0
2016-12-12dmaengine: stm32-dma: remove unused ‘dst_addr’Vinod Koul1-2/+1
2016-12-12dmaengine: stm32-dma: remove unused ‘sfcr’Vinod Koul1-2/+1
2016-12-12dmaengine: pch_dma: remove unused ‘cookie’Vinod Koul1-2/+0
2016-12-12dmaengine: mic_x100_dma: remove unused ‘data’Vinod Koul1-2/+0
2016-12-12dmaengine: img-mdc: remove unused ‘prev_phys’Vinod Koul1-6/+3
2016-12-12dmaengine: usb-dmac: remove unused ‘uchan’Vinod Koul1-3/+0
2016-12-12dmaengine: ioat: remove unused ‘res’Vinod Koul1-3/+0
2016-12-12dmaengine: ioat: remove unused ‘ioat_dma’Vinod Koul1-3/+0
2016-12-12dmaengine: ioat: remove unused ‘is_raid_device’Vinod Koul1-3/+0
2016-12-08dmaengine: pl330: do not generate unaligned accessVladimir Murzin1-5/+10
2016-12-08dmaengine: k3dma: move to dma_pool_zallocVinod Koul1-2/+1
2016-12-08dmaengine: at_hdmac: move to dma_pool_zallocVinod Koul1-2/+1
2016-12-06dmaengine: at_xdmac: don't restore unsaved statusAlexandre Belloni1-2/+0
2016-12-06dmaengine: ioat: set error code on failuresPan Bian1-4/+12
2016-12-06dmaengine: ioat: set error code on failuresPan Bian1-0/+2
2016-11-30dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev3-3/+14
2016-11-30dmaengine: DW DMAC: enable memory-to-memory transfers supportEugeniy Paltsev1-0/+6
2016-11-30dmaengine: edma: re-initialize dummy slot during system resumeVignesh R1-0/+3
2016-11-30dmaengine: omap-dma: Support for slave devices with data port windowPeter Ujfalusi1-2/+61
2016-11-30dmaengine: at_xdmac: Use dma_pool_zallocSouptick Joarder1-2/+1
2016-11-30dmaengine: zx296702_dma: Use dma_pool_zallocSouptick Joarder1-2/+1
2016-11-30dmaengine: dmatest: honor alignment restriction for buffersDave Jiang1-20/+46
2016-11-30dmaengine: fix spacing issues for dmatestDave Jiang1-4/+4
2016-11-29dmaengine: pch_dma: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-2/+1
2016-11-25dmaengine: sun6i: fix the uninitialized value for v_lliHao Zhang1-1/+1