1. 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  2. cf6c0ab Merge branch 'topic/dma_control_fsl_acks' into for-linus by Vinod Koul · 10 years ago
  3. 2856fcd Merge branch 'topic/dma_control_cleanup_acks' into for-linus by Vinod Koul · 10 years ago
  4. 01c6ad6 dmaengine: freescale: remove FSLDMA_EXTERNAL_START control method by Vinod Koul · 10 years ago
  5. 0a5642b dmaengine: freescale: add and export fsl_dma_external_start() by Vinod Koul · 10 years ago
  6. 7e606d3 dmaengine: coh901318: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  7. 639559a dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause() by Sebastian Andrzej Siewior · 10 years ago
  8. 2a52f6e dmaengine: dw: export probe()/remove() and Co to users by Andy Shevchenko · 10 years ago
  9. 99d9bf4 dmaengine: dw: enable and disable controller when needed by Andy Shevchenko · 10 years ago
  10. 2540f74 dmaengine: dw: always export dw_dma_{en,dis}able by Andy Shevchenko · 10 years ago
  11. 7a83c04 dmaengine: dw: introduce dw_dma_on() helper by Andy Shevchenko · 10 years ago
  12. 3d588f8 dmaengine: dw: split dma-dw.h to platform and private parts by Andy Shevchenko · 10 years ago
  13. 46e8c83 dmaengine: dw: move private definitions to regs.h by Andy Shevchenko · 10 years ago
  14. f0f3b5f dma: cppi41: Switch to using managed resource in probe by Kiran Padwal · 10 years ago
  15. 6e4a2a8 dmaengine: pl330: Fix NULL pointer dereference on driver unbind by Krzysztof Kozlowski · 10 years ago
  16. 0f5ebab dmaengine: pl330: Fix NULL pointer dereference on probe failure by Krzysztof Kozlowski · 10 years ago
  17. c3cb38f dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req() by Krzysztof Kozlowski · 10 years ago
  18. 937cb2f dmaengine: pl330: Remove non-NULL check for pl330_submit_req parameters by Krzysztof Kozlowski · 10 years ago
  19. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  20. fe6cf28 dma: imx-sdma: fix another incorrect __init annotation by Arnd Bergmann · 10 years ago
  21. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  22. 14e0e28 dmaengine: sun6i: Remove obsolete clk muxing code by Chen-Yu Tsai · 10 years ago
  23. 50cf553 dma: Kconfig: Include mx6 in the IMX_SDMA help section by Fabio Estevam · 10 years ago
  24. c2e6f42 dmatest: prevent memory leakage on error path in thread by Andy Shevchenko · 10 years ago
  25. 2284354 dma: mv_xor: Add support for DMA_INTERRUPT by Lior Amsalem · 10 years ago
  26. 37380b9 dma: mv_xor: Remove dead code by Ezequiel Garcia · 10 years ago
  27. ba87d13 dma: mv_xor: Reduce interrupts by enabling EOD only when needed by Lior Amsalem · 10 years ago
  28. 0e7488e dma: mv_xor: Remove all interrupt magic numbers by Ezequiel Garcia · 10 years ago
  29. dfc9766 dma: mv_xor: Remove multi-slot support by Lior Amsalem · 10 years ago
  30. 3e4f52e dma: mv_xor: Simplify the DMA_MEMCPY operation by Lior Amsalem · 10 years ago
  31. b8291dd dma: mv_xor: Replace printk with dev_info by Ezequiel Garcia · 10 years ago
  32. bfb6074 dmaengine: omap-dma: Restore the CLINK_CTRL in resume path by Peter Ujfalusi · 10 years ago
  33. b3d09da dmaengine: omap-dma: Add memory barrier to dma_resume path by Peter Ujfalusi · 10 years ago
  34. b279c49 dmaengine: dw: add PCI IDs for Braswell DMAs by Andy Shevchenko · 10 years ago
  35. a15636e dmaengine: dw: move clock operations to platform.c by Andy Shevchenko · 10 years ago
  36. 4d130de dmaengine: dw: introduce generic filter function by Andy Shevchenko · 10 years ago
  37. 8950052 dmaengine: dw: apply both HS interfaces and remove slave_id usage by Andy Shevchenko · 10 years ago
  38. 7e1e2f2 dmaengine: dw: convert dw_dma_slave to use explicit HS interfaces by Andy Shevchenko · 10 years ago
  39. 3d598f4 dmaengine: dw: move dw_dmac.h to where it belongs to by Andy Shevchenko · 10 years ago
  40. f498e06 dmaengine: jz4740: Fix non-cyclic descriptor completion by Lars-Peter Clausen · 10 years ago
  41. e622226 dmaengine: mmp_tdma: add DMA_PREP_INTERRUPT flag support by Qiao Zhou · 10 years ago
  42. e34b731 dma: imx-sdma: Remove spurious __init annotation on sdma_probe() by Mark Brown · 10 years ago
  43. b19f40b dma: rcar-audmapp: Fix for no corresponding slave ID by Ryo Kataoka · 10 years ago
  44. 8e1f50d dmatest: prevent memory leakage on error path in thread by Andy Shevchenko · 10 years ago
  45. e628ce7 ioat: Use time_before_jiffies() by Manuel Schölling · 10 years ago
  46. 29a4bb1 dma: xilinx: Remove .owner field for driver by Michal Simek · 10 years ago
  47. c12fe49 dma: imx-sdma: Adding tasklet_kill() in sdma_remove function. by Vignesh Raman · 10 years ago
  48. 23e1181 dma: imx-sdma: use module_platform_driver for SDMA driver by Vignesh Raman · 10 years ago
  49. c7a19c7 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  50. a0bbe99 dmaengine: sun6i: depends on RESET_CONTROLLER by Maxime Ripard · 10 years ago
  51. 6758dda dma: at_hdmac: fix invalid remaining bytes detection by Alexandre Belloni · 10 years ago
  52. cfc6abc dmaengine: nbpfaxi: don't build this driver where it cannot be used by Guennadi Liakhovetski · 10 years ago
  53. 930e031 Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  54. 1141b7e dmaengine: nbpf_error_get_channel() can be static by Fengguang Wu · 10 years ago
  55. 3a2ac12 Merge remote-tracking branch 'asoc/topic/dma' into asoc-next by Mark Brown · 10 years ago
  56. 6fc8ae7 dma: pl08x: Use correct specifier for size_t values by Mark Brown · 10 years ago
  57. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  58. f02323e dmaengine: nbpfaxi: convert to tasklet by Guennadi Liakhovetski · 10 years ago
  59. 67b1668 dmaengine: nbpfaxi: fix a theoretical race by Guennadi Liakhovetski · 10 years ago
  60. b45b262 dmaengine: add a driver for AMBA AXI NBPF DMAC IP cores by Guennadi Liakhovetski · 10 years ago
  61. ed64610 dmaengine: edma: Do not register second device when booted with DT by Peter Ujfalusi · 10 years ago
  62. 04d537d dmaengine: edma: Do not change the error code returned from edma_alloc_slot by Peter Ujfalusi · 10 years ago
  63. 4415b03 dmaengine: shdma: Allocate cyclic sg list dynamically by Laurent Pinchart · 10 years ago
  64. c091ff5 dmaengine: shdma: Make channel filter ignore unrelated devices by Laurent Pinchart · 10 years ago
  65. 9f2c2bb dmaengine: sh: Rework Kconfig and Makefile by Laurent Pinchart · 10 years ago
  66. 4fbd804 dmaengine: sun6i: Fix memory leaks by Maxime Ripard · 10 years ago
  67. 174427c dmaengine: sun6i: Free the interrupt before killing the tasklet by Maxime Ripard · 10 years ago
  68. 92e4a3b dmaengine: sun6i: Remove switch statement from buswidth convertion routine by Maxime Ripard · 10 years ago
  69. 2795eed dmaengine: of: kconfig: select DMA_ENGINE when DMA_OF is selected by Alexander Popov · 10 years ago
  70. db0e701 Merge commit 'renesas-rcar-audmapp-for-v3.17' into for-linus by Vinod Koul · 10 years ago
  71. 8e8805d dmaengine: edma: Serve cyclic (audio) channels with high priority queue by Peter Ujfalusi · 10 years ago
  72. a1f146f dmaengine: edma: Support to suppress the period interrupts in cyclic mode by Peter Ujfalusi · 10 years ago
  73. b7f9bc5 dmaengine: edma: Update caps->residue_granularity to match with reality by Peter Ujfalusi · 10 years ago
  74. 7f5e03e dmaengine: sun61: fix warning on bad print specfier by Vinod Koul · 10 years ago
  75. 42c0d54 dmaengine: sun6i: fix build failure on x86, xilinx targets by Vinod Koul · 10 years ago
  76. ec1f0c9 dmaengine: mpc512x: register for device tree channel lookup by Alexander Popov · 10 years ago
  77. 16369ef dmaengine: of: add common xlate function for matching by channel id by Alexander Popov · 10 years ago
  78. 5558593 dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller by Maxime Ripard · 10 years ago
  79. 37a746a dmaengine: ipu: use return value of request_irq by Vinod Koul · 10 years ago
  80. e2f9922 dmaengine: jz4740: Fix GPL v2 license string typo by Bjorn Helgaas · 10 years ago
  81. 211bfef dmaengine: fsl-edma: fix dmamux index calculating error by Jingchang Lu · 10 years ago
  82. f892afb dmaengine: imx-sdma: Add a new DMATYPE for Shared Peripheral ASRC by Nicolin Chen · 10 years ago
  83. 0b35186 dmaengine: imx-sdma: Save imx_dma_data into sdmac by Nicolin Chen · 10 years ago
  84. b1e51d7 dmaengine: pl330: Check if the DMA descriptor is NULL by Javier Martinez Canillas · 10 years ago
  85. ff4d024 Merge commit 'renesas-shdma-for-v3.17' into for-linus by Vinod Koul · 10 years ago
  86. ce05b68 dma: Fix MIC X100 DMA Driver Kconfig option by Sudeep Dutt · 10 years ago
  87. dd8ecfca dmaengine: dw: don't perform DMA when dmaengine_submit is called by Andy Shevchenko · 10 years ago
  88. cba1561 dmaengine: dw: add debug message to dwc_dostart_first_queued by Andy Shevchenko · 10 years ago
  89. e7637c6 dmaengine: dw: introduce dwc_dostart_first_queued() helper by Andy Shevchenko · 10 years ago
  90. c26939e dmaengine: pl330: Remove pl330_chan_ctrl() by Lars-Peter Clausen · 10 years ago
  91. 8ed30a1 dmaengine: pl330: Simplify marking a request as unused by Lars-Peter Clausen · 10 years ago
  92. 9dc5a31 dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc by Lars-Peter Clausen · 10 years ago
  93. f6f2421 dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structs by Lars-Peter Clausen · 10 years ago
  94. fbbcd9b dmaengine: pl330: Simplify is_manager() by Lars-Peter Clausen · 10 years ago
  95. 1b446d2 dmaengine: pl330: Remove uneccessary ccr validation by Lars-Peter Clausen · 10 years ago
  96. 65ad606 dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread * by Lars-Peter Clausen · 10 years ago
  97. 6079d38 dmaengine: pl330: Remove useless xfer_cb indirection by Lars-Peter Clausen · 10 years ago
  98. be02532 dmaengine: pl330: Remove unused mc_len field from _pl330_req struct by Lars-Peter Clausen · 10 years ago
  99. d5cef12 dmaengine: pl330: Remove unused next field form pl330_xfer struct by Lars-Peter Clausen · 10 years ago
  100. c9392d8 dmaengine: pl330: Remove unused client_data field form pl330_info by Lars-Peter Clausen · 10 years ago