1. da331ba drivers/dma/pl330.c: fix locking in pl330_free_chan_resources() by Bartlomiej Zolnierkiewicz · 11 years ago
  2. 0bf6a21 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  3. 5c913a9 Merge tag 'ux500-dma40-for-arm-soc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/drivers by Olof Johansson · 11 years ago
  4. 8ecb6ca Merge tag 'davinci-for-v3.11/soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/soc by Arnd Bergmann · 11 years ago
  5. b4a1ccd dmaengine: ste_dma40: Declare memcpy config as static by Fabio Baltieri · 11 years ago
  6. e65abbb dmaengine: edma: enable build for AM33XX by Matt Porter · 11 years ago
  7. a063994 Merge tag 'davinci-for-v3.11/soc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/soc by Arnd Bergmann · 11 years ago
  8. c3b693d Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/soc by Arnd Bergmann · 11 years ago
  9. 3ad7a42 ARM: davinci: move private EDMA API to arm/common by Matt Porter · 12 years ago
  10. faadc6e dma: coh901318: add devicetree support by Linus Walleij · 12 years ago
  11. 2c3165e Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/drivers by Olof Johansson · 11 years ago
  12. ff299f1 Merge tag 's3c24xx-driver-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers by Olof Johansson · 11 years ago
  13. bcc567e dmatest: do not allow to interrupt ongoing tests by Andy Shevchenko · 12 years ago
  14. 8581bbc dmaengine: ste_dma40: fix error return code in d40_probe() by Wei Yongjun · 11 years ago
  15. 499c2bc dmaengine: ste_dma40: Fetch disabled channels from DT by Lee Jones · 12 years ago
  16. fd59f9e dmaengine: ste_dma40: Fetch the number of physical channels from DT by Lee Jones · 12 years ago
  17. a7dacb6 dmaengine: ste_dma40: Allow memcpy channels to be configured from DT by Lee Jones · 12 years ago
  18. 8cc5af1 dmaengine: ste_dma40_ll: Replace meaningless register set with comment by Lee Jones · 12 years ago
  19. 43f2e1a dmaengine: ste_dma40: Convert data_width from register bit format to value by Lee Jones · 12 years ago
  20. 16db341 dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s by Lee Jones · 12 years ago
  21. 2c2b62d dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generic ones by Lee Jones · 12 years ago
  22. 8a3b6e1 dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s by Lee Jones · 12 years ago
  23. 6f39ef5 Merge tag 'ux500-dma40-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/drivers by Olof Johansson · 12 years ago
  24. 9ecb41b dmaengine: ste_dma40: fix pm runtime ref counting by Rabin Vincent · 12 years ago
  25. 27a24cf Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  26. 01c935c4 dmaengine: ste_dma40: Remove redundant address fetching function by Lee Jones · 12 years ago
  27. ef9c89b3 dmaengine: ste_dma40: Only use addresses passed as configuration information by Lee Jones · 12 years ago
  28. 9b233f9 dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate by Lee Jones · 12 years ago
  29. 57e65ad dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg() by Lee Jones · 12 years ago
  30. 9778256 dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking by Lee Jones · 12 years ago
  31. fa332de dmaengine: ste_dma40: Supply full Device Tree parsing support by Lee Jones · 12 years ago
  32. 1814a17 dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled by Lee Jones · 12 years ago
  33. bb75d93 dmaengine: ste_dma40: Allocate plat_data on declaration by Lee Jones · 12 years ago
  34. b2abb24 dmaengine: ste_dma40: Also report the number of logical channels by Lee Jones · 12 years ago
  35. 8b2fe9b dmaengine: ste_dma40: Move rev error-check up to revision acquisition by Lee Jones · 12 years ago
  36. 8a59fed dmaengine: ste_dma40: Remove 'always true' checking by Lee Jones · 12 years ago
  37. db72da9 dmaengine: ste_dma40: Calculate number of logical channels from physical ones by Lee Jones · 12 years ago
  38. 84b3da1 dmaengine: ste_dma40: Remove home-brew MAX() macro by Lee Jones · 12 years ago
  39. 26955c07d dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers by Lee Jones · 12 years ago
  40. 4f8fc46 dmaengine: ste_dma40: Rectify incorrect configuration validation checking by Lee Jones · 12 years ago
  41. 29027a1 dmaengine: ste_dma40: Move default memcpy configs into the driver by Lee Jones · 12 years ago
  42. a2acaa2 dmaengine: ste_dma40: Fix up static memcpy event lines by Linus Walleij · 12 years ago
  43. 664a57e dmaengine: ste_dma40: Assign memcpy channels in the driver by Lee Jones · 12 years ago
  44. 627ad13 drivers/dma: don't check resource with devm_ioremap_resource by Wolfram Sang · 12 years ago
  45. ee8209f dma: acpi-dma: parse CSRT to extract additional resources by Andy Shevchenko · 12 years ago
  46. 1763e73 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  47. 38f56f3 Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  48. 4183bef Merge branch 'late/dt' into next/dt2 by Arnd Bergmann · 12 years ago
  49. 3065c19 dma: tegra: implement suspend/resume callbacks by Laxman Dewangan · 12 years ago
  50. b2396f7 Merge branch 'topic/of' into for-linus by Vinod Koul · 12 years ago
  51. de61608 dma:of: Use a mutex to protect the of_dma_list by Lars-Peter Clausen · 12 years ago
  52. f22eb14 dma: of: Fix of_node reference leak by Lars-Peter Clausen · 12 years ago
  53. 42361f2 dmaengine: sirf: move driver init from module_init to subsys_initcall by Barry Song · 12 years ago
  54. 18a1053 sudmac: add support for SUDMAC by Shimoda, Yoshihiro · 12 years ago
  55. 189b4ee dma: sh: add Kconfig by Shimoda, Yoshihiro · 12 years ago
  56. bbe89c8 at_hdmac: move to generic DMA binding by Ludovic Desroches · 12 years ago
  57. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  58. d202f05 dmaengine: at_hdmac: fix race condition in atc_advance_work() by Ludovic Desroches · 12 years ago
  59. e6a30fe ioatdma: ioat3_alloc_sed can be static by Fengguang Wu · 12 years ago
  60. 75c6f0a ioatdma: Adding write back descriptor error status support for ioatdma 3.3 by Dave Jiang · 12 years ago
  61. d302398 ioatdma: S1200 platforms ioatdma channel 2 and 3 falsely advertise RAID cap by Dave Jiang · 12 years ago
  62. 7727eaa ioatdma: Adding support for 16 src PQ ops and super extended descriptors by Dave Jiang · 12 years ago
  63. e088477 ioatdma: Removing hw bug workaround for CB3.x .2 and earlier by Dave Jiang · 12 years ago
  64. 42c91ee dw_dmac: add ACPI support by Andy Shevchenko · 12 years ago
  65. 4e82f5d dmaengine: call acpi_dma_request_slave_channel as well by Andy Shevchenko · 12 years ago
  66. 1b2e98b dma: acpi-dma: introduce ACPI DMA helpers by Andy Shevchenko · 12 years ago
  67. af31826 dma: of: Remove unnecessary list_empty check by Lars-Peter Clausen · 12 years ago
  68. 9a188eb DMA: OF: Check properties value before running be32_to_cpup() on it by Viresh Kumar · 12 years ago
  69. bef29ec DMA: of: Constant names by Markus Pargmann · 12 years ago
  70. eceec44 ioatdma: skip silicon bug workaround for pq_align for cb3.3 by Dave Jiang · 12 years ago
  71. 3f09ede ioatdma: Removing PQ val disable for cb3.3 by Dave Jiang · 12 years ago
  72. 6ead7e4 ioatdma: skip legacy reset bits since v3.3 plattform doesn't need it by Dave Jiang · 12 years ago
  73. 8a52b9f ioatdma: channel reset scheme fixup on Intel Atom S1200 platforms by Dave Jiang · 12 years ago
  74. d92a8d7 ioatdma: Add 64bit chansts register read for ioat v3.3. by Dave Jiang · 12 years ago
  75. 0132bce ioatdma: Adding PCI IDs for Intel Atom S1200 product family ioatdma devices by Dave Jiang · 12 years ago
  76. 570727b ioatdma: Adding Haswell devid for ioatdma by Dave Jiang · 12 years ago
  77. 8d30662 dmaengine: OMAP: Register SDMA controller with Device Tree DMA driver by Jon Hunter · 12 years ago
  78. f5b9b77 dw_dmac: remove unnecessary ENODEV check by Andy Shevchenko · 12 years ago
  79. f776076 dmaengine: dw_dmac: simplify master selection by Arnd Bergmann · 12 years ago
  80. bd2e6b6 dw_dmac: rename DT related methods to reflect their belonging by Andy Shevchenko · 12 years ago
  81. 75c6122 dw_dmac: fix style of the comments by Andy Shevchenko · 12 years ago
  82. a53e28d dma: Make the 'mask' parameter of __dma_request_channel const by Lars-Peter Clausen · 12 years ago
  83. a7e3406 dmaengine:sirf:take clock and enable it while probing by Barry Song · 12 years ago
  84. 123b69a dw_dmac: don't wait for FIFO_EMPTY endlessly in dwc_chan_pause by Andy Shevchenko · 12 years ago
  85. 96a3713 dma: imx-dma: Remove redundant NULL check before kfree by Syam Sidhardhan · 12 years ago
  86. 88ff6ab dma: ipu: ipu_idmac: Fix section mismatch by Fabio Estevam · 12 years ago
  87. dc7badb dma: tegra: assume CONFIG_OF by Stephen Warren · 12 years ago
  88. bcc7fa9 dma: pl330: Convert to devm_ioremap_resource() by Sachin Kamat · 12 years ago
  89. d86b2f2 dmatest: append verify result to results by Andy Shevchenko · 12 years ago
  90. 95019c8 dmatest: gather test results in the linked list by Andy Shevchenko · 12 years ago
  91. 74b5c07 dmatest: define MAX_ERROR_COUNT constant by Andy Shevchenko · 12 years ago
  92. 3e5ccd8 dmatest: return actual state in 'run' file by Andy Shevchenko · 12 years ago
  93. 851b7e1 dmatest: run test via debugfs by Andy Shevchenko · 12 years ago
  94. 15b8a8e dmatest: split test parameters to separate structure by Andy Shevchenko · 12 years ago
  95. 838cc70 dmatest: move dmatest_channels and nr_channels to dmatest_info by Andy Shevchenko · 12 years ago
  96. e03e93a dmatest: create dmatest_info to keep test parameters by Andy Shevchenko · 12 years ago
  97. 945b5af dmatest: allocate memory for pq_coefs from heap by Andy Shevchenko · 12 years ago
  98. 77101ce dmatest: cancel thread immediately when asked for by Andy Shevchenko · 12 years ago
  99. 9a37f64 ioatdma: allow all channels to have irq coalescing support by Dave Jiang · 12 years ago
  100. 50f9f97 ioatdma: make debug output more readable by Dave Jiang · 12 years ago