- e77e561 dmaengine: at_xdmac: Fix race over irq_status by Tudor Ambarus · 3 years, 1 month ago
- a61210c dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_tasklet() by Tudor Ambarus · 3 years, 1 month ago
- 912f7c6 dmaengine: at_xdmac: Fix at_xdmac_lld struct definition by Tudor Ambarus · 3 years, 1 month ago
- 1385eb4 dmaengine: at_xdmac: Fix lld view setting by Tudor Ambarus · 3 years, 1 month ago
- 42468aa dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work() by Tudor Ambarus · 3 years, 1 month ago
- 18dedde dmaengine: at_xdmac: Fix concurrency over xfers_list by Tudor Ambarus · 3 years, 1 month ago
- 801db90 dmaengine: at_xdmac: Move the free desc to the tail of the desc list by Tudor Ambarus · 3 years, 1 month ago
- b63e5cb dmaengine: at_xdmac: Fix race for the tx desc callback by Tudor Ambarus · 3 years, 1 month ago
- 506875c dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie by Tudor Ambarus · 3 years, 1 month ago
- 5edc24a dmaengine: at_xdmac: Print debug message after realeasing the lock by Tudor Ambarus · 3 years, 1 month ago
- e6af9b0 dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending by Tudor Ambarus · 3 years, 1 month ago
- bccfb96 dmaengine: at_xdmac: Don't start transactions at tx_submit level by Tudor Ambarus · 3 years, 1 month ago
- aa8ff35 dmaengine: at_xdmac: Use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 3 years, 1 month ago
- d191a9a dmaengine: at_xdmac: fix compilation warning by Claudiu Beznea · 3 years, 3 months ago
- 8e0c7e4 dmaengine: at_xdmac: use pm_ptr() by Claudiu Beznea · 3 years, 3 months ago
- b183d41 dmaengine: at_xdmac: use __maybe_unused for pm functions by Claudiu Beznea · 3 years, 3 months ago
- 320c88a dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro by Claudiu Beznea · 3 years, 3 months ago
- fa5270e dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path by Claudiu Beznea · 3 years, 3 months ago
- 258cb69 dmaengine: at_xdmac: use platform_driver_register by Clément Léger · 3 years, 6 months ago
- 361e5fc dmaengine: at_xdmac: Remove unused inline function at_xdmac_csize() by YueHaibing · 3 years, 9 months ago
- f40566f dmaengine: at_xdmac: add AXI priority support and recommended settings by Eugen Hristev · 4 years, 3 months ago
- 2bec35a dmaengine: at_xdmac: add support for sama7g5 based at_xdmac by Eugen Hristev · 4 years, 3 months ago
- 60f88c0 dmaengine: at_xdmac: adapt perid for mem2mem operations by Eugen Hristev · 4 years, 3 months ago
- 00217d1 dmaengine: at_xdmac: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 5 months ago
- d9fd428 dmaengine: at_xdmac: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
- 191bd1c dmaengine: at_xdmac: Fix locking in tasklet by Tudor Ambarus · 5 years ago
- 8592f2c dmaengine: at_xdmac: GFP_KERNEL for user that can sleep by Tudor Ambarus · 5 years ago
- 387269d dmaengine: at_xdmac: Drop locking in at_xdmac_alloc_chan_resources() by Tudor Ambarus · 5 years ago
- a443e98 dmaengine: at_xdmac: Drop always true check by Tudor Ambarus · 5 years ago
- fbd1d63 dmaengine: at_xdmac: Use devm_platform_ioremap_resource() in at_xdmac_probe() by Markus Elfring · 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
- b7f5b65 dmaengine: at_xdmac: check for non-empty xfers_list before invoking callback by Raag Jadav · 6 years ago
- caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
- 0b515ab dmaengine: at_xdmac: remove a stray bottom half unlock by Dan Carpenter · 6 years ago
- 38a829a3 dmaengine: at_xdmac: only monitor overflow errors for peripheral xfer by Nicolas Ferre · 6 years ago
- 223a4f4 dmaengine: at_xdmac: enhance channel errors handling in tasklet by Nicolas Ferre · 6 years ago
- e2c114c dmaengine: at_xdmac: remove BUG_ON macro in tasklet by Nicolas Ferre · 6 years ago
- dc3f595 dmaengine: at_xdmac: Fix wrongfull report of a channel as in use by Codrin Ciubotariu · 6 years ago
- d8570d0 dmaengine: at_xdmac: move spin_lock_bh to spin_lock in tasklet by Barry Song · 6 years ago
- ede2b29 dmaengine: at_xdmac: simplify getting .drvdata by Wolfram Sang · 7 years ago
- c563747 dmaengine: at_xdmac: fix rare residue corruption by Maxime Jayat · 7 years ago
- 87c56dc dmaengine: at_xdmac: Handle return value of clk_prepare_enable. by Arvind Yadav · 7 years ago
- 1edc85d dmaengine: at_xdmac: Fix compilation warning. by Arvind Yadav · 7 years ago
- d3f8dc4 dmaengine: at_xdmac: don't restore unsaved status by Alexandre Belloni · 8 years ago
- 9dcd7408 dmaengine: at_xdmac: Use dma_pool_zalloc by Souptick Joarder · 8 years ago
- 553911c Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
- 6a8b0c6 dmaengine: at_xdmac: fix to pass correct device identity to free_irq() by Wei Yongjun · 8 years ago
- a1d4eaa dmaengine: at_xdmac: convert callback to helper function by Dave Jiang · 8 years ago
- 6039b80 Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
- 2325a6a Merge branch 'topic/at_xdmac' into for-linus by Vinod Koul · 9 years ago
- 3935e08 dmaengine: at_xdmac: fix debug string by Alexandre Belloni · 9 years ago
- 192dc8c dmaengine: at_xdmac: fix un-exported functions by Ben Dooks · 9 years ago
- 9295c41 dmaengine: at_xdmac: double FIFO flush needed to compute residue by Ludovic Desroches · 9 years ago
- 53398f4 dmaengine: at_xdmac: fix residue corruption by Ludovic Desroches · 9 years ago
- 4a9723e dmaengine: at_xdmac: align descriptors on 64 bits by Ludovic Desroches · 9 years ago
- 25c5e96 dmaengine: at_xdmac: fix residue computation by Ludovic Desroches · 9 years ago
- 9fa6860 Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
- 611dcad dmaengine: at_xdmac: fix resume for cyclic transfers by Songjun Wu · 9 years ago
- d6a3227 Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
- aa876cd dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy() by Cyrille Pitchen · 9 years ago
- 1f28179 dmaengine: at_xdmac: Remove unnecessary synchronize_irq() before free_irq() by Lars-Peter Clausen · 9 years ago
- ef10b0b dmaengine: at_xdmac: fix bad behavior in interleaved mode by Sylvain ETIENNE · 9 years ago
- f5a00eb dmaengine: at_xdmac: fix false condition for memset_sg transfers by Ludovic Desroches · 9 years ago
- 15a0385 dmaengine: at_xdmac: fix macro typo by Ludovic Desroches · 9 years ago
- 95da0c1 dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers by Ludovic Desroches · 9 years ago
- 268914f dmaengine: at_xdmac: use %pad format string for dma_addr_t by Arnd Bergmann · 9 years ago
- 041c795 Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
- 62b5cb7 dmaengine: at_xdmac: fix memory leak in interleaved mode by Ludovic Desroches · 9 years ago
- 4e538578 dmaengine: at_xdmac: handle numf > 1 by Maxime Ripard · 9 years ago
- 0be2136 dmaengine: at_xdmac: clean used descriptor by Ludovic Desroches · 9 years ago
- a1cf0903 dmaengine: at_xdmac: change block increment addressing mode by Maxime Ripard · 9 years ago
- 3527122 Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
- 59b0fbd Merge branch 'topic/at_xdmac' into for-linus by Vinod Koul · 9 years ago
- e900c30 dmaengine: at_xdmac: fix bug in prep_dma_cyclic by Ludovic Desroches · 9 years ago
- 67a6eed dmaengine: xdmac: Add scatter gathered memset support by Maxime Ripard · 10 years ago
- 1c8a38b dmaengine: at_xdmac: fix transfer data width in at_xdmac_prep_slave_sg() by Cyrille Pitchen · 10 years ago
- 20cadcb4 dmaengine: at_xdmac: fix bug about channel configuration by Ludovic Desroches · 10 years ago
- 35ca0ee dmaengine: at_xdmac: fix indentation by Ludovic Desroches · 10 years ago
- 1bc5e15 Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
- b206d9a dmaengine: xdmac: Add memset support by Maxime Ripard · 10 years ago
- 87d001e dmaengine: Move icg helpers to global header by Maxime Ripard · 10 years ago
- 765c37d dmaengine: at_xdmac: rework slave configuration part by Ludovic Desroches · 10 years ago
- 4c374fc dmaengine: at_xdmac: lock fixes by Ludovic Desroches · 10 years ago
- 6007ccb dmaengine: xdmac: Add interleaved transfer support by Maxime Ripard · 10 years ago
- 0d0ee75 dmaengine: xdmac: Rework the chaining logic by Maxime Ripard · 10 years ago
- f0816a3 dmaengine: xdmac: Add function to align width by Maxime Ripard · 10 years ago
- ee0fe35 dmaengine: xdmac: Handle descriptor's view 3 registers by Maxime Ripard · 10 years ago
- d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
- 0434a23 dmaengine: at_xdmac: unlock spin lock before return by Niklas Cassel · 10 years ago
- 6eb9d3c dmaengine: at_xdmac: fix for chan conf simplification by Ludovic Desroches · 10 years ago
- 6d3a7d9 dmaengine: at_xdmac: allow muliple dwidths when doing slave transfers by Ludovic Desroches · 10 years ago
- be83507 dmaengine: at_xdmac: simplify channel configuration stuff by Ludovic Desroches · 10 years ago
- 734bb9a dmaengine: at_xdmac: introduce save_cc field by Ludovic Desroches · 10 years ago
- cbb85e6 dmaengine: at_xdmac: wait for in-progress transaction to complete after pausing a channel by Cyrille Pitchen · 10 years ago
- 2cd6f79 Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus by Vinod Koul · 10 years ago
- 640f204 dmaengine: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 8ac82f8 dmaengine: at_xdmac: Declare slave capabilities for the generic code by Ludovic Desroches · 10 years ago
- 3d13887 dmaengine: at_xdmac: split device_control by Ludovic Desroches · 10 years ago
- ceacbdb dmaengine: Make the destination abbreviation coherent by Maxime Ripard · 10 years ago
- fef4cbf dmaengine: at_xdmac: Add DMA_PRIVATE by Ludovic Desroches · 10 years ago