aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_hdmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08dmaengine: at_hdmac: Check return code of dma_async_device_registerTudor Ambarus1-1/+6
2022-11-08dmaengine: at_hdmac: Fix impossible conditionTudor Ambarus1-3/+4
2022-11-08dmaengine: at_hdmac: Don't allow CPU to reorder channel enableTudor Ambarus1-0/+2
2022-11-08dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errorsTudor Ambarus1-4/+0
2022-11-08dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardwareTudor Ambarus1-4/+11
2022-11-08dmaengine: at_hdmac: Fix concurrency over the active listTudor Ambarus1-4/+6
2022-11-08dmaengine: at_hdmac: Free the memset buf without holding the chan lockTudor Ambarus1-7/+7
2022-11-08dmaengine: at_hdmac: Fix concurrency over descriptorTudor Ambarus1-5/+9
2022-11-08dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()Tudor Ambarus1-45/+4
2022-11-08dmaengine: at_hdmac: Protect atchan->status with the channel lockTudor Ambarus1-2/+2
2022-11-08dmaengine: at_hdmac: Do not call the complete callback on device_terminate_allTudor Ambarus1-9/+2
2022-11-08dmaengine: at_hdmac: Fix premature completion of desc in issue_pendingTudor Ambarus1-3/+13
2022-11-08dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus1-4/+0
2022-11-08dmaengine: at_hdmac: Don't start transactions at tx_submit levelTudor Ambarus1-11/+3
2022-04-20dmaengine: at_hdmac: In atc_prep_dma_memset, treat value as a single byteBen Walker1-1/+9
2021-01-08dmaengine: at_hdmac: remove platform data headerAlexandre Belloni1-0/+19
2020-09-18dmaengine: at_hdmac: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-19dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()Yu Kuai1-0/+1
2020-08-19dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()Yu Kuai1-2/+6
2020-08-19dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma_xlate()Yu Kuai1-0/+2
2020-07-15dmaengine: at_hdmac: Repair parameter misspelling and demote non-kerneldoc headersLee Jones1-3/+3
2020-02-25dmaengine: at_hdmac: Fix deadlocksTudor Ambarus1-35/+39
2020-02-25dmaengine: at_hdmac: Switch atomic allocations to GFP_NOWAITTudor Ambarus1-3/+3
2020-02-25dmaengine: at_hdmac: Drop description for a not defined parameterTudor Ambarus1-1/+0
2020-02-25dmaengine: at_hdmac: Return err in case the chan is not free at alloc res timeTudor Ambarus1-23/+8
2020-02-25dmaengine: at_hdmac: Drop locking in at_hdmac_alloc_chan_resources()Tudor Ambarus1-6/+1
2020-02-25dmaengine: at_hdmac: Substitute kzalloc with kmallocTudor Ambarus1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-01-07dmaengine: at_hdmac: drop useless LIST_HEADJulia Lawall1-5/+0
2018-11-29dmaengine: at_hdmac: fix module unloadingRichard Genoud1-0/+2
2018-11-29dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Richard Genoud1-1/+7
2018-10-07dmaengine: at_hdmac: remove dma_slave_config direction usageVinod Koul1-1/+1
2018-04-22dmaengine: at_hdmac: simplify getting .drvdataWolfram Sang1-6/+3
2017-11-29dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_interleavedGustavo A. R. Silva1-1/+3
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-139/+1
2016-12-08dmaengine: at_hdmac: move to dma_pool_zallocVinod Koul1-2/+1
2016-08-08dmaengine: at_hdmac: convert callback to helper functionDave Jiang1-9/+2
2015-11-16dmaengine: at_hdmac: use %pad format string for dma_addr_tArnd Bergmann1-10/+10
2015-10-29dmaengine: hdmac: Add scatter-gathered memset supportMaxime Ripard1-0/+79
2015-10-29dmaengine: hdmac: factorise memset descriptor allocationMaxime Ripard1-40/+57
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+121
2015-08-26dmaengine: hdmac: Add memset capabilitiesMaxime Ripard1-3/+118
2015-07-31dmaengine: at_hdmac: fix residue computationCyrille Pitchen1-45/+87
2015-07-07dmaengine: Use Pointer xt after NULL check.Maninder Singh1-3/+3
2015-06-12dmaengine: hdmac: Implement interleaved transfersMaxime Ripard1-0/+106
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-11/+164
2015-03-13dmaengine: at_hdmac: Fix calculation of the residual bytesTorsten Fleischer1-72/+112
2015-03-13dmaengine: at_hdmac: Add support for memory to memory sg transfersTorsten Fleischer1-11/+164
2015-01-14dmaengine: at_hdmac: declare slave capabilitiesLudovic Desroches1-0/+9
2014-12-22dmaengine: hdmac: Split device_controlMaxime Ripard1-48/+73