1. d53939d dmaengine: tegra20-apb: stop checking config->slave_id by Arnd Bergmann · 3 years, 1 month ago
  2. 917a320 dmaengine: tegra20: Fix runtime PM imbalance on error by Dinghao Liu · 3 years, 9 months ago
  3. 86fc54f dmaengine: tegra20: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
  4. 0084b22 dmaengine: tegra-apb: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 7 months ago
  5. 664475c dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronization by Dmitry Osipenko · 4 years, 8 months ago
  6. cb8d993 drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings by kbuild test robot · 4 years, 9 months ago
  7. e964f1e Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 4 years, 9 months ago
  8. 6697255 dmaengine: tegra-apb: Improve DMA synchronization by Dmitry Osipenko · 4 years, 9 months ago
  9. 6de88ea dmaengine: tegra-apb: Don't save/restore IRQ flags in interrupt handler by Dmitry Osipenko · 4 years, 9 months ago
  10. a48d44c dmaengine: tegra-apb: mark PM functions as __maybe_unused by YueHaibing · 4 years, 9 months ago
  11. 01b66a7 dmaengine: tegra-apb: Improve error message about DMA underflow by Dmitry Osipenko · 4 years, 11 months ago
  12. f261f1c dmaengine: tegra-apb: Remove unused function argument by Dmitry Osipenko · 4 years, 11 months ago
  13. 3962a24 dmaengine: tegra-apb: Remove MODULE_ALIAS by Dmitry Osipenko · 4 years, 11 months ago
  14. 16e2b3e dmaengine: tegra-apb: Add missing of_dma_controller_free by Dmitry Osipenko · 4 years, 11 months ago
  15. dcb394b dmaengine: tegra-apb: Clean up suspend-resume by Dmitry Osipenko · 4 years, 11 months ago
  16. 84a3f37 dmaengine: tegra-apb: Keep clock enabled only during of DMA transfer by Dmitry Osipenko · 4 years, 11 months ago
  17. d8396c0 dmaengine: tegra-apb: Remove duplicated pending_sg_req checks by Dmitry Osipenko · 4 years, 11 months ago
  18. a75013a5 dmaengine: tegra-apb: Remove assumptions about unavailable runtime PM by Dmitry Osipenko · 4 years, 11 months ago
  19. 14c63ab dmaengine: tegra-apb: Remove unneeded initialization of tdc->config_init by Dmitry Osipenko · 4 years, 11 months ago
  20. 3964293 dmaengine: tegra-apb: Fix coding style problems by Dmitry Osipenko · 4 years, 11 months ago
  21. 2cd3d13 dmaengine: tegra-apb: Use devm_request_irq by Dmitry Osipenko · 4 years, 11 months ago
  22. c55c745e dmaengine: tegra-apb: Use devm_platform_ioremap_resource by Dmitry Osipenko · 4 years, 11 months ago
  23. 41ffc42 dmaengine: tegra-apb: Clean up tasklet releasing by Dmitry Osipenko · 4 years, 11 months ago
  24. 8e84172 dmaengine: tegra-apb: Prevent race conditions on channel's freeing by Dmitry Osipenko · 4 years, 11 months ago
  25. dda5e35 dmaengine: tegra-apb: Implement synchronization hook by Dmitry Osipenko · 4 years, 11 months ago
  26. c33ee13 dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list by Dmitry Osipenko · 4 years, 11 months ago
  27. 94788af dmaengine: tegra-apb: Fix use-after-free by Dmitry Osipenko · 4 years, 11 months ago
  28. 156a599 dmaengine: tegra-apb: Support per-burst residue granularity by Dmitry Osipenko · 5 years ago
  29. 47ebe00 Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
  30. dc16106 dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unset by Dmitry Osipenko · 6 years ago
  31. 9952f69 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 by Thomas Gleixner · 6 years ago
  32. d3d7037 dmaengine: tegra-apb: Use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  33. 95f295f dmaengine: tegra: add tracepoints to driver by Ben Dooks · 6 years ago
  34. 65c383c dmaengine: tegra: reduce channel name field size by Ben Dooks · 6 years ago
  35. 547b311 dmaengine: tegra: fix incorrect case of DMA by Ben Dooks · 6 years ago
  36. 216a1d7 dmaengine: tegra: make byte counters unsigned int by Ben Dooks · 6 years ago
  37. e486df3 dmaengine: tegra: avoid overflow of byte tracking by Ben Dooks · 6 years ago
  38. f6160f3 dmaengine: tegra-apb: Support non-flow controlled slave configuration by Dmitry Osipenko · 7 years ago
  39. 65a5c3d dmaengine: tegra-apb: Really fix runtime-pm usage by Jon Hunter · 8 years ago
  40. 370c044 dmaengine: tegra20-apb-dma: convert callback to helper function by Dave Jiang · 8 years ago
  41. 2927460 Merge branch 'topic/tegra' into for-linus by Vinod Koul · 8 years ago
  42. d318344 dmaengine: tegra-apb: Return the actual descriptor status by Jon Hunter · 9 years ago
  43. 004f614 dmaengine: tegra-apb: Remove duplicated residue calculation by Jon Hunter · 9 years ago
  44. 019bfcc dmaengine: tegra-apb: Correct grammar in TX status debug message by Jon Hunter · 9 years ago
  45. aef94fe dmaengine: Remove site specific OOM error messages on kzalloc by Peter Griffin · 9 years ago
  46. 71f7e6c dmaengine: tegra20-apb-dma: Only calculate residue if txstate exists. by Peter Griffin · 9 years ago
  47. 7b0e00d dmaengine: tegra: Remove some whitespace funkiness by Thierry Reding · 9 years ago
  48. 00ef449 dmaengine: tegra-apb: proper default init of channel slave_id by Shardar Shariff Md · 9 years ago
  49. 242637b dmaengine: tegra: Move of_device_id table near to its user by Laxman Dewangan · 9 years ago
  50. 333f16e dmaengine: tegra: don't open code of_device_get_match_data() by Laxman Dewangan · 9 years ago
  51. 05e866b dmaengine: tegra-apb: Free interrupts before killing tasklets by Jon Hunter · 9 years ago
  52. 8fe9739 dmaengine: tegra-apb: Update driver to use GFP_NOWAIT by Jon Hunter · 9 years ago
  53. 4aad5be dmaengine: tegra-apb: Only save channel state for those in use by Jon Hunter · 9 years ago
  54. 68ae7a9 dmaengine: tegra-apb: Save and restore word count by Jon Hunter · 9 years ago
  55. 286a644 dmaengine: tegra-apb: Use dev_get_drvdata() by Jon Hunter · 9 years ago
  56. edd3bdb dmaengine: tegra-apb: Correct runtime-pm usage by Jon Hunter · 9 years ago
  57. 23a1ec3 dmaengine: tegra-apb: Simplify locking for device using global pause by Jon Hunter · 9 years ago
  58. dc1ff4b dmaengine: tegra-apb: Remove unnecessary return statements and variables by Jon Hunter · 9 years ago
  59. 13a3328 dmaengine: tegra-apb: Avoid unnecessary channel base address calculation by Jon Hunter · 9 years ago
  60. c67886f dmaengine: tegra-apb: Remove unused variables by Jon Hunter · 9 years ago
  61. 891653a dmaengine: tegra: add slave capabilities reporting by Paul Walmsley · 10 years ago
  62. a7c439a dmaengine: tegra: fix incompatible pointer type warns by Vinod Koul · 10 years ago
  63. 662f1ac dmaengine: tegra20: Split device_control by Maxime Ripard · 10 years ago
  64. 87c779b Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  65. ee34350 dmaengine / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  66. cd16628 dmaengine: Remove .owner field for driver by Kiran Padwal · 10 years ago
  67. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  68. ca2a650 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  69. 911dacc dma: tegra: add support for Tegra148/124 by Laxman Dewangan · 11 years ago
  70. 996556c dma: tegra: register as an OF DMA controller by Stephen Warren · 11 years ago
  71. 9aa433d dma: tegra: use reset framework by Stephen Warren · 11 years ago
  72. 00d696f dmaengine: tegra: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  73. 404ff669 dma: tegra20-apb-dma: Staticize tegra_dma_prep_dma_cyclic by Sachin Kamat · 11 years ago
  74. 0a0aee2 tegra20-apb-dma: remove useless use of lock by Andy Shevchenko · 12 years ago
  75. 7bdc1e2 dma: tegra: avoid channel lock up after free by Dmitry Osipenko · 12 years ago
  76. ac7ae75 dma: tegra20-apbdma: err message correction by Dmitry Osipenko · 12 years ago
  77. 627ad13 drivers/dma: don't check resource with devm_ioremap_resource by Wolfram Sang · 12 years ago
  78. 3065c19 dma: tegra: implement suspend/resume callbacks by Laxman Dewangan · 12 years ago
  79. dc7badb dma: tegra: assume CONFIG_OF by Stephen Warren · 12 years ago
  80. 5115f3c Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  81. bab588f Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  82. a7220873 dma: tegra20-apb-dma: remove unnecessary assignment by Andy Shevchenko · 12 years ago
  83. bda6f8e Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/soc by Olof Johansson · 12 years ago
  84. 61fd290 ARM: tegra: migrate to new clock code by Prashant Gaikwad · 12 years ago
  85. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  86. 7331205 dma: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  87. 3f58e09 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  88. b9bb37f dma: tegra: implement flags parameters for cyclic transfer by Laxman Dewangan · 12 years ago
  89. 5ea7caf dma: tegra: add support for Tegra114 SoC by Laxman Dewangan · 12 years ago
  90. 1b14090 dma: tegra: add support for channel wise pause by Laxman Dewangan · 12 years ago
  91. 4bf27b8 Drivers: dma: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  92. 463a1f8 dma: remove use of __devinit by Bill Pemberton · 12 years ago
  93. a7d6e3e dma: remove use of __devexit_p by Bill Pemberton · 12 years ago
  94. b7e97d2 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  95. f5a246e Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  96. d0fc905 dma: tegra: fix interrupt name issue with apb dma. by Laxman Dewangan · 12 years ago
  97. ec8b5e4 dmaengine: Pass flags via device_prep_dma_cyclic() callback by Peter Ujfalusi · 12 years ago
  98. 2cc44e6 dma: tegra: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  99. 1a87676 Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into next/fixes-non-critical by Olof Johansson · 12 years ago
  100. 75f2163 dma: tegra: make data used as *of_device_id.data const by Laxman Dewangan · 12 years ago