1. 567a841 dmaengine: ti: k3-udma: Correct normal channel offset when uchan_cnt is not 0 by Peter Ujfalusi · 4 years, 1 month ago
  2. 29a25b9 dmaengine: ti: omap-dma: Block PM if SDMA is busy to fix audio by Tony Lindgren · 4 years, 2 months ago
  3. 7686641 dmaengine: ti: k3-udma: fix -Wenum-conversion warning by Arnd Bergmann · 4 years, 3 months ago
  4. 2e368dd Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 3 months ago
  5. ea27500 dmaengine: ti: k3-udma: use devm_platform_ioremap_resource_byname by Zhang Qilong · 4 years, 4 months ago
  6. a841592 Merge branch 'topic/tasklet' into next by Vinod Koul · 4 years, 4 months ago
  7. 52c74d3 dmaengine: ti: k3-udma-glue: fix channel enable functions by Grygorii Strashko · 4 years, 4 months ago
  8. 2fa9bc9 dmaengine: k3-udma: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 5 months ago
  9. 6259c84 dmaengine: ti: k3-udma-glue: Fix parameters for rx ring pair request by Peter Ujfalusi · 4 years, 4 months ago
  10. f9b0366f5 dmaengine: ti: k3-udma: Use soc_device_match() for SoC dependent parameters by Peter Ujfalusi · 4 years, 4 months ago
  11. 4c80e93 Merge tag 'v5.9-rc4' into next by Vinod Koul · 4 years, 4 months ago
  12. 46815bf dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0 by Peter Ujfalusi · 4 years, 5 months ago
  13. 8f75731 dmaengine: ti: k3-udma: Remove redundant is_slave_direction() checks by Peter Ujfalusi · 4 years, 5 months ago
  14. 33ebffa dmaengine: ti: k3-udma: Fix the TR initialization for prep_slave_sg by Peter Ujfalusi · 4 years, 5 months ago
  15. 9c857a8 dmaengine: ti: k3-psil-j721e: Add entries for 2nd port of MCU SA2UL by Peter Ujfalusi · 4 years, 6 months ago
  16. e9ca48d dmaengine: ti: k3-psil: add map for j7200 by Peter Ujfalusi · 4 years, 6 months ago
  17. ce310bd dmaengine: ti: k3-psil: Use soc_device_match to get the psil map by Peter Ujfalusi · 4 years, 6 months ago
  18. d1134d6 dmaengine: ti: omap-dma: Drop of_match_ptr to fix -Wunused-const-variable by Krzysztof Kozlowski · 4 years, 6 months ago
  19. ce615f5 Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine by Linus Torvalds · 4 years, 6 months ago
  20. 0b5ad7b Merge branch 'for-linus' into fixes by Vinod Koul · 4 years, 6 months ago
  21. 822ef14 Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 6 months ago
  22. 9c52a26 Merge tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into arm/drivers by Arnd Bergmann · 4 years, 6 months ago
  23. daf4ad0 dmaengine: ti: k3-udma: Query throughput level information from hardware by Peter Ujfalusi · 4 years, 6 months ago
  24. 44385c4 dmaengine: ti: k3-udma: Use defines for capabilities register parsing by Peter Ujfalusi · 4 years, 6 months ago
  25. 4927b1a dmaengine: ti: k3-udma: Switch to k3_ringacc_request_rings_pair by Peter Ujfalusi · 4 years, 6 months ago
  26. 0665a4e Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine into master by Linus Torvalds · 4 years, 6 months ago
  27. ace52a8 dmaengine: ti: k3-udma: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 4 years, 7 months ago
  28. db375dc dmaengine: ti: k3-udma: Use udma_chan instead of tchan/rchan for IO functions by Peter Ujfalusi · 4 years, 7 months ago
  29. 67414f8 dmaengine: ti: k3-udma-private: Use udma_read/write for register access by Peter Ujfalusi · 4 years, 7 months ago
  30. bc7e552 dmaengine: ti: k3-udma: Use common defines for TCHANRT/RCHANRT registers by Peter Ujfalusi · 4 years, 7 months ago
  31. 3b8bee2 dmaengine: ti: k3-udma: Do not use ring_get_occ in udma_pop_from_ring by Peter Ujfalusi · 4 years, 7 months ago
  32. 2166d96 dmaengine: ti: k3-udma: Remove dma_sync_single calls for descriptors by Peter Ujfalusi · 4 years, 7 months ago
  33. 1438cde dmaengine: ti: k3-udma: add missing put_device() call in of_xudma_dev_get() by Yu Kuai · 4 years, 7 months ago
  34. d964d5f dmaengine: ti: k3-udma: Fix delayed_work usage for tx drain workaround by Peter Ujfalusi · 4 years, 7 months ago
  35. b5b0180 dmaengine: ti: k3-udma: Fix the running channel handling in alloc_chan_resources by Peter Ujfalusi · 4 years, 8 months ago
  36. 5a9377c dmaengine: ti: k3-udma: Fix cleanup code for alloc_chan_resources by Peter Ujfalusi · 4 years, 8 months ago
  37. 9f2f3ce dmaengine: ti: k3-udma: Use correct node to read "ti,udma-atype" by Peter Ujfalusi · 4 years, 8 months ago
  38. 466f966 dmaengine: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  39. c90e794 Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 4 years, 7 months ago
  40. 7ae6d7b dmaengine: ti: k3-udma: Use proper return code in alloc_chan_resources by Peter Ujfalusi · 4 years, 8 months ago
  41. 6fea873 dmaengine: ti: k3-udma: Remove udma_chan.in_ring_cnt by Peter Ujfalusi · 4 years, 8 months ago
  42. 5bbeea3 dmaengine: ti: k3-udma: Add missing dma_sync call for rx flush descriptor by Peter Ujfalusi · 4 years, 8 months ago
  43. be4054b dmaengine: ti: k3-udma: Fix TR mode flags for slave_sg and memcpy by Peter Ujfalusi · 4 years, 8 months ago
  44. 214a000 dmaengine: ti: k3-udma: Use PTR_ERR_OR_ZERO() to simplify code by Samuel Zou · 4 years, 9 months ago
  45. a4e6885 dmaengine: ti: k3-udma: Disable memcopy via MCU NAVSS on am654 by Peter Ujfalusi · 4 years, 10 months ago
  46. 172d59e dmaengine: ti: k3-psil: fix deadlock on error path by Grygorii Strashko · 4 years, 10 months ago
  47. 0224674 dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for now by Peter Ujfalusi · 4 years, 10 months ago
  48. e964f1e Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 4 years, 10 months ago
  49. 018af9b dmaengine: ti: k3-udma-glue: Fix an error handling path in 'k3_udma_glue_cfg_rx_flow()' by Christophe JAILLET · 4 years, 10 months ago
  50. db8d9b4 dmaengine: ti: k3-udma: Implement custom dbg_summary_show for debugfs by Peter Ujfalusi · 4 years, 11 months ago
  51. 13a892d dmaengine: ti: edma: fix null dereference because of a typo in pointer name by Colin Ian King · 5 years ago
  52. 0ebcf1a dmaengine: ti: k3-udma: Implement support for atype (for virtualization) by Peter Ujfalusi · 5 years ago
  53. eb0249d dmaengine: ti: edma: Support for interleaved mem to mem transfer by Peter Ujfalusi · 5 years ago
  54. 8390318 dmaengine: ti: k3-udma: Fix terminated transfer handling by Peter Ujfalusi · 5 years ago
  55. c7450bb dmaengine: ti: k3-udma: Use the channel direction in pause/resume functions by Peter Ujfalusi · 5 years ago
  56. 6cf668a dmaengine: ti: k3-udma: Use the TR counter helper for slave_sg and cyclic by Peter Ujfalusi · 5 years ago
  57. a979340 dmaengine: ti: k3-udma: Move the TR counter calculation to helper function by Peter Ujfalusi · 5 years ago
  58. 16cd3c6 dmaengine: ti: k3-udma: Workaround for RX teardown with stale data in peer by Peter Ujfalusi · 5 years ago
  59. 1c83767 dmaengine: ti: k3-udma: Use ktime/usleep_range based TX completion check by Vignesh Raghavendra · 5 years ago
  60. acd6241 dmaengine: ti: dma-crossbar: convert to devm_platform_ioremap_resource() by chenqiwu · 5 years ago
  61. 5ca3364 dmaengine: ti: omap-dma: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  62. 1afa9c3 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  63. 6c0157b dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited" by Colin Ian King · 5 years ago
  64. 2bd8010 dmaengine: ti: k3-psil: make symbols static by Peter Ujfalusi · 5 years ago
  65. d702419 dmaengine: ti: k3-udma: Add glue layer for non DMAengine users by Grygorii Strashko · 5 years ago
  66. 25dcb5d dmaengine: ti: New driver for K3 UDMA by Peter Ujfalusi · 5 years ago
  67. 8c6bb62 dmaengine: ti: k3 PSI-L remote endpoint configuration by Peter Ujfalusi · 5 years ago
  68. 9947726 dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferenced by Colin Ian King · 5 years ago
  69. f4cfa36 dmaengine: ti: omap-dma: Use cpu notifier to block idle for omap2 by Tony Lindgren · 5 years ago
  70. 61ecb53 dmaengine: ti: omap-dma: Allocate channels directly by Tony Lindgren · 5 years ago
  71. 211010ae dmaengine: ti: omap-dma: Pass sdma auxdata to driver and use it by Tony Lindgren · 5 years ago
  72. 9938ee9 dmaengine: ti: omap-dma: Configure global priority register directly by Tony Lindgren · 5 years ago
  73. d1fd03a dmaengine: ti: edma: Fix error return code in edma_probe() by Wei Yongjun · 5 years ago
  74. 4c74ecf dmaengine: ti: omap-dma: Add device tree match data and use it for cpu_pm by Tony Lindgren · 5 years ago
  75. 2a03c13 dmaengine: ti: edma: add missed operations by Chuhong Yuan · 5 years ago
  76. 340049d dmaengine: ti: edma: fix missed failure handling by Chuhong Yuan · 5 years ago
  77. bb5a471 Merge branch 'fixes' into next by Vinod Koul · 5 years ago
  78. 31f4b28 dmaengine: ti: edma: Add support for handling reserved channels by Peter Ujfalusi · 5 years ago
  79. bacdcb6 dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle by Tony Lindgren · 5 years ago
  80. 6735ab5 dmaengine: ti: edma: remove unused code by YueHaibing · 5 years ago
  81. 04cbfba Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
  82. c5c6faa dmaengine: ti: edma: Use bitmap_set() instead of open coded edma_set_bits() by Peter Ujfalusi · 5 years ago
  83. b2003f6 dmaengine: ti: edma: Only reset region0 access registers by Peter Ujfalusi · 5 years ago
  84. c5dbe60 dmaengine: ti: edma: Do not reset reserved paRAM slots by Peter Ujfalusi · 5 years ago
  85. 9fa2df6e dmaengine: ti: omap-dma: Remove variable override in omap_dma_tx_status() by Peter Ujfalusi · 5 years ago
  86. 7a09c09 dmaengine: ti: omap-dma: Remove 'Assignment in if condition' by Peter Ujfalusi · 5 years ago
  87. e3b9fef dmaengine: ti: edma: Remove 'Assignment in if condition' by Peter Ujfalusi · 5 years ago
  88. 962411b dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe() by Wenwen Wang · 5 years ago
  89. 2c231c0 dmaengine: ti: dma-crossbar: Fix a memory leak bug by Wenwen Wang · 5 years ago
  90. 069e4a1 dmaengine: ti: unexport filter functions by Arnd Bergmann · 5 years ago
  91. d555c34 omap-dma/omap_vout_vrfb: fix off-by-one fi value by Hans Verkuil · 5 years ago
  92. aa3c6ce dmaengine: ti: edma: Support for polled (memcpy) completion by Peter Ujfalusi · 6 years ago
  93. 097ffdc dmaengine: ti: edma: Correct the residue calculation (fix for memcpy) by Peter Ujfalusi · 6 years ago
  94. e96b1f6 dmaengine: ti: edma: Clean up the 2x32bit array register accesses by Peter Ujfalusi · 6 years ago
  95. 4689d35 dmaengine: ti: omap-dma: Improved memcpy polling support by Peter Ujfalusi · 6 years ago
  96. aac8670 dmaengine: ti: omap-dma: Readability cleanup in omap_dma_tx_status() by Peter Ujfalusi · 6 years ago
  97. d2bfe7b dmaengine: edma: make edma_filter_fn private by Arnd Bergmann · 6 years ago
  98. 9c71b9e dmaengine: omap-dma: make omap_dma_filter_fn private by Arnd Bergmann · 6 years ago
  99. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  100. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago