index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ti
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-15
Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-20
/
+20
2020-06-24
dmaengine: ti: k3-udma: add missing put_device() call in of_xudma_dev_get()
Yu Kuai
1
-0
/
+1
2020-06-24
dmaengine: ti: k3-udma: Fix delayed_work usage for tx drain workaround
Peter Ujfalusi
1
-3
/
+1
2020-06-16
dmaengine: ti: k3-udma: Fix the running channel handling in alloc_chan_resources
Peter Ujfalusi
1
-1
/
+1
2020-06-16
dmaengine: ti: k3-udma: Fix cleanup code for alloc_chan_resources
Peter Ujfalusi
1
-15
/
+16
2020-06-16
dmaengine: ti: k3-udma: Use correct node to read "ti,udma-atype"
Peter Ujfalusi
1
-1
/
+1
2020-06-15
dmaengine: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2
-2
/
+2
2020-06-10
Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-27
/
+11
2020-05-15
dmaengine: ti: k3-udma: Use proper return code in alloc_chan_resources
Peter Ujfalusi
1
-0
/
+1
2020-05-15
dmaengine: ti: k3-udma: Remove udma_chan.in_ring_cnt
Peter Ujfalusi
1
-15
/
+1
2020-05-15
dmaengine: ti: k3-udma: Add missing dma_sync call for rx flush descriptor
Peter Ujfalusi
1
-0
/
+3
2020-05-15
dmaengine: ti: k3-udma: Fix TR mode flags for slave_sg and memcpy
Peter Ujfalusi
1
-2
/
+4
2020-05-13
dmaengine: ti: k3-udma: Use PTR_ERR_OR_ZERO() to simplify code
Samuel Zou
1
-9
/
+3
2020-04-15
dmaengine: ti: k3-udma: Disable memcopy via MCU NAVSS on am654
Peter Ujfalusi
1
-1
/
+1
2020-04-15
dmaengine: ti: k3-psil: fix deadlock on error path
Grygorii Strashko
1
-0
/
+1
2020-04-15
dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for now
Peter Ujfalusi
1
-2
/
+2
2020-04-02
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
5
-17
/
+203
2020-03-23
dmaengine: ti: k3-udma-glue: Fix an error handling path in 'k3_udma_glue_cfg_...
Christophe JAILLET
1
-10
/
+19
2020-03-11
dmaengine: ti: k3-udma: Implement custom dbg_summary_show for debugfs
Peter Ujfalusi
1
-0
/
+63
2020-03-02
dmaengine: ti: edma: fix null dereference because of a typo in pointer name
Colin Ian King
1
-1
/
+1
2020-03-02
dmaengine: ti: k3-udma: Implement support for atype (for virtualization)
Peter Ujfalusi
2
-10
/
+58
2020-02-25
dmaengine: ti: edma: Support for interleaved mem to mem transfer
Peter Ujfalusi
1
-0
/
+79
2020-02-19
dmaengine: ti: k3-udma: Fix terminated transfer handling
Peter Ujfalusi
1
-14
/
+15
2020-02-19
dmaengine: ti: k3-udma: Use the channel direction in pause/resume functions
Peter Ujfalusi
1
-9
/
+3
2020-02-19
dmaengine: ti: k3-udma: Use the TR counter helper for slave_sg and cyclic
Peter Ujfalusi
1
-42
/
+88
2020-02-19
dmaengine: ti: k3-udma: Move the TR counter calculation to helper function
Peter Ujfalusi
1
-23
/
+51
2020-02-19
dmaengine: ti: k3-udma: Workaround for RX teardown with stale data in peer
Peter Ujfalusi
1
-17
/
+151
2020-02-19
dmaengine: ti: k3-udma: Use ktime/usleep_range based TX completion check
Vignesh Raghavendra
1
-27
/
+53
2020-02-13
dmaengine: ti: dma-crossbar: convert to devm_platform_ioremap_resource()
chenqiwu
1
-6
/
+2
2020-02-13
dmaengine: ti: omap-dma: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-08
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-18
/
+270
2020-01-23
dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited"
Colin Ian King
1
-2
/
+2
2020-01-21
dmaengine: ti: k3-psil: make symbols static
Peter Ujfalusi
4
-7
/
+8
2020-01-21
dmaengine: ti: k3-udma: Add glue layer for non DMAengine users
Grygorii Strashko
6
-1
/
+1433
2020-01-21
dmaengine: ti: New driver for K3 UDMA
Peter Ujfalusi
4
-0
/
+3505
2020-01-21
dmaengine: ti: k3 PSI-L remote endpoint configuration
Peter Ujfalusi
6
-0
/
+533
2020-01-13
dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferenced
Colin Ian King
1
-2
/
+4
2019-12-30
dmaengine: ti: omap-dma: Use cpu notifier to block idle for omap2
Tony Lindgren
1
-1
/
+38
2019-12-30
dmaengine: ti: omap-dma: Allocate channels directly
Tony Lindgren
1
-4
/
+58
2019-12-30
dmaengine: ti: omap-dma: Pass sdma auxdata to driver and use it
Tony Lindgren
1
-5
/
+9
2019-12-30
dmaengine: ti: omap-dma: Configure global priority register directly
Tony Lindgren
1
-0
/
+29
2019-12-18
dmaengine: ti: edma: Fix error return code in edma_probe()
Wei Yongjun
1
-1
/
+3
2019-12-17
dmaengine: ti: omap-dma: Add device tree match data and use it for cpu_pm
Tony Lindgren
1
-12
/
+138
2019-12-10
dmaengine: ti: edma: add missed operations
Chuhong Yuan
1
-17
/
+20
2019-11-22
dmaengine: ti: edma: fix missed failure handling
Chuhong Yuan
1
-2
/
+4
2019-11-14
Merge branch 'fixes' into next
Vinod Koul
1
-1
/
+20
2019-11-05
dmaengine: ti: edma: Add support for handling reserved channels
Peter Ujfalusi
1
-6
/
+53
2019-10-23
dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle
Tony Lindgren
1
-1
/
+20
2019-10-11
dmaengine: ti: edma: remove unused code
YueHaibing
1
-11
/
+1
2019-09-17
Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-107
/
+183
[next]