1. fef3061 dmaengine: rcar-dmac: set scatter/gather max segment size by Wolfram Sang · 6 years ago
  2. cf0fcc7 dmaengine: rcar-dmac: Reject zero-length slave DMA requests by Geert Uytterhoeven · 5 years ago
  3. 129c337 dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_status by Achim Dahlhoff · 6 years ago
  4. 0f00e1c dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid by Dirk Behme · 6 years ago
  5. c7fd1a9 dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit by Phuong Nguyen · 6 years ago
  6. 218c2104 dmaengine: sh: rcar-dmac: Should not stop the DMAC by rcar_dmac_sync_tcr() by Yoshihiro Shimoda · 6 years ago
  7. 8115ce7 dmaengine: sh: rcar-dmac: Add dma_pause operation by Yoshihiro Shimoda · 6 years ago
  8. 4de1247 dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrier by Yoshihiro Shimoda · 6 years ago
  9. 538603c dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0 by Yoshihiro Shimoda · 6 years ago
  10. e919417 dmaengine: rcar-dmac: clear channel register when error by Kuninori Morimoto · 6 years ago
  11. 45c9a60 dmaengine: rcar-dmac: Disable interrupts while stopping channels by Geert Uytterhoeven · 6 years ago
  12. b9b0a74 dmaengine: rcar-dmac: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
  13. 9203dbe dmaengine: rcar-dmac: don't use DMAC error interrupt by Kuninori Morimoto · 6 years ago
  14. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  15. 2996148 Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  16. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  17. 0ef9944 dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESAS by Geert Uytterhoeven · 7 years ago
  18. 1b02dcb Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  19. 73dcc66 dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacks by Geert Uytterhoeven · 7 years ago
  20. 3e08162 dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue() by Yoshihiro Shimoda · 7 years ago
  21. d716d9b dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3 by Yoshihiro Shimoda · 7 years ago
  22. 2155e69 Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  23. 1131b0a dmaengine: rcar-dmac: Make DMAC reinit during system resume explicit by Geert Uytterhoeven · 7 years ago
  24. 73a47bd dmaengine: rcar-dmac: use TCRB instead of TCR for residue by Kuninori Morimoto · 7 years ago
  25. a8d46a7 dmaengine: rcar-dmac: ensure CHCR DE bit is actually 0 after clearing by Kuninori Morimoto · 7 years ago
  26. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  27. 5e85704 dmaengine: rcar-dmac: initialize all data before registering IRQ handler by Kuninori Morimoto · 7 years ago
  28. 2ceedf9 Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  29. 56b1770 rcar-dmac: fixup descriptor pointer for descriptor mode by Kuninori Morimoto · 7 years ago
  30. a1ed64e dmaengine: rcar-dmac: wait for ISR to finish before freeing resources by Niklas Söderlund · 7 years ago
  31. 30c4500 dmaengine: rcar-dmac: implement device_synchronize() by Niklas Söderlund · 7 years ago
  32. 427d5ec dmaengine: rcar-dmac: store channel IRQ in struct rcar_dmac_chan by Niklas Söderlund · 7 years ago
  33. 9a445bb dmaengine: usb-dmac: Fix DMAOR AE bit definition by Hiroyuki Yokoyama · 7 years ago
  34. 1175f83 dmaengine: rcar-dmac: enable descriptor mode on 40bit by Kuninori Morimoto · 8 years ago
  35. 97a229f Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  36. dc31234 dmaengine: rcar-dmac: Widen DMA mask to 40 bits by Geert Uytterhoeven · 8 years ago
  37. 3139dc8 dmaengine: rcar-dmac: unmap slave resource when channel is freed by Niklas Söderlund · 8 years ago
  38. 7833a31 dmaengine: usb-dmac: remove unused ‘uchan’ by Vinod Koul · 8 years ago
  39. 553911c Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  40. ed58a11 Merge branch 'topic/iommu' into for-linus by Vinod Koul · 8 years ago
  41. 9f87860 dmaengine: rcar-dmac: add iommu support for slave transfers by Niklas Söderlund · 8 years ago
  42. c5ed08e dmaengine: rcar-dmac: group slave configuration by Niklas Söderlund · 8 years ago
  43. 626d2f0 dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel() by Yoshihiro Shimoda · 8 years ago
  44. 73fc45e dmaengine: sh_shdma-base: convert callback to helper function by Dave Jiang · 8 years ago
  45. 964b2fd dmaengine: sh_rcar-dmac: convert callback to helper function by Dave Jiang · 8 years ago
  46. 9c4d7e6 Merge branch 'topic/sh' into for-linus by Vinod Koul · 8 years ago
  47. 55bd582 dmaengine: rcar-dmac: Fix residue reporting for pending descriptors by Laurent Pinchart · 8 years ago
  48. 48c7365 dmaengine: rcar-dmac: Fixed active descriptor initializing by Muhammad Hamza Farooq · 8 years ago
  49. 0f78e3b dmaengine: rcar-dmac: warn if transfer cannot start as TE = 1 by Niklas Söderlund · 8 years ago
  50. 3544d28 dmaengine: rcar-dmac: use result of updated get_residue in tx_status by Muhammad Hamza Farooq · 8 years ago
  51. aef94fe dmaengine: Remove site specific OOM error messages on kzalloc by Peter Griffin · 8 years ago
  52. 3565fe5 dmaengine: rcar-dmac: use list_add() on rcar_dmac_desc_put() by Kuninori Morimoto · 8 years ago
  53. 20c169a dmaengine: rcar-dmac: clear pertinence number of channels by Kuninori Morimoto · 9 years ago
  54. 6fb5629 dmaengine: sh: shdmac: don't open code of_device_get_match_data() by Wolfram Sang · 9 years ago
  55. 5c229d0 dmaengine: sh: Use ARCH_RENESAS by Simon Horman · 9 years ago
  56. d6a3227 Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  57. a6eaf23 Merge branch 'topic/rcar' into for-linus by Vinod Koul · 9 years ago
  58. 4d42e95 dmaengine: sh: Remove unused R-Car HPB-DMAC driver by Geert Uytterhoeven · 9 years ago
  59. d9f5efa dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all() by Yoshihiro Shimoda · 9 years ago
  60. bf55555 dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalance by Geert Uytterhoeven · 9 years ago
  61. 36fa4a5 dmaengine: sh: usb-dmac: Fix crash on runtime suspend by Geert Uytterhoeven · 9 years ago
  62. 8a4ce22 dmaengine: sort the sh Makefile by Vinod Koul · 9 years ago
  63. eeb72a8 dmaengine: sort the sh Kconfig by Vinod Koul · 9 years ago
  64. 1bc5e15 Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  65. a178831 Merge remote-tracking branches 'asoc/topic/max98095', 'asoc/topic/omap', 'asoc/topic/pxa', 'asoc/topic/qcom' and 'asoc/topic/rcar' into asoc-next by Mark Brown · 9 years ago
  66. 08acf38 dmaengine: rcar-dmac: Use DECLARE_BITMAP by Joe Perches · 9 years ago
  67. 8f64b27 dmaengine: shdma: r8a73a4: Make dma_ts_shift[] static by Geert Uytterhoeven · 9 years ago
  68. d23c9a0 dmaengine: rcar-dmac: fixup spinlock in rcar-dmac by Kuninori Morimoto · 9 years ago
  69. 8ad31bf dmaengine: usb-dmac: Protect PM-only functions to kill warning by Geert Uytterhoeven · 10 years ago
  70. d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  71. b53c7582 Merge branch 'topic/sh' into for-linus by Vinod Koul · 10 years ago
  72. 7d3beab dmaengine: shdmac: avoid unused variable warnings by Arnd Bergmann · 10 years ago
  73. d7d8e89 dmaengine: usb-dmac: Fix dereferencing freed memory 'desc' by Yoshihiro Shimoda · 10 years ago
  74. 0c1c8ff dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driver by Yoshihiro Shimoda · 10 years ago
  75. 3cd44dcd dmaengine: remove Renesas Audio DMAC peri peri by Kuninori Morimoto · 10 years ago
  76. b6d1778 dmaengine: shdma: Move DMA stop to (runtime) suspend callbacks by Geert Uytterhoeven · 10 years ago
  77. 411fdaf dmaengine: shdma: use normal interface for passing slave id by Arnd Bergmann · 10 years ago
  78. be6893e dmaengine: rcar-dmac: Disable channel 0 when using IOMMU by Laurent Pinchart · 10 years ago
  79. 3f46306 dmaengine: rcar-dmac: Work around descriptor mode IOMMU errata by Laurent Pinchart · 10 years ago
  80. 6a63480 dmaengine: rcar-dmac: Allocate hardware descriptors with DMAC device by Laurent Pinchart · 10 years ago
  81. f7638c9 dmaengine: rcar-dmac: Fix oops due to unintialized list in error ISR by Laurent Pinchart · 10 years ago
  82. f391507 dmaengine: rcar-dmac: Fix spinlock issues in interrupt by Laurent Pinchart · 10 years ago
  83. a55e07c dmaengine: rcar-dmac: Fix uninitialized variable usage by Laurent Pinchart · 10 years ago
  84. bf44a41 dmaengine: shdmac: extend PM methods by Sergei Shtylyov · 10 years ago
  85. 82bf90c dmaengine: shdmac: use SET_RUNTIME_PM_OPS() by Sergei Shtylyov · 10 years ago
  86. 46c2eb6 Merge branch 'topic/rcar' into for-linus by Vinod Koul · 10 years ago
  87. 5cf5aec dmaengine: shdmac: fixup WARNING of slave caps retrieval by Kuninori Morimoto · 10 years ago
  88. 2b5fbb8 dmaengine: rcar-hpbdma: tidyup residue_granularity by Kuninori Morimoto · 10 years ago
  89. 7a96337 dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrieval by Kuninori Morimoto · 10 years ago
  90. ee4b876 dmaengine: rcar-dmac: Handle hardware descriptor allocation failure by Jürg Billeter · 10 years ago
  91. 1ed1315 dmaengine: rcar-dmac: Cache hardware descriptors memory by Laurent Pinchart · 10 years ago
  92. ccadee9 dmaengine: rcar-dmac: Implement support for hardware descriptor lists by Laurent Pinchart · 10 years ago
  93. 87244fe dmaengine: rcar-dmac: Add Renesas R-Car Gen2 DMA Controller (DMAC) driver by Laurent Pinchart · 10 years ago
  94. be60f94 dmaengine: sh: Split device_control by Maxime Ripard · 10 years ago
  95. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  96. 26fd830 dmaengine: shdma: fix a race condition in __ld_cleanup() by Yoshihiro Shimoda · 10 years ago
  97. cd16628 dmaengine: Remove .owner field for driver by Kiran Padwal · 10 years ago
  98. 1e91647 dmaengine: sh: Remove chancnt affectations by Maxime Ripard · 10 years ago
  99. 696f26e dma: sh: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  100. b19f40b8 dma: rcar-audmapp: Fix for no corresponding slave ID by Ryo Kataoka · 10 years ago