1. 9217a5b dmaengine: dw: keep copy of custom slave config in dwc by Andy Shevchenko · 8 years ago
  2. 161c3d0 dmaengine: dw: keep entire platform data in struct dw_dma by Andy Shevchenko · 8 years ago
  3. ab703f8 dmaengine: dw: lazy allocation of dma descriptors by Christian Lamparter · 8 years ago
  4. b68fd09 dmaengine: dw: move residue to a descriptor by Andy Shevchenko · 8 years ago
  5. 423f9cb dmaengine: dw: move dwc->initialized to dwc->flags by Andy Shevchenko · 8 years ago
  6. 5e09f98 dmaengine: dw: move dwc->paused to dwc->flags by Andy Shevchenko · 8 years ago
  7. 897e40d dmaengine: dw: substitute dma_read_byaddr by dma_readl_native by Andy Shevchenko · 8 years ago
  8. 2a0fae0 dmaengine: dw: set LMS field in descriptors by Mans Rullgard · 8 years ago
  9. df1f3a2 dmaengine: dw: fix byte order of hw descriptor fields by Mans Rullgard · 8 years ago
  10. c422025 dmaengine: dw: rename masters to reflect actual topology by Andy Shevchenko · 8 years ago
  11. c9784a4 dmaengine: dw: fix a typo for bitfields of CTL_LO by Jie Yang · 8 years ago
  12. d8ded50 dmaengine: dw: define DW_DMA_MAX_NR_MASTERS by Andy Shevchenko · 9 years ago
  13. 295d3e1 dmaengine: dw: update the driver comments by Vinod Koul · 9 years ago
  14. 99d9bf4 dmaengine: dw: enable and disable controller when needed by Andy Shevchenko · 10 years ago
  15. 46e8c83 dmaengine: dw: move private definitions to regs.h by Andy Shevchenko · 10 years ago
  16. a15636e dmaengine: dw: move clock operations to platform.c by Andy Shevchenko · 10 years ago
  17. 8950052 dmaengine: dw: apply both HS interfaces and remove slave_id usage by Andy Shevchenko · 10 years ago
  18. 3d598f4 dmaengine: dw: move dw_dmac.h to where it belongs to by Andy Shevchenko · 10 years ago
  19. 000871c dma: dw: allocate memory in two stages in probe by Andy Shevchenko · 10 years ago
  20. e368b51 dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagically by Vinod Koul · 11 years ago
  21. 9cade1a dma: dw: split driver to library part and platform code by Andy Shevchenko · 11 years ago[Renamed (99%) from drivers/dma/dw/dw_dmac_regs.h]
  22. 61a7649 dma: move dw_dmac driver to an own directory by Andy Shevchenko · 11 years ago[Renamed from drivers/dma/dw_dmac_regs.h]
  23. 42c91ee dw_dmac: add ACPI support by Andy Shevchenko · 11 years ago
  24. f776076 dmaengine: dw_dmac: simplify master selection by Arnd Bergmann · 11 years ago
  25. bce95c6 dw_dmac: adjust slave_id accordingly to request line base by Andy Shevchenko · 11 years ago
  26. f9c6a65 dmaengine: dw_dmac: move to generic DMA binding by Arnd Bergmann · 11 years ago
  27. 4702d52 dw_dmac: return proper residue value by Andy Shevchenko · 11 years ago
  28. 30d38a3 dw_dmac: introduce total_len field in struct dw_desc by Andy Shevchenko · 11 years ago
  29. fdf475f dw_dmac: remove unnecessary tx_list field in dw_dma_chan by Andy Shevchenko · 11 years ago
  30. f8122a8 dw_dmac: allocate dma descriptors from DMA_COHERENT memory by Andy Shevchenko · 11 years ago
  31. 23d5f4e dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous by Andy Shevchenko · 11 years ago
  32. 0fdb567 dw_dmac: store direction in the custom channel structure by Andy Shevchenko · 11 years ago
  33. e63a47a3 dw_dmac: introduce to_dw_desc() macro by Andy Shevchenko · 12 years ago
  34. a9ddb57 dmaengine: dw_dmac: Enhance device tree support by Viresh Kumar · 12 years ago
  35. d5ea7b5 drivers/dma/dw_dmac: make driver's endianness configurable by Hein Tibosch · 12 years ago
  36. fed2574 dw_dmac: introduce software emulation of LLP transfers by Andy Shevchenko · 12 years ago
  37. a098200 dw_dmac: autoconfigure data_width or get it via platform data by Andy Shevchenko · 12 years ago
  38. 4a63a8b dw_dmac: autoconfigure block_size or use platform data by Andy Shevchenko · 12 years ago
  39. 2a9fe9a dw_dmac: fill optional encoded parameters in register structure by Andy Shevchenko · 12 years ago
  40. dbde5c2 dw_dmac: use devm_* functions to simplify code by Andy Shevchenko · 12 years ago
  41. f8609c2 dw_dmac: use 'u32' for LLI structure members, not dma_addr_t by Andy Shevchenko · 12 years ago
  42. 745664e dw_dmac: fix constant in the comment by Andy Shevchenko · 12 years ago
  43. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  44. a1c4601 dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slave by Viresh Kumar · 12 years ago
  45. 327e697 dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG by Viresh Kumar · 12 years ago
  46. 61e183f dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resume by Viresh Kumar · 13 years ago
  47. aecb7b6 dmaengine/dw_dmac: Update maintainer-ship by Viresh Kumar · 13 years ago
  48. a7c57cf dmaengine/dw_dmac: implement pause and resume in dwc_control by Linus Walleij · 13 years ago
  49. 29782da dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writel by Viresh Kumar · 13 years ago
  50. ee66509 dw_dmac: Allow src/dst msize & flow controller to be configured at runtime by Viresh KUMAR · 13 years ago
  51. 93317e8 dw_dmac: Pass Channel Priority from platform_data by Viresh Kumar · 13 years ago
  52. e0bd0f8 dw_dmac: implement a private tx_list by Dan Williams · 15 years ago
  53. d9de451 dw_dmac: add cyclic API to DW DMA driver by Hans-Christian Egtvedt · 15 years ago
  54. 287d859 atmel-mci: fix initialization of dma slave data by Dan Williams · 15 years ago
  55. 3bfb1d2 dmaengine: Driver for the Synopsys DesignWare DMA controller by Haavard Skinnemoen · 16 years ago