summaryrefslogtreecommitdiff
path: root/drivers/dma/at_xdmac.c
AgeCommit message (Expand)Author
2021-10-28dmaengine: at_xdmac: fix compilation warningClaudiu Beznea
2021-10-18dmaengine: at_xdmac: use pm_ptr()Claudiu Beznea
2021-10-18dmaengine: at_xdmac: use __maybe_unused for pm functionsClaudiu Beznea
2021-10-18dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macroClaudiu Beznea
2021-10-18dmaengine: at_xdmac: call at_xdmac_axi_config() on resume pathClaudiu Beznea
2021-07-28dmaengine: at_xdmac: use platform_driver_registerClément Léger
2021-04-20dmaengine: at_xdmac: Remove unused inline function at_xdmac_csize()YueHaibing
2020-10-30dmaengine: at_xdmac: add AXI priority support and recommended settingsEugen Hristev
2020-10-30dmaengine: at_xdmac: add support for sama7g5 based at_xdmacEugen Hristev
2020-10-30dmaengine: at_xdmac: adapt perid for mem2mem operationsEugen Hristev
2020-09-18dmaengine: at_xdmac: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-05-13dmaengine: at_xdmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-02-25dmaengine: at_xdmac: Fix locking in taskletTudor Ambarus
2020-02-25dmaengine: at_xdmac: GFP_KERNEL for user that can sleepTudor Ambarus
2020-02-25dmaengine: at_xdmac: Drop locking in at_xdmac_alloc_chan_resources()Tudor Ambarus
2020-02-25dmaengine: at_xdmac: Drop always true checkTudor Ambarus
2019-10-14dmaengine: at_xdmac: Use devm_platform_ioremap_resource() in at_xdmac_probe()Markus Elfring
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-07-07dmaengine: at_xdmac: check for non-empty xfers_list before invoking callbackRaag Jadav
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-04dmaengine: at_xdmac: remove a stray bottom half unlockDan Carpenter
2019-04-23dmaengine: at_xdmac: only monitor overflow errors for peripheral xferNicolas Ferre
2019-04-23dmaengine: at_xdmac: enhance channel errors handling in taskletNicolas Ferre
2019-04-23dmaengine: at_xdmac: remove BUG_ON macro in taskletNicolas Ferre
2019-02-02dmaengine: at_xdmac: Fix wrongfull report of a channel as in useCodrin Ciubotariu
2018-09-03dmaengine: at_xdmac: move spin_lock_bh to spin_lock in taskletBarry Song
2018-04-22dmaengine: at_xdmac: simplify getting .drvdataWolfram Sang
2018-03-27dmaengine: at_xdmac: fix rare residue corruptionMaxime Jayat
2017-08-21dmaengine: at_xdmac: Handle return value of clk_prepare_enable.Arvind Yadav
2017-08-21dmaengine: at_xdmac: Fix compilation warning.Arvind Yadav
2016-12-06dmaengine: at_xdmac: don't restore unsaved statusAlexandre Belloni
2016-11-30dmaengine: at_xdmac: Use dma_pool_zallocSouptick Joarder
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2016-08-22dmaengine: at_xdmac: fix to pass correct device identity to free_irq()Wei Yongjun
2016-08-08dmaengine: at_xdmac: convert callback to helper functionDave Jiang
2016-07-28Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2016-07-16Merge branch 'topic/at_xdmac' into for-linusVinod Koul
2016-06-30dmaengine: at_xdmac: fix debug stringAlexandre Belloni
2016-06-08dmaengine: at_xdmac: fix un-exported functionsBen Dooks
2016-05-30dmaengine: at_xdmac: double FIFO flush needed to compute residueLudovic Desroches
2016-05-30dmaengine: at_xdmac: fix residue corruptionLudovic Desroches
2016-05-30dmaengine: at_xdmac: align descriptors on 64 bitsLudovic Desroches
2016-03-10dmaengine: at_xdmac: fix residue computationLudovic Desroches
2016-01-20Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2016-01-18dmaengine: at_xdmac: fix resume for cyclic transfersSongjun Wu
2016-01-13Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-12-10dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy()Cyrille Pitchen
2015-12-05dmaengine: at_xdmac: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen
2015-12-05dmaengine: at_xdmac: fix bad behavior in interleaved modeSylvain ETIENNE
2015-12-05dmaengine: at_xdmac: fix false condition for memset_sg transfersLudovic Desroches