1. d6a3227 Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  2. a6eaf23 Merge branch 'topic/rcar' into for-linus by Vinod Koul · 9 years ago
  3. 4d42e95 dmaengine: sh: Remove unused R-Car HPB-DMAC driver by Geert Uytterhoeven · 9 years ago
  4. d9f5efa dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all() by Yoshihiro Shimoda · 9 years ago
  5. bf55555 dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalance by Geert Uytterhoeven · 9 years ago
  6. 36fa4a5 dmaengine: sh: usb-dmac: Fix crash on runtime suspend by Geert Uytterhoeven · 9 years ago
  7. 8a4ce22 dmaengine: sort the sh Makefile by Vinod Koul · 9 years ago
  8. eeb72a8 dmaengine: sort the sh Kconfig by Vinod Koul · 9 years ago
  9. 1bc5e15 Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  10. a178831 Merge remote-tracking branches 'asoc/topic/max98095', 'asoc/topic/omap', 'asoc/topic/pxa', 'asoc/topic/qcom' and 'asoc/topic/rcar' into asoc-next by Mark Brown · 9 years ago
  11. 08acf38 dmaengine: rcar-dmac: Use DECLARE_BITMAP by Joe Perches · 9 years ago
  12. 8f64b27 dmaengine: shdma: r8a73a4: Make dma_ts_shift[] static by Geert Uytterhoeven · 9 years ago
  13. d23c9a0 dmaengine: rcar-dmac: fixup spinlock in rcar-dmac by Kuninori Morimoto · 9 years ago
  14. 8ad31bf dmaengine: usb-dmac: Protect PM-only functions to kill warning by Geert Uytterhoeven · 9 years ago
  15. d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  16. b53c7582 Merge branch 'topic/sh' into for-linus by Vinod Koul · 9 years ago
  17. 7d3beab dmaengine: shdmac: avoid unused variable warnings by Arnd Bergmann · 9 years ago
  18. d7d8e89 dmaengine: usb-dmac: Fix dereferencing freed memory 'desc' by Yoshihiro Shimoda · 9 years ago
  19. 0c1c8ff dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driver by Yoshihiro Shimoda · 9 years ago
  20. 3cd44dcd dmaengine: remove Renesas Audio DMAC peri peri by Kuninori Morimoto · 9 years ago
  21. b6d1778 dmaengine: shdma: Move DMA stop to (runtime) suspend callbacks by Geert Uytterhoeven · 9 years ago
  22. 411fdaf dmaengine: shdma: use normal interface for passing slave id by Arnd Bergmann · 9 years ago
  23. be6893e dmaengine: rcar-dmac: Disable channel 0 when using IOMMU by Laurent Pinchart · 10 years ago
  24. 3f46306 dmaengine: rcar-dmac: Work around descriptor mode IOMMU errata by Laurent Pinchart · 10 years ago
  25. 6a63480 dmaengine: rcar-dmac: Allocate hardware descriptors with DMAC device by Laurent Pinchart · 10 years ago
  26. f7638c9 dmaengine: rcar-dmac: Fix oops due to unintialized list in error ISR by Laurent Pinchart · 10 years ago
  27. f391507 dmaengine: rcar-dmac: Fix spinlock issues in interrupt by Laurent Pinchart · 10 years ago
  28. a55e07c dmaengine: rcar-dmac: Fix uninitialized variable usage by Laurent Pinchart · 10 years ago
  29. bf44a41 dmaengine: shdmac: extend PM methods by Sergei Shtylyov · 10 years ago
  30. 82bf90c dmaengine: shdmac: use SET_RUNTIME_PM_OPS() by Sergei Shtylyov · 10 years ago
  31. 46c2eb6 Merge branch 'topic/rcar' into for-linus by Vinod Koul · 9 years ago
  32. 5cf5aec dmaengine: shdmac: fixup WARNING of slave caps retrieval by Kuninori Morimoto · 10 years ago
  33. 2b5fbb8 dmaengine: rcar-hpbdma: tidyup residue_granularity by Kuninori Morimoto · 10 years ago
  34. 7a96337 dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrieval by Kuninori Morimoto · 10 years ago
  35. ee4b876 dmaengine: rcar-dmac: Handle hardware descriptor allocation failure by Jürg Billeter · 10 years ago
  36. 1ed1315 dmaengine: rcar-dmac: Cache hardware descriptors memory by Laurent Pinchart · 10 years ago
  37. ccadee9 dmaengine: rcar-dmac: Implement support for hardware descriptor lists by Laurent Pinchart · 10 years ago
  38. 87244fe dmaengine: rcar-dmac: Add Renesas R-Car Gen2 DMA Controller (DMAC) driver by Laurent Pinchart · 10 years ago
  39. be60f94 dmaengine: sh: Split device_control by Maxime Ripard · 10 years ago
  40. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  41. 26fd830 dmaengine: shdma: fix a race condition in __ld_cleanup() by Yoshihiro Shimoda · 10 years ago
  42. cd16628 dmaengine: Remove .owner field for driver by Kiran Padwal · 10 years ago
  43. 1e91647 dmaengine: sh: Remove chancnt affectations by Maxime Ripard · 10 years ago
  44. 696f26e dma: sh: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  45. b19f40b dma: rcar-audmapp: Fix for no corresponding slave ID by Ryo Kataoka · 10 years ago
  46. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  47. 4415b03 dmaengine: shdma: Allocate cyclic sg list dynamically by Laurent Pinchart · 10 years ago
  48. c091ff5 dmaengine: shdma: Make channel filter ignore unrelated devices by Laurent Pinchart · 10 years ago
  49. 9f2c2bb dmaengine: sh: Rework Kconfig and Makefile by Laurent Pinchart · 10 years ago
  50. db0e701 Merge commit 'renesas-rcar-audmapp-for-v3.17' into for-linus by Vinod Koul · 10 years ago
  51. 0cdbee33 dmaengine: shdma: Use defines instead of hardcoded numbers by Geert Uytterhoeven · 10 years ago
  52. caf18c2 dma: rcar-audmapp: add DT support by Kuninori Morimoto · 10 years ago
  53. 6b32faf dmaengine: shdma: Add more register documentation by Geert Uytterhoeven · 10 years ago
  54. 75bfa5f dma: rcar-audmapp: don't keep audmapp_slave_config for each channeles by Kuninori Morimoto · 10 years ago
  55. 016b10f dma: rcar-audmapp: enable .set_slave by Kuninori Morimoto · 10 years ago
  56. 877d842 dmaengine: sh: don't use dynamic static allocation by Vinod Koul · 10 years ago
  57. 9d9f71a dmaengine: sh: fix print specifier warnings by Vinod Koul · 10 years ago
  58. a687654 dmaengine: sh: make shdma_prep_dma_cyclic static by Vinod Koul · 10 years ago
  59. ebc6d2d dmaengine: shdma: Enable driver compilation with COMPILE_TEST by Laurent Pinchart · 10 years ago
  60. 494ead4 dmaengine: rcar-hpbdma: Include linux/err.h by Laurent Pinchart · 10 years ago
  61. 830c863 dmaengine: sudmac: Include linux/err.h by Laurent Pinchart · 10 years ago
  62. cf5a23b dmaengine: sudmac: Keep #include sorted alphabetically by Laurent Pinchart · 10 years ago
  63. c46b9af dmaengine: shdmac: Include linux/err.h by Laurent Pinchart · 10 years ago
  64. a5cdc1c dmaengine: shdmac: Keep #include sorted alphabetically by Laurent Pinchart · 10 years ago
  65. dfbb85c DMA: shdma: add cyclic transfer support by Kuninori Morimoto · 10 years ago
  66. 91ea74e DMA: shdma: tidyup callback chunk finder by Kuninori Morimoto · 10 years ago
  67. e43a34e shdma: add R-Car Audio DMAC peri peri driver by Kuninori Morimoto · 10 years ago
  68. 51455ec DMA: shdma: Make sh_dmae_pm static by Laurent Pinchart · 11 years ago
  69. 52d6a5e DMA: shdma: Fix warnings due to declared but unused symbols by Laurent Pinchart · 11 years ago
  70. 42e4a12 DMA: shdma: Fix warnings due to improper casts and printk formats by Laurent Pinchart · 11 years ago
  71. 5affdee rcar-hpbdma: initialise plane information when halted by Kuninori Morimoto · 11 years ago
  72. b3000cd rcar-hpbdma: fixup channel busy check for double plane by Kuninori Morimoto · 11 years ago
  73. f1eab07 rcar-hpbdma: add max transfer size by Kuninori Morimoto · 11 years ago
  74. f0dad6e Merge branch 'dma_complete' into next by Vinod Koul · 11 years ago
  75. b967aec Merge branch 'for-linus' into next by Vinod Koul · 11 years ago
  76. a8d8d26 dmaengine: sh: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  77. 174b537 dma: misc: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  78. 08d08bc rcar-hpbdma: add parameter to set_slave() method by Sergei Shtylyov · 11 years ago
  79. cdeb5c0 rcar-hpbdma: remove shdma_free_irq() calls by Sergei Shtylyov · 11 years ago
  80. ec5b103 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  81. 265d9c6 Merge branch 'topic/sh' into for-linus by Vinod Koul · 11 years ago
  82. 4770ee4 dma: replace devm_request_and_ioremap by devm_ioremap_resource by Julia Lawall · 11 years ago
  83. c4f6c41 dma: add driver for R-Car HPB-DMAC by Max Filippov · 11 years ago
  84. e5ffa40 DMA: shdma: fix a bad merge - remove free_irq() by Guennadi Liakhovetski · 11 years ago
  85. eb262a5 dma: sh: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  86. 1e69653 DMA: shdma: add r8a73a4 DMAC data to the device ID table by Guennadi Liakhovetski · 11 years ago
  87. 8eb742a DMA: shdma: add a header with common for ARM SoCs defines by Guennadi Liakhovetski · 11 years ago
  88. 4620ad5 DMA: shdma: remove private and unused defines from a global header by Guennadi Liakhovetski · 11 years ago
  89. 4981c4d DMA: shdma: switch DT mode to use configuration data from a match table by Guennadi Liakhovetski · 11 years ago
  90. 2833c47 DMA: shdma: make a pointer const by Guennadi Liakhovetski · 11 years ago
  91. cc6b0f0 DMA: sudmac: fix compiler warning by Guennadi Liakhovetski · 11 years ago
  92. c1c63a1 DMA: shdma: switch to managed resource allocation by Guennadi Liakhovetski · 11 years ago
  93. ca8b387 DMA: shdma: support the new CHCLR register layout by Guennadi Liakhovetski · 11 years ago
  94. 115357e DMA: shdma: switch all __iomem pointers to void by Guennadi Liakhovetski · 11 years ago
  95. a28a94e DMA: shdma: fix CHCLR register address calculation by Guennadi Liakhovetski · 11 years ago
  96. d4adcc0 dma: use dev_get_platdata() by Jingoo Han · 11 years ago
  97. 3c4d927 shdma: fixup sh_dmae_get_partial() calculation error by Kuninori Morimoto · 11 years ago
  98. 67eacc1 DMA: shdma: add DT support by Guennadi Liakhovetski · 11 years ago
  99. fa74326 DMA: shdma: (cosmetic) don't re-calculate a pointer by Guennadi Liakhovetski · 11 years ago
  100. 18a1053 sudmac: add support for SUDMAC by Shimoda, Yoshihiro · 11 years ago