summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-02-081-18/+270
|\
| * dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferencedColin Ian King2020-01-131-2/+4
| * dmaengine: ti: omap-dma: Use cpu notifier to block idle for omap2Tony Lindgren2019-12-301-1/+38
| * dmaengine: ti: omap-dma: Allocate channels directlyTony Lindgren2019-12-301-4/+58
| * dmaengine: ti: omap-dma: Pass sdma auxdata to driver and use itTony Lindgren2019-12-301-5/+9
| * dmaengine: ti: omap-dma: Configure global priority register directlyTony Lindgren2019-12-301-0/+29
| * dmaengine: ti: omap-dma: Add device tree match data and use it for cpu_pmTony Lindgren2019-12-171-12/+138
* | Merge tag 'dmaengine-fix-5.6-rc1' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2020-02-052-10/+13
|\ \
| * | dmaengine: Cleanups for the slave <-> channel symlink supportPeter Ujfalusi2020-02-031-9/+9
| * | dmaengine: fix null ptr check for __dma_async_device_channel_register()Dave Jiang2020-02-031-0/+3
| * | dmaengine: idxd: fix boolconv.cocci warningskbuild test robot2020-02-031-1/+1
| * | dmaengine: Fix return value for dma_request_chan() in case of failureMarek Szyprowski2020-01-301-1/+1
* | | treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-2/+2
|\ \ \
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* | | | Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-01-2747-354/+11643
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | dmaengine: Create symlinks between DMA channels and slavesGeert Uytterhoeven2020-01-241-6/+31
| * | dmaengine: hisilicon: Add Kunpeng DMA engine supportZhou Wang2020-01-243-0/+620
| * | dmaengine: idxd: add char driver to expose submission portal to userlandDave Jiang2020-01-248-5/+422
| * | dmaengine: idxd: connect idxd to dmaengine subsystemDave Jiang2020-01-248-2/+391
| * | dmaengine: idxd: add descriptor manipulation routinesDave Jiang2020-01-243-1/+102
| * | dmaengine: idxd: add configuration component of driverDave Jiang2020-01-246-3/+1536
| * | dmaengine: idxd: Init and probe for Intel data acceleratorsDave Jiang2020-01-248-0/+1857
| * | dmaengine: add support to dynamic register/unregister of channelsDave Jiang2020-01-241-8/+26
| * | dmaengine: break out channel registrationDave Jiang2020-01-241-54/+81
| * | dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited"Colin Ian King2020-01-231-2/+2
| * | dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"Colin Ian King2020-01-231-1/+1
| * | dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.hGeert Uytterhoeven2020-01-212-0/+5
| * | dmaengine: Remove dma_device_satisfies_mask() wrapperGeert Uytterhoeven2020-01-211-6/+3
| * | dmaengine: zynqmp_dma: fix burst length configurationMatthias Fend2020-01-211-9/+15
| * | dmaengine: sun4i: Add support for cyclic requests with dedicated DMAStefan Mavrodiev2020-01-211-21/+24
| * | dmaengine: fsl-qdma: fix duplicated argument to &&Chen Zhou2020-01-211-1/+1
| * | dmaengine: ti: k3-psil: make symbols staticPeter Ujfalusi2020-01-214-7/+8
| * | dmaengine: ti: k3-udma: Add glue layer for non DMAengine usersGrygorii Strashko2020-01-216-1/+1433
| * | dmaengine: ti: New driver for K3 UDMAPeter Ujfalusi2020-01-214-0/+3505
| * | dmaengine: ti: k3 PSI-L remote endpoint configurationPeter Ujfalusi2020-01-216-0/+533
| * | dmaengine: Add support for reporting DMA cached data amountPeter Ujfalusi2020-01-211-0/+8
| * | dmaengine: Add metadata_ops for dma_async_tx_descriptorPeter Ujfalusi2020-01-211-0/+73
| * | dmaengine: plx-dma: Implement descriptor submissionLogan Gunthorpe2020-01-151-0/+119
| * | dmaengine: plx-dma: Implement hardware initialization and cleanupLogan Gunthorpe2020-01-151-0/+370
| * | dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeletonLogan Gunthorpe2020-01-153-0/+160
| * | dmaengine: imx-sdma: Fix memory leakSascha Hauer2019-12-261-8/+11
| * | dmaengine: imx-sdma: find desc first in sdma_tx_statusSascha Hauer2019-12-261-4/+8
| * | dmaengine: imx-sdma: rename functionSascha Hauer2019-12-261-3/+3
| * | dmaengine: virt-dma: use vchan_vdesc_fini() to free descriptorsSascha Hauer2019-12-261-10/+2
| * | dmaengine: virt-dma: Add missing locking around list operationsSascha Hauer2019-12-261-2/+7
| * | dmaengine: virt-dma: Do not call desc_free() under a spin_lockSascha Hauer2019-12-262-9/+10
| * | dmaengine: virt-dma: remove debug messageSascha Hauer2019-12-261-1/+0
| * | dmaengine: virt-dma: Add missing lockingSascha Hauer2019-12-267-22/+25
| * | dmaengine: bcm2835: do not call vchan_vdesc_fini() with lock heldSascha Hauer2019-12-261-4/+1