1. 1853613 dmaengine: PL08x: convert to use vchan done list by Russell King · 12 years ago
  2. 879f127 dmaengine: PL08x: convert to use vchan submitted/issued lists by Russell King · 12 years ago
  3. 083be28 dmaengine: PL08x: use vchan's spinlock by Russell King · 12 years ago
  4. 01d8dc6 dmaengine: PL08x: convert to use virt-dma structs by Russell King · 12 years ago
  5. a5a488d dmaengine: PL08x: rejig physical channel allocation by Russell King · 12 years ago
  6. c33b644 dmaengine: PL08x: start next descriptor from irq context by Russell King · 12 years ago
  7. ea16056 dmaengine: PL08x: split the pend_list in two by Russell King · 12 years ago
  8. eab8253 dmaengine: PL08x: re-jig the starting of txds by Russell King · 12 years ago
  9. 7847f6b dmaengine: PL08x: remove waiting descriptor pointer by Russell King · 12 years ago
  10. c48d496 dmaengine: PL08x: move DMA signal muxing into slave prepare code by Russell King · 12 years ago
  11. a936e79 dmaengine: PL08x: convert to a list of completed descriptors by Russell King · 12 years ago
  12. 5e2479b dmaengine: PL08x: track mux usage on a per-channel basis. by Russell King · 12 years ago
  13. ad0de2a dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct by Russell King · 12 years ago
  14. 6b16c8b dmaengine: PL08x: split DMA signal muxing from channel alloc by Russell King · 12 years ago
  15. dc8d5f8 dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config by Russell King · 12 years ago
  16. 800d683 dmaengine: PL08x: ignore 'direction' argument in dma_slave_config by Russell King · 12 years ago
  17. 9862ba1 dmaengine: PL08x: extract function to to generate cctl values by Russell King · 12 years ago
  18. 409ec8d dmaengine: PL08x: move the bus and increment selection to dma prepare function by Russell King · 12 years ago
  19. 95442b2 dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan by Russell King · 12 years ago
  20. ed91c13 dmaengine: PL08x: get src/dst addr direct from dma_slave_config struct by Russell King · 12 years ago
  21. 550ec36 dmaengine: PL08x: constify channel names and bus_id strings by Russell King · 12 years ago
  22. b23f204 dmaengine: PL08x: move private data structures into amba-pl08x.c by Russell King · 12 years ago
  23. aeea180 dmaengine: PL08x: clean up get_signal/put_signal by Russell King · 12 years ago
  24. 48afb31 dmaengine: PL08x: remove circular_buffer boolean from channel data by Russell King · 12 years ago
  25. c15a6ef dmaengine: PL08x: remove redundant spinlock by Russell King · 12 years ago
  26. 92d2fd6 dmaengine: PL08x: fix missed dma_transfer_direction fixup by Russell King · 12 years ago
  27. b843441 dmaengine: PL08x: remove runtime PM support by Russell King · 12 years ago
  28. fdaf9c4 dmaengine: Use dma_sg_len(sg) instead of sg->length by Lars-Peter Clausen · 12 years ago
  29. cbb796c dmaengine: Use sg_dma_address instead of sg_phys by Lars-Peter Clausen · 12 years ago
  30. 56cbb3d Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  31. affa115 dma/amba-pl08x: add support for the Nomadik variant by Linus Walleij · 12 years ago
  32. 88c08a3 dmaengine/amba-pl08x : reset phychan_hold on terminate all by Davide Ciminaghi · 12 years ago
  33. d29bf01 dma/amba-pl08x: check for terminal count status only by Linus Walleij · 12 years ago
  34. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  35. d3ee98cdc dmaengine: consolidate initialization of cookies by Russell King - ARM Linux · 12 years ago
  36. 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 12 years ago
  37. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 12 years ago
  38. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 12 years ago
  39. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  40. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  41. 8c9f7aa dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG by Viresh Kumar · 12 years ago
  42. 880db3f drivers/dma/amba-pl08x.c: adjust double test by Julia Lawall · 12 years ago
  43. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  44. 8f0d30f dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is true by Viresh Kumar · 13 years ago
  45. 037566d dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers by Dave Martin · 13 years ago
  46. db8196d dmaengine: move drivers to dma_transfer_direction by Vinod Koul · 13 years ago
  47. c120564 dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_pool by Viresh Kumar · 13 years ago
  48. b7f69d9 dmaengine/amba-pl08x: Add support for sg len greater than one for slave transfers by Viresh Kumar · 13 years ago
  49. 7703eac dmaengine: amba-pl08x: make filter check that the channel is owned by pl08x by Russell King - ARM Linux · 13 years ago
  50. 8516f52 Merge branch 'next' into v3.1-rc4 by Vinod Koul · 13 years ago
  51. 57001a6 dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly by Viresh Kumar · 13 years ago
  52. 0a23565 dmaengine/amba-pl08x: Pass flow controller information with slave channel data by Viresh Kumar · 13 years ago
  53. 036f05f dmaengine/amba-pl08x: Choose peripheral bus as master bus by Viresh Kumar · 13 years ago
  54. e071916 dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width) by Viresh Kumar · 13 years ago
  55. 03af500 dmaengine/amba-pl08x: Add prep_single_byte_llis() routine by Viresh Kumar · 13 years ago
  56. fa6a940 dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN(width)) by Viresh Kumar · 13 years ago
  57. 16a2e7d dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary() by Viresh Kumar · 13 years ago
  58. 28da283 dmaengine/amba-pl08x: Schedule tasklet in case of error interrupt by Viresh Kumar · 13 years ago
  59. 16ca810 dmaengine/amba-pl08x: No need to check "ch->signal < 0" by Viresh Kumar · 13 years ago
  60. 48a59ef dmaengine/amba-pl08x: Simplify pl08x_ensure_on() by Viresh Kumar · 13 years ago
  61. b7b6018 dmaengine/amba-pl08x: support runtime PM by Viresh Kumar · 13 years ago
  62. 175a5e6 dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info by Viresh Kumar · 13 years ago
  63. 0532e6f dmaengine/amba-pl08x: Remove redundant comment and rewrite original by Viresh Kumar · 13 years ago
  64. b201c11 dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz) by Viresh Kumar · 13 years ago
  65. 0c38d70 dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending order by Viresh Kumar · 13 years ago
  66. 3e27ee8 dmaengine/amba-pl08x: Resolve formatting issues by Viresh Kumar · 13 years ago
  67. 4d66164 dmaengine: PL08x: Fix trivial build error by Russell King · 13 years ago
  68. f32807f dmaengine: pl08x: handle the rest of enums in pl08x_width by Vinod Koul · 13 years ago
  69. 760596c6 DMA: PL08x: cleanup selection of burst size by Russell King - ARM Linux · 13 years ago
  70. 121c847 DMA: PL08x: avoid recalculating cctl at each prepare by Russell King - ARM Linux · 13 years ago
  71. aa88cda DMA: PL08x: cleanup selection of buswidth by Russell King - ARM Linux · 13 years ago
  72. f14c426 DMA: PL08x: separately store source/destination cctl by Russell King - ARM Linux · 13 years ago
  73. b207b4d DMA: PL08x: separately store source/destination slave address by Russell King - ARM Linux · 13 years ago
  74. fc74eb7 DMA: PL08x: clean up LLI debugging by Russell King - ARM Linux · 13 years ago
  75. 25c94f7 DMA: PL08x: select LLI bus only once per LLI setup by Russell King - ARM Linux · 13 years ago
  76. f44bd191 DMA: PL08x: remove unused constants by Russell King - ARM Linux · 13 years ago
  77. aa25afa ARM: amba: make probe() functions take const id tables by Russell King · 13 years ago
  78. 8179661 DMA: PL08x: fix channel pausing to timeout rather than lockup by Russell King - ARM Linux · 13 years ago
  79. fb52621 DMA: PL08x: fix infinite wait when terminating transfers by Russell King - ARM Linux · 13 years ago
  80. 94ae852 ARM: PL08x: cleanup comments by Russell King - ARM Linux · 13 years ago
  81. b7f7586 ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channels by Russell King - ARM Linux · 13 years ago
  82. f0fd944 ARM: PL08x: allow dma_set_runtime_config() to return errors by Russell King - ARM Linux · 13 years ago
  83. c370e59 ARM: PL08x: fix locking between prepare function and submit function by Russell King - ARM Linux · 13 years ago
  84. 8087aac ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels by Russell King - ARM Linux · 13 years ago
  85. 501e67e ARM: PL08x: put txd's on the pending list in pl08x_tx_submit() by Russell King - ARM Linux · 13 years ago
  86. 15c1723 ARM: PL08x: rename 'desc_list' as 'pend_list' by Russell King - ARM Linux · 13 years ago
  87. 3d992e1 ARM: PL08x: implement unmapping of memcpy buffers by Russell King - ARM Linux · 13 years ago
  88. c042879 ARM: PL08x: store prep_* flags in async_tx structure by Russell King - ARM Linux · 13 years ago
  89. d7244e9 ARM: PL08x: shrink srcbus/dstbus in txd structure by Russell King - ARM Linux · 13 years ago
  90. 542361f ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill by Russell King - ARM Linux · 13 years ago
  91. 5f638b4 ARM: PL08x: fix fill_bytes calculation by Russell King - ARM Linux · 13 years ago
  92. d6cf7b5 ARM: PL08x: use min() to calculate target_len by Russell King - ARM Linux · 13 years ago
  93. b61be8d ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr by Russell King - ARM Linux · 13 years ago
  94. 0059005 ARM: PL08x: make pl08x_fill_lli_for_desc() return void by Russell King - ARM Linux · 13 years ago
  95. 858c21c ARM: PL08x: move callback outside spinlock'd region by Russell King - ARM Linux · 13 years ago
  96. 30749cb ARM: PL08x: allow AHB master port selection to be configured by Russell King - ARM Linux · 13 years ago
  97. c7da9a5 ARM: PL08x: move AHB master port selection into prep_* functions by Russell King - ARM Linux · 13 years ago
  98. 1cae78f ARM: PL08x: move cctl increment and protection setup to prep_slave_sg by Russell King - ARM Linux · 13 years ago
  99. 70b5ed6 ARM: PL08x: move default cctl into txd structure by Russell King - ARM Linux · 13 years ago
  100. 09b3c32 ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel() by Russell King - ARM Linux · 13 years ago