summaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_xdmac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-4/+7
|\
| * dmaengine: at_xdmac: check for non-empty xfers_list before invoking callbackRaag Jadav2019-07-071-4/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
|/
* dmaengine: at_xdmac: remove a stray bottom half unlockDan Carpenter2019-05-041-1/+1
* dmaengine: at_xdmac: only monitor overflow errors for peripheral xferNicolas Ferre2019-04-231-1/+12
* dmaengine: at_xdmac: enhance channel errors handling in taskletNicolas Ferre2019-04-231-6/+42
* dmaengine: at_xdmac: remove BUG_ON macro in taskletNicolas Ferre2019-04-231-1/+5
* dmaengine: at_xdmac: Fix wrongfull report of a channel as in useCodrin Ciubotariu2019-02-021-9/+10
* dmaengine: at_xdmac: move spin_lock_bh to spin_lock in taskletBarry Song2018-09-031-2/+2
* dmaengine: at_xdmac: simplify getting .drvdataWolfram Sang2018-04-221-6/+3Star
* dmaengine: at_xdmac: fix rare residue corruptionMaxime Jayat2018-03-271-2/+2
* dmaengine: at_xdmac: Handle return value of clk_prepare_enable.Arvind Yadav2017-08-211-1/+4
* dmaengine: at_xdmac: Fix compilation warning.Arvind Yadav2017-08-211-4/+4
* dmaengine: at_xdmac: don't restore unsaved statusAlexandre Belloni2016-12-061-2/+0Star
* dmaengine: at_xdmac: Use dma_pool_zallocSouptick Joarder2016-11-301-2/+1Star
* Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-071-4/+4
|\
| * dmaengine: at_xdmac: convert callback to helper functionDave Jiang2016-08-081-4/+4
* | dmaengine: at_xdmac: fix to pass correct device identity to free_irq()Wei Yongjun2016-08-221-2/+2
|/
* Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-07-291-4/+4
|\
| * Merge branch 'topic/at_xdmac' into for-linusVinod Koul2016-07-161-2/+2
| |\
| | * dmaengine: at_xdmac: fix un-exported functionsBen Dooks2016-06-081-2/+2
| * | dmaengine: at_xdmac: fix debug stringAlexandre Belloni2016-06-301-2/+2
| |/
* | dmaengine: at_xdmac: double FIFO flush needed to compute residueLudovic Desroches2016-05-301-1/+23
* | dmaengine: at_xdmac: fix residue corruptionLudovic Desroches2016-05-301-22/+32
* | dmaengine: at_xdmac: align descriptors on 64 bitsLudovic Desroches2016-05-301-2/+2
|/
* dmaengine: at_xdmac: fix residue computationLudovic Desroches2016-03-101-3/+39
* Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2016-01-201-0/+3
|\
| * dmaengine: at_xdmac: fix resume for cyclic transfersSongjun Wu2016-01-181-0/+3
* | Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-01-131-5/+15
|\|
| * dmaengine: at_xdmac: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen2015-12-051-2/+0Star
| * dmaengine: at_xdmac: fix spurious flag status for mem2mem transfersLudovic Desroches2015-12-051-3/+15
* | dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy()Cyrille Pitchen2015-12-101-0/+1
* | dmaengine: at_xdmac: fix bad behavior in interleaved modeSylvain ETIENNE2015-12-051-1/+3
* | dmaengine: at_xdmac: fix false condition for memset_sg transfersLudovic Desroches2015-12-051-1/+1
* | dmaengine: at_xdmac: fix macro typoLudovic Desroches2015-12-051-1/+1
* | dmaengine: at_xdmac: use %pad format string for dma_addr_tArnd Bergmann2015-11-161-10/+10
|/
* Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-11-101-53/+53
|\
| * dmaengine: at_xdmac: fix memory leak in interleaved modeLudovic Desroches2015-10-011-0/+4
| * dmaengine: at_xdmac: handle numf > 1Maxime Ripard2015-10-011-54/+50Star
* | dmaengine: at_xdmac: clean used descriptorLudovic Desroches2015-10-011-1/+10
* | dmaengine: at_xdmac: change block increment addressing modeMaxime Ripard2015-10-011-2/+2
|/
* Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-09-041-11/+172
|\
| * Merge branch 'topic/at_xdmac' into for-linusVinod Koul2015-08-231-6/+6
| |\
| | * dmaengine: at_xdmac: fix indentationLudovic Desroches2015-07-061-6/+6
| * | dmaengine: at_xdmac: fix bug in prep_dma_cyclicLudovic Desroches2015-08-191-4/+1Star
| * | dmaengine: xdmac: Add scatter gathered memset supportMaxime Ripard2015-08-061-1/+165
| |/
* | dmaengine: at_xdmac: fix transfer data width in at_xdmac_prep_slave_sg()Cyrille Pitchen2015-07-311-3/+4
* | dmaengine: at_xdmac: fix bug about channel configurationLudovic Desroches2015-07-311-9/+10
|/
* Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-06-291-52/+342
|\
| * dmaengine: xdmac: Add memset supportMaxime Ripard2015-06-251-0/+89