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