summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: imx-sdma: Fix the event id check to include RX event for UART6Frieder Schrempf2020-02-251-2/+2
* dmaengine: tegra-apb: Prevent race conditions of tasklet vs free listDmitry Osipenko2020-02-251-1/+1
* dmaengine: tegra-apb: Fix use-after-freeDmitry Osipenko2020-02-251-4/+0
* dmaengine: imx-sdma: fix context cacheMartin Fuzzey2020-02-241-0/+1
* dmaengine: idxd: wq size configuration needs to check global max sizeDave Jiang2020-02-241-1/+15
* dmaengine: idxd: sysfs input of wq incorrect wq type should return errorDave Jiang2020-02-241-2/+4
* dmaengine: coh901318: Fix a double lock bug in dma_tc_handle()Dan Carpenter2020-02-241-4/+0
* dmaengine: idxd: correct reserved token calculationDave Jiang2020-02-191-1/+1
* dmaengine: ti: k3-udma: Fix terminated transfer handlingPeter Ujfalusi2020-02-191-14/+15
* dmaengine: ti: k3-udma: Use the channel direction in pause/resume functionsPeter Ujfalusi2020-02-191-9/+3
* dmaengine: ti: k3-udma: Use the TR counter helper for slave_sg and cyclicPeter Ujfalusi2020-02-191-42/+88
* dmaengine: ti: k3-udma: Move the TR counter calculation to helper functionPeter Ujfalusi2020-02-191-23/+51
* dmaengine: ti: k3-udma: Workaround for RX teardown with stale data in peerPeter Ujfalusi2020-02-191-17/+151
* dmaengine: ti: k3-udma: Use ktime/usleep_range based TX completion checkVignesh Raghavendra2020-02-191-27/+53
* dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()Dan Carpenter2020-02-131-2/+2
* dmaengine: idxd: fix runaway module ref count on device driver bindDave Jiang2020-02-131-0/+3
* 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