index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ti
Age
Commit message (
Expand
)
Author
Files
Lines
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-03
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-09
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-18
Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-107
/
+183
2019-09-04
dmaengine: ti: edma: Use bitmap_set() instead of open coded edma_set_bits()
Peter Ujfalusi
1
-12
/
+5
2019-09-04
dmaengine: ti: edma: Only reset region0 access registers
Peter Ujfalusi
1
-5
/
+4
2019-09-04
dmaengine: ti: edma: Do not reset reserved paRAM slots
Peter Ujfalusi
1
-3
/
+6
2019-09-04
dmaengine: ti: omap-dma: Remove variable override in omap_dma_tx_status()
Peter Ujfalusi
1
-1
/
+0
2019-09-04
dmaengine: ti: omap-dma: Remove 'Assignment in if condition'
Peter Ujfalusi
1
-4
/
+7
2019-09-04
dmaengine: ti: edma: Remove 'Assignment in if condition'
Peter Ujfalusi
1
-5
/
+10
2019-08-20
dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()
Wenwen Wang
1
-1
/
+3
2019-08-20
dmaengine: ti: dma-crossbar: Fix a memory leak bug
Wenwen Wang
1
-1
/
+3
[prev]
[next]