summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2020-02-08Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2020-02-05Merge tag 'dmaengine-fix-5.6-rc1' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-03dmaengine: Cleanups for the slave <-> channel symlink supportPeter Ujfalusi
2020-02-03dmaengine: fix null ptr check for __dma_async_device_channel_register()Dave Jiang
2020-02-03dmaengine: idxd: fix boolconv.cocci warningskbuild test robot
2020-01-30dmaengine: Fix return value for dma_request_chan() in case of failureMarek Szyprowski
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-27Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2020-01-24dmaengine: Create symlinks between DMA channels and slavesGeert Uytterhoeven
2020-01-24dmaengine: hisilicon: Add Kunpeng DMA engine supportZhou Wang
2020-01-24dmaengine: idxd: add char driver to expose submission portal to userlandDave Jiang
2020-01-24dmaengine: idxd: connect idxd to dmaengine subsystemDave Jiang
2020-01-24dmaengine: idxd: add descriptor manipulation routinesDave Jiang
2020-01-24dmaengine: idxd: add configuration component of driverDave Jiang
2020-01-24dmaengine: idxd: Init and probe for Intel data acceleratorsDave Jiang
2020-01-24dmaengine: add support to dynamic register/unregister of channelsDave Jiang
2020-01-24dmaengine: break out channel registrationDave Jiang
2020-01-23dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited"Colin Ian King
2020-01-23dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"Colin Ian King
2020-01-21dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.hGeert Uytterhoeven
2020-01-21dmaengine: Remove dma_device_satisfies_mask() wrapperGeert Uytterhoeven
2020-01-21dmaengine: zynqmp_dma: fix burst length configurationMatthias Fend
2020-01-21dmaengine: sun4i: Add support for cyclic requests with dedicated DMAStefan Mavrodiev
2020-01-21dmaengine: fsl-qdma: fix duplicated argument to &&Chen Zhou
2020-01-21dmaengine: ti: k3-psil: make symbols staticPeter Ujfalusi
2020-01-21dmaengine: ti: k3-udma: Add glue layer for non DMAengine usersGrygorii Strashko
2020-01-21dmaengine: ti: New driver for K3 UDMAPeter Ujfalusi
2020-01-21dmaengine: ti: k3 PSI-L remote endpoint configurationPeter Ujfalusi
2020-01-21dmaengine: Add support for reporting DMA cached data amountPeter Ujfalusi
2020-01-21dmaengine: Add metadata_ops for dma_async_tx_descriptorPeter Ujfalusi
2020-01-15dmaengine: plx-dma: Implement descriptor submissionLogan Gunthorpe
2020-01-15dmaengine: plx-dma: Implement hardware initialization and cleanupLogan Gunthorpe
2020-01-15dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeletonLogan Gunthorpe
2020-01-13dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferencedColin Ian King
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-30dmaengine: ti: omap-dma: Use cpu notifier to block idle for omap2Tony Lindgren
2019-12-30dmaengine: ti: omap-dma: Allocate channels directlyTony Lindgren
2019-12-30dmaengine: ti: omap-dma: Pass sdma auxdata to driver and use itTony Lindgren
2019-12-30dmaengine: ti: omap-dma: Configure global priority register directlyTony Lindgren
2019-12-27ioat: ioat_alloc_ring() failure handling.Alexander.Barabash@dell.com
2019-12-26dmaengine: imx-sdma: Fix memory leakSascha Hauer
2019-12-26dmaengine: imx-sdma: find desc first in sdma_tx_statusSascha Hauer
2019-12-26dmaengine: imx-sdma: rename functionSascha Hauer
2019-12-26dmaengine: virt-dma: use vchan_vdesc_fini() to free descriptorsSascha Hauer
2019-12-26dmaengine: virt-dma: Add missing locking around list operationsSascha Hauer
2019-12-26dmaengine: virt-dma: Do not call desc_free() under a spin_lockSascha Hauer
2019-12-26dmaengine: virt-dma: remove debug messageSascha Hauer
2019-12-26dmaengine: virt-dma: Add missing lockingSascha Hauer
2019-12-26dmaengine: bcm2835: do not call vchan_vdesc_fini() with lock heldSascha Hauer