summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sf-pdma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: sf-pdma: add mpfs-pdma compatible nameShravan Chippa2023-12-112-4/+31
* dmaengine: sf-pdma: Support of_dma_controller_register()Shravan Chippa2023-12-111-0/+17
* dmaengine: sf-pdma: Annotate struct sf_pdma with __counted_byKees Cook2023-09-281-1/+1
* dmaengine: sf-pdma: sf-pdma: Convert to platform remove callback returning voidUwe Kleine-König2023-09-281-4/+2
* dmaengine: sf-pdma: pdma_desc memory leak fixShravan Chippa2023-02-162-3/+1
* dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-181-3/+1
* dmaengine: sf-pdma:Remove the print function dev_err()ye xingchen2022-09-051-6/+2
* dmaengine: sf-pdma: Add multithread support for a DMA channelViacheslav Mitrofanov2022-07-061-14/+30
* dmaengine: sf-pdma: Get number of channel by device treeZong Li2022-04-082-14/+18
* Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-2/+3
|\
| * dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy()Austin Kim2021-06-161-2/+3
* | dmaengine: SF_PDMA depends on HAS_IOMEMRandy Dunlap2021-05-311-0/+1
|/
* dmaengine: sf: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-241-1/+1
* dmaengine: sf-pdma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-6/+4
* dmaengine: sf-pdma: convert tasklets to use new tasklet_setup() APIAllen Pais2020-10-071-8/+6
* dmaengine: sf-pdma: remove unused 'desc'Vinod Koul2020-09-181-1/+0
* dmaengine: sf-pdma: Fix an error that calls callback twiceBrad Kim2020-09-111-5/+5
* iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
* dmaengine: sf-pdma: Simplify the error handling path in 'sf_pdma_probe()'Christophe JAILLET2020-05-131-18/+7
* dmaengine: virt-dma: Add missing lockingSascha Hauer2019-12-261-2/+2
* dmaengine: sf-pdma: move macro to header fileGreen Wan2019-11-222-1/+2
* dmaengine: sf-pdma: replace /** with /* for non-function commentGreen Wan2019-11-222-2/+2
* dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00Green Wan2019-11-144-0/+750