1. aef94fe dmaengine: Remove site specific OOM error messages on kzalloc by Peter Griffin · 8 years ago
  2. f9cd476 dmaengine: pl08x: allocate OF slave channel data at probe time by Linus Walleij · 8 years ago
  3. aa4734d dmaengine: pl08x: support dt channel assignment by Linus Walleij · 9 years ago
  4. 5835aa8 dmaengine: pl08x: Suppress spaces in indentation by Leonardo Carreras · 9 years ago
  5. d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  6. 381a3c4 Merge branch 'topic/alloc_removal' into for-linus by Vinod Koul · 9 years ago
  7. 16cab61 dmaengine: amba-pl08x:remove device_alloc_chan_resources handler by Vinod Koul · 9 years ago
  8. ea524c7 dmaengine: pl08x: Define capabilities for generic capabilities reporting by Mark Brown · 9 years ago
  9. 3b62286 dmaengine: Remove FSF mailing addresses by Jarkko Nikula · 9 years ago
  10. bcd1b0b dmaengine: pl08x: Split device_control by Maxime Ripard · 9 years ago
  11. 09573a8 dmaengine: pl08x: Remove chancnt affectations by Maxime Ripard · 10 years ago
  12. 6fc8ae7 dma: pl08x: Use correct specifier for size_t values by Mark Brown · 10 years ago
  13. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  14. 6d05c9f dma: pl08x: Export pl08x_filter_id by Sachin Kamat · 10 years ago
  15. 1080411 dma: pl08x: allow zero slave channels by Linus Walleij · 10 years ago
  16. 89116bf Fix pl08x warnings by Russell King - ARM Linux · 10 years ago
  17. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  18. df12a31 Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Vinod Koul · 10 years ago
  19. 54f8d50 dmaengine: remove DMA unmap from drivers by Bartlomiej Zolnierkiewicz · 11 years ago
  20. d38a8c6 dmaengine: prepare for generic 'unmap' data by Dan Williams · 11 years ago
  21. de1a241 DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call by Russell King · 11 years ago
  22. 0996e89 dmaengine: amba-pl08x: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  23. 174b537 dma: misc: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  24. ec5b103 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  25. 3b24c20 dmaengine: PL08x: Add cyclic transfer support by Alban Bedel · 11 years ago
  26. f3287a5 dmaengine: PL08x: Fix reading the byte count in cctl by Alban Bedel · 11 years ago
  27. 5110e51 dmaengine: PL08x: Add support for different maximum transfer size by Tomasz Figa · 11 years ago
  28. da1b6c0 dmaengine: PL08x: Add support for PL080S variant by Tomasz Figa · 11 years ago
  29. 48924e4 dmaengine: PL08x: Move LLI dumping code into separate function by Tomasz Figa · 11 years ago
  30. ba6785f dmaengine: PL08x: Rework LLI handling to be less fragile by Tomasz Figa · 11 years ago
  31. d86ccea dmaengine: PL08x: Add support for different offset of CONFIG register by Tomasz Figa · 11 years ago
  32. 68a7faa dmaengine: PL08x: Refactor pl08x_getbytes_chan() to lower indentation by Tomasz Figa · 11 years ago
  33. b90ca06 DMA: fix printk warning in AMBA PL08x DMA driver by Andre Przywara · 11 years ago
  34. 1c38b28 DMA: fix AMBA PL08x compilation issue with 64bit DMA address type by Andre Przywara · 11 years ago
  35. d7cabee dmaengine: PL08x: Avoid collisions with get_signal() macro by Mark Brown · 11 years ago
  36. 3a95b9f pl080.h: moved from arm/include/asm/hardware to include/linux/amba/ by Alessandro Rubini · 11 years ago
  37. 9199826 dma: amba-pl08x: use vchan_dma_desc_free_list by Akinobu Mita · 12 years ago
  38. 983d7be drivers/dma/amba-pl08x.c: fix error return code by Julia Lawall · 12 years ago
  39. a068682 dmaengine: PL08x: ensure all descriptors are freed when channel is released by Russell King · 12 years ago
  40. 70f3ff4 dmaengine: PL08x: get rid of write only pool_ctr and free_txd locking by Russell King · 12 years ago
  41. aa4afb7 dmaengine: PL08x: get rid of pl08x_prep_channel_resources by Russell King · 12 years ago
  42. 06e885b dmaengine: PL08x: fix tx_status function to return correct residue by Russell King · 12 years ago
  43. 1853613 dmaengine: PL08x: convert to use vchan done list by Russell King · 12 years ago
  44. 879f127 dmaengine: PL08x: convert to use vchan submitted/issued lists by Russell King · 12 years ago
  45. 083be28 dmaengine: PL08x: use vchan's spinlock by Russell King · 12 years ago
  46. 01d8dc6 dmaengine: PL08x: convert to use virt-dma structs by Russell King · 12 years ago
  47. a5a488d dmaengine: PL08x: rejig physical channel allocation by Russell King · 12 years ago
  48. c33b644 dmaengine: PL08x: start next descriptor from irq context by Russell King · 12 years ago
  49. ea16056 dmaengine: PL08x: split the pend_list in two by Russell King · 12 years ago
  50. eab8253 dmaengine: PL08x: re-jig the starting of txds by Russell King · 12 years ago
  51. 7847f6b dmaengine: PL08x: remove waiting descriptor pointer by Russell King · 12 years ago
  52. c48d496 dmaengine: PL08x: move DMA signal muxing into slave prepare code by Russell King · 12 years ago
  53. a936e79 dmaengine: PL08x: convert to a list of completed descriptors by Russell King · 12 years ago
  54. 5e2479b dmaengine: PL08x: track mux usage on a per-channel basis. by Russell King · 12 years ago
  55. ad0de2a dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct by Russell King · 12 years ago
  56. 6b16c8b dmaengine: PL08x: split DMA signal muxing from channel alloc by Russell King · 12 years ago
  57. dc8d5f8 dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config by Russell King · 12 years ago
  58. 800d683 dmaengine: PL08x: ignore 'direction' argument in dma_slave_config by Russell King · 12 years ago
  59. 9862ba1 dmaengine: PL08x: extract function to to generate cctl values by Russell King · 12 years ago
  60. 409ec8d dmaengine: PL08x: move the bus and increment selection to dma prepare function by Russell King · 12 years ago
  61. 95442b2 dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan by Russell King · 12 years ago
  62. ed91c13 dmaengine: PL08x: get src/dst addr direct from dma_slave_config struct by Russell King · 12 years ago
  63. 550ec36 dmaengine: PL08x: constify channel names and bus_id strings by Russell King · 12 years ago
  64. b23f204 dmaengine: PL08x: move private data structures into amba-pl08x.c by Russell King · 12 years ago
  65. aeea180 dmaengine: PL08x: clean up get_signal/put_signal by Russell King · 12 years ago
  66. 48afb31 dmaengine: PL08x: remove circular_buffer boolean from channel data by Russell King · 12 years ago
  67. c15a6ef dmaengine: PL08x: remove redundant spinlock by Russell King · 12 years ago
  68. 92d2fd6 dmaengine: PL08x: fix missed dma_transfer_direction fixup by Russell King · 12 years ago
  69. b843441 dmaengine: PL08x: remove runtime PM support by Russell King · 12 years ago
  70. fdaf9c4 dmaengine: Use dma_sg_len(sg) instead of sg->length by Lars-Peter Clausen · 12 years ago
  71. cbb796c dmaengine: Use sg_dma_address instead of sg_phys by Lars-Peter Clausen · 12 years ago
  72. 56cbb3d Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  73. affa115 dma/amba-pl08x: add support for the Nomadik variant by Linus Walleij · 12 years ago
  74. 88c08a3 dmaengine/amba-pl08x : reset phychan_hold on terminate all by Davide Ciminaghi · 12 years ago
  75. d29bf01 dma/amba-pl08x: check for terminal count status only by Linus Walleij · 12 years ago
  76. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  77. d3ee98cdc dmaengine: consolidate initialization of cookies by Russell King - ARM Linux · 12 years ago
  78. 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 12 years ago
  79. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 12 years ago
  80. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 12 years ago
  81. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  82. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  83. 8c9f7aa dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG by Viresh Kumar · 12 years ago
  84. 880db3f drivers/dma/amba-pl08x.c: adjust double test by Julia Lawall · 12 years ago
  85. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  86. 8f0d30f dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is true by Viresh Kumar · 12 years ago
  87. 037566d dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers by Dave Martin · 13 years ago
  88. db8196d dmaengine: move drivers to dma_transfer_direction by Vinod Koul · 13 years ago
  89. c120564 dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_pool by Viresh Kumar · 13 years ago
  90. b7f69d9 dmaengine/amba-pl08x: Add support for sg len greater than one for slave transfers by Viresh Kumar · 13 years ago
  91. 7703eac dmaengine: amba-pl08x: make filter check that the channel is owned by pl08x by Russell King - ARM Linux · 13 years ago
  92. 8516f52 Merge branch 'next' into v3.1-rc4 by Vinod Koul · 13 years ago
  93. 57001a6 dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly by Viresh Kumar · 13 years ago
  94. 0a23565 dmaengine/amba-pl08x: Pass flow controller information with slave channel data by Viresh Kumar · 13 years ago
  95. 036f05f dmaengine/amba-pl08x: Choose peripheral bus as master bus by Viresh Kumar · 13 years ago
  96. e071916 dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width) by Viresh Kumar · 13 years ago
  97. 03af500 dmaengine/amba-pl08x: Add prep_single_byte_llis() routine by Viresh Kumar · 13 years ago
  98. fa6a940 dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN(width)) by Viresh Kumar · 13 years ago
  99. 16a2e7d dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary() by Viresh Kumar · 13 years ago
  100. 28da283 dmaengine/amba-pl08x: Schedule tasklet in case of error interrupt by Viresh Kumar · 13 years ago