summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-074-260/+205
|\
| * Merge branch 'for-linus' into fixesVinod Koul2020-08-054-260/+205
| |\
| | * dmaengine: ti: k3-udma: Query throughput level information from hardwarePeter Ujfalusi2020-07-272-29/+30
| | * dmaengine: ti: k3-udma: Use defines for capabilities register parsingPeter Ujfalusi2020-07-272-6/+12
| | * dmaengine: ti: k3-udma: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-07-151-2/+2
| | * dmaengine: ti: k3-udma: Use udma_chan instead of tchan/rchan for IO functionsPeter Ujfalusi2020-07-151-85/+78
| | * dmaengine: ti: k3-udma-private: Use udma_read/write for register accessPeter Ujfalusi2020-07-151-2/+6
| | * dmaengine: ti: k3-udma: Use common defines for TCHANRT/RCHANRT registersPeter Ujfalusi2020-07-153-139/+115
| | * dmaengine: ti: k3-udma: Do not use ring_get_occ in udma_pop_from_ringPeter Ujfalusi2020-07-151-15/+13
| | * dmaengine: ti: k3-udma: Remove dma_sync_single calls for descriptorsPeter Ujfalusi2020-07-151-35/+2
* | | Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-032-52/+24
|\ \ \
| * \ \ Merge tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2020-07-272-52/+24
| |\ \ \
| | * | | dmaengine: ti: k3-udma: Switch to k3_ringacc_request_rings_pairPeter Ujfalusi2020-07-242-52/+24
| | | |/ | | |/|
* | | | Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-152-20/+20
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | dmaengine: ti: k3-udma: add missing put_device() call in of_xudma_dev_get()Yu Kuai2020-06-241-0/+1
| * | dmaengine: ti: k3-udma: Fix delayed_work usage for tx drain workaroundPeter Ujfalusi2020-06-241-3/+1
| * | dmaengine: ti: k3-udma: Fix the running channel handling in alloc_chan_resourcesPeter Ujfalusi2020-06-161-1/+1
| * | dmaengine: ti: k3-udma: Fix cleanup code for alloc_chan_resourcesPeter Ujfalusi2020-06-161-15/+16
| * | dmaengine: ti: k3-udma: Use correct node to read "ti,udma-atype"Peter Ujfalusi2020-06-161-1/+1
| |/
* / dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-152-2/+2
|/
* Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-06-102-27/+11
|\
| * dmaengine: ti: k3-udma: Use proper return code in alloc_chan_resourcesPeter Ujfalusi2020-05-151-0/+1
| * dmaengine: ti: k3-udma: Remove udma_chan.in_ring_cntPeter Ujfalusi2020-05-151-15/+1
| * dmaengine: ti: k3-udma: Add missing dma_sync call for rx flush descriptorPeter Ujfalusi2020-05-151-0/+3
| * dmaengine: ti: k3-udma: Use PTR_ERR_OR_ZERO() to simplify codeSamuel Zou2020-05-131-9/+3
| * dmaengine: ti: k3-udma: Disable memcopy via MCU NAVSS on am654Peter Ujfalusi2020-04-151-1/+1
| * dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for nowPeter Ujfalusi2020-04-151-2/+2
* | dmaengine: ti: k3-udma: Fix TR mode flags for slave_sg and memcpyPeter Ujfalusi2020-05-151-2/+4
* | dmaengine: ti: k3-psil: fix deadlock on error pathGrygorii Strashko2020-04-151-0/+1
|/
* Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-04-025-17/+203
|\
| * dmaengine: ti: k3-udma: Implement custom dbg_summary_show for debugfsPeter Ujfalusi2020-03-111-0/+63
| * dmaengine: ti: edma: fix null dereference because of a typo in pointer nameColin Ian King2020-03-021-1/+1
| * dmaengine: ti: k3-udma: Implement support for atype (for virtualization)Peter Ujfalusi2020-03-022-10/+58
| * dmaengine: ti: edma: Support for interleaved mem to mem transferPeter Ujfalusi2020-02-251-0/+79
| * dmaengine: ti: dma-crossbar: convert to devm_platform_ioremap_resource()chenqiwu2020-02-131-6/+2
| * dmaengine: ti: omap-dma: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
* | dmaengine: ti: k3-udma-glue: Fix an error handling path in 'k3_udma_glue_cfg_...Christophe JAILLET2020-03-231-10/+19
* | 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
|/
* 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