1. e0ebdbd dmaengine: stm32-dma: take address into account when computing max width by Amelie Delaunay · 4 years, 1 month ago
  2. 5d4d4df dmaengine: stm32-dma: clean channel configuration when channel is freed by Amelie Delaunay · 4 years, 1 month ago
  3. a44d9d7 dmaengine: stm32-dma: rework irq handler to manage error before xfer events by Amelie Delaunay · 4 years, 1 month ago
  4. 1c966e1 dmaengine: stm32: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  5. 955b176 dmaengine: stm32-dma: direct mode support through device tree by Amelie Delaunay · 4 years, 8 months ago
  6. d80cbef dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_all by Amelie Delaunay · 5 years ago
  7. 409ffc4 dmaengine: stm32-dma: fix sleeping function called from invalid context by Amelie Delaunay · 5 years ago
  8. 32ce108 dmaengine: stm32-dma: add copy_align constraint by Amelie Delaunay · 5 years ago
  9. d7a9e42 dmaengine: stm32-dma: use dma_set_max_seg_size to set the sg limit by Amelie Delaunay · 5 years ago
  10. 22a0bb2 dmaengine: stm32-dma: enable descriptor_reuse by Pierre-Yves MORDRET · 5 years ago
  11. 615eee2 dmaengine: stm32-dma: driver defers probe for reset by Etienne Carriere · 5 years ago
  12. 8cf1e0f dmaengine: stm32-dma: use reset controller only at probe time by Etienne Carriere · 5 years ago
  13. 05f8740 dmaengine: stm32-dma: add suspend/resume power management support by Pierre-Yves MORDRET · 5 years ago
  14. 402096c dmaengine: stm32-dma: Use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  15. e17be6e dmaengine: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  16. 47ebe00 Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
  17. af873fc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 by Thomas Gleixner · 6 years ago
  18. e405439 dmaengine: stm32-dma: Fix redundant call to platform_get_irq by Amelie Delaunay · 6 years ago
  19. 2a4885a dmaengine: stm32-dma: fix residue calculation in stm32-dma by Arnaud Pouliquen · 6 years ago
  20. c6504be dmaengine: stm32-dma: Fix unsigned variable compared with zero by Vinod Koul · 6 years ago
  21. f4fd2ec dmaengine: stm32-dma: use platform_get_irq() by Fabien Dessenne · 6 years ago
  22. 48bc73b dmaengine: stm32-dma: Add PM Runtime support by Pierre-Yves MORDRET · 6 years ago
  23. ca4c72c dmaengine: stm32-dma: check FIFO error interrupt enable by Pierre-Yves MORDRET · 6 years ago
  24. cc832dc dmaengine: stm32-dma: check whether length is aligned on FIFO threshold by Pierre-Yves MORDRET · 6 years ago
  25. 90ec93c dmaengine: stm32: replace "%p" with "%pK" by Benjamin Gaignard · 6 years ago
  26. 9df3bd5 dmaengine: stm32-dma: properly mask irq bits by Pierre Yves MORDRET · 7 years ago
  27. 80a7695 dmaengine: stm32-dma: fix max items per transfer by Pierre Yves MORDRET · 7 years ago
  28. c2d86b1 dmaengine: stm32-dma: fix DMA IRQ status handling by Pierre Yves MORDRET · 7 years ago
  29. a2b6103 dmaengine: stm32-dma: Improve memory burst management by Pierre Yves MORDRET · 7 years ago
  30. 249d553 dmaengine: stm32-dma: fix typo and reported checkpatch warnings by Pierre Yves MORDRET · 7 years ago
  31. e57cb3b dmaengine: stm32-dma: fix incomplete configuration in cyclic mode by Pierre Yves MORDRET · 7 years ago
  32. 951f44c dmaengine: stm32-dma: threshold manages with bitfield feature by Pierre Yves MORDRET · 7 years ago
  33. 041cf7e dmaengine: stm32-dma: fix up error dev_err message by Colin Ian King · 8 years ago
  34. 97a229f Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  35. 5df4eb4 dmaengine: stm32-dma: Add error messages if xlate fails by M'boumba Cedric Madianga · 8 years ago
  36. 276b004 dmaengine: stm32-dma: Add max_burst support by M'boumba Cedric Madianga · 8 years ago
  37. dc80867 dmaengine: stm32-dma: Add synchronization support by M'boumba Cedric Madianga · 8 years ago
  38. 2b12c558 dmaengine: stm32-dma: Fix residue computation issue in cyclic mode by M'boumba Cedric Madianga · 8 years ago
  39. 8d1b76f dmaengine: stm32-dma: Rework starting transfer management by M'boumba Cedric Madianga · 8 years ago
  40. 57b5a32 dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_status by M'boumba Cedric Madianga · 8 years ago
  41. 7e96304 dmaengine: stm32-dma: Set correct args number for DMA request from DT by M'boumba Cedric Madianga · 8 years ago
  42. cad0eca dmaengine: stm32-dma: remove unused ‘src_addr’ by Vinod Koul · 8 years ago
  43. 2a440bd dmaengine: stm32-dma: remove unused ‘dst_addr’ by Vinod Koul · 8 years ago
  44. 1bc4f06c dmaengine: stm32-dma: remove unused ‘sfcr’ by Vinod Koul · 8 years ago
  45. e97adb4 dmaengine: stm32-dma: make stm32_dma_set_config static by Vinod Koul · 8 years ago
  46. aea08a5 dmaengine: stm32-dma: Fix unchecked deference of chan->desc by M'boumba Cedric Madianga · 9 years ago
  47. d8b4683 dmaengine: Add STM32 DMA driver by M'boumba Cedric Madianga · 9 years ago