1. 16ca810 dmaengine/amba-pl08x: No need to check "ch->signal < 0" by Viresh Kumar · 13 years ago
  2. 48a59ef dmaengine/amba-pl08x: Simplify pl08x_ensure_on() by Viresh Kumar · 13 years ago
  3. b7b6018 dmaengine/amba-pl08x: support runtime PM by Viresh Kumar · 13 years ago
  4. 175a5e6 dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info by Viresh Kumar · 13 years ago
  5. 0532e6f dmaengine/amba-pl08x: Remove redundant comment and rewrite original by Viresh Kumar · 13 years ago
  6. b201c11 dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz) by Viresh Kumar · 13 years ago
  7. 0c38d70 dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending order by Viresh Kumar · 13 years ago
  8. 3e27ee8 dmaengine/amba-pl08x: Resolve formatting issues by Viresh Kumar · 13 years ago
  9. 4d66164 dmaengine: PL08x: Fix trivial build error by Russell King · 13 years ago
  10. f32807f dmaengine: pl08x: handle the rest of enums in pl08x_width by Vinod Koul · 13 years ago
  11. 760596c6 DMA: PL08x: cleanup selection of burst size by Russell King - ARM Linux · 13 years ago
  12. 121c847 DMA: PL08x: avoid recalculating cctl at each prepare by Russell King - ARM Linux · 13 years ago
  13. aa88cda DMA: PL08x: cleanup selection of buswidth by Russell King - ARM Linux · 13 years ago
  14. f14c426 DMA: PL08x: separately store source/destination cctl by Russell King - ARM Linux · 13 years ago
  15. b207b4d DMA: PL08x: separately store source/destination slave address by Russell King - ARM Linux · 13 years ago
  16. fc74eb7 DMA: PL08x: clean up LLI debugging by Russell King - ARM Linux · 13 years ago
  17. 25c94f7 DMA: PL08x: select LLI bus only once per LLI setup by Russell King - ARM Linux · 13 years ago
  18. f44bd191 DMA: PL08x: remove unused constants by Russell King - ARM Linux · 13 years ago
  19. aa25afa ARM: amba: make probe() functions take const id tables by Russell King · 13 years ago
  20. 8179661 DMA: PL08x: fix channel pausing to timeout rather than lockup by Russell King - ARM Linux · 13 years ago
  21. fb52621 DMA: PL08x: fix infinite wait when terminating transfers by Russell King - ARM Linux · 13 years ago
  22. 94ae852 ARM: PL08x: cleanup comments by Russell King - ARM Linux · 13 years ago
  23. b7f7586 ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channels by Russell King - ARM Linux · 13 years ago
  24. f0fd944 ARM: PL08x: allow dma_set_runtime_config() to return errors by Russell King - ARM Linux · 13 years ago
  25. c370e59 ARM: PL08x: fix locking between prepare function and submit function by Russell King - ARM Linux · 13 years ago
  26. 8087aac ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels by Russell King - ARM Linux · 13 years ago
  27. 501e67e ARM: PL08x: put txd's on the pending list in pl08x_tx_submit() by Russell King - ARM Linux · 13 years ago
  28. 15c1723 ARM: PL08x: rename 'desc_list' as 'pend_list' by Russell King - ARM Linux · 13 years ago
  29. 3d992e1 ARM: PL08x: implement unmapping of memcpy buffers by Russell King - ARM Linux · 13 years ago
  30. c042879 ARM: PL08x: store prep_* flags in async_tx structure by Russell King - ARM Linux · 13 years ago
  31. d7244e9 ARM: PL08x: shrink srcbus/dstbus in txd structure by Russell King - ARM Linux · 13 years ago
  32. 542361f ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill by Russell King - ARM Linux · 13 years ago
  33. 5f638b4 ARM: PL08x: fix fill_bytes calculation by Russell King - ARM Linux · 13 years ago
  34. d6cf7b5 ARM: PL08x: use min() to calculate target_len by Russell King - ARM Linux · 13 years ago
  35. b61be8d ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr by Russell King - ARM Linux · 13 years ago
  36. 0059005 ARM: PL08x: make pl08x_fill_lli_for_desc() return void by Russell King - ARM Linux · 13 years ago
  37. 858c21c ARM: PL08x: move callback outside spinlock'd region by Russell King - ARM Linux · 13 years ago
  38. 30749cb ARM: PL08x: allow AHB master port selection to be configured by Russell King - ARM Linux · 13 years ago
  39. c7da9a5 ARM: PL08x: move AHB master port selection into prep_* functions by Russell King - ARM Linux · 13 years ago
  40. 1cae78f ARM: PL08x: move cctl increment and protection setup to prep_slave_sg by Russell King - ARM Linux · 13 years ago
  41. 70b5ed6 ARM: PL08x: move default cctl into txd structure by Russell King - ARM Linux · 13 years ago
  42. 09b3c32 ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel() by Russell King - ARM Linux · 13 years ago
  43. 4983a04 ARM: PL08x: move ccfg into txd structure by Russell King - ARM Linux · 13 years ago
  44. 19524d7 ARM: PL08x: avoid duplicating registers in txd and phychan structures by Russell King - ARM Linux · 13 years ago
  45. c885bee ARM: PL08x: combine functions to start DMA into one function by Russell King - ARM Linux · 13 years ago
  46. db9f136 ARM: PL08x: clean up LLI lookup by Russell King - ARM Linux · 13 years ago
  47. bfddfb4 ARM: PL08x: rename lli.next to lli.lli by Russell King - ARM Linux · 13 years ago
  48. e25761d ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_t by Russell King - ARM Linux · 13 years ago
  49. cace658 ARM: PL08x: use 'size_t' for lengths by Russell King - ARM Linux · 13 years ago
  50. 56b6188 ARM: PL08x: don't try to use llis_bus as a pointer by Russell King - ARM Linux · 13 years ago
  51. 4c0df6a ARM: PL08x: don't assume that the LLI pointer has the bus bit clear by Russell King - ARM Linux · 13 years ago
  52. 19386b32 ARM: PL08x: ensure loops use cpu_relax() by Russell King - ARM Linux · 13 years ago
  53. 8c8cc2b ARM: PL08x: consolidate physical channel release code by Russell King - ARM Linux · 13 years ago
  54. ac3cd20 ARM: PL08x: consolidate common txd initialization by Russell King - ARM Linux · 13 years ago
  55. 7cb72ad ARM: PL08x: avoid 'void *' struct fields when we can type them properly by Russell King - ARM Linux · 13 years ago
  56. f96ca9ec ARM: PL08x: constify vendor data pointers by Russell King - ARM Linux · 13 years ago
  57. b58b6b5 ARM: PL08x: remove circular buffer support by Russell King - ARM Linux · 13 years ago
  58. ad0a3ad ARM: PL08x: remove unnecessary NULL and BUG checks by Russell King - ARM Linux · 13 years ago
  59. 730404a ARM: PL08x: remove unnecessary includes by Russell King - ARM Linux · 13 years ago
  60. 9c13299 ARM: PL08x: prefix hex numbers with 0x by Russell King - ARM Linux · 13 years ago
  61. b05cd8f ARM: PL08x: improve the announcement printk by Russell King - ARM Linux · 13 years ago
  62. 9dc2c20 ARM: PL08x: add comment explaining the flow control methods by Russell King - ARM Linux · 13 years ago
  63. 3e2a037 ARM: PL08x: fix sparse warnings by Russell King - ARM Linux · 13 years ago
  64. 98838f9 ARM: PL08x: fix deadlock in terminate_all by Russell King - ARM Linux · 13 years ago
  65. 9c0bb43 ARM: PL08x: fix missed spin-unlock in pl08x_issue_pending() by Russell King - ARM Linux · 13 years ago
  66. dafa731 ARM: PL08x: fix a leak when preparing TXDs by Russell King - ARM Linux · 13 years ago
  67. bf072af ARM: PL08x: fix locking in tasklet by Russell King - ARM Linux · 13 years ago
  68. 91aa5fa ARM: PL08x: fix atomic_t usage and tx_submit() return value range by Russell King - ARM Linux · 13 years ago
  69. 4440aac ARM: PL08x: fix array overflow in dma_set_runtime_config() by Russell King - ARM Linux · 13 years ago
  70. e8b5e11 ARM: PL08x: fix spelling errors by Russell King - ARM Linux · 13 years ago
  71. e8689e6 dmaengine: driver for the ARM PL080/PL081 PrimeCells v5 by Linus Walleij · 14 years ago