summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sf-pdma/sf-pdma.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-05dmaengine: sf-pdma:Remove the print function dev_err()ye xingchen1-6/+2
2022-07-06dmaengine: sf-pdma: Add multithread support for a DMA channelViacheslav Mitrofanov1-14/+30
2022-04-08dmaengine: sf-pdma: Get number of channel by device treeZong Li1-8/+16
2021-06-16dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy()Austin Kim1-2/+3
2020-11-24dmaengine: sf: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-11-09dmaengine: sf-pdma: remove redundant irqsave and irqrestore in hardIRQBarry Song1-6/+4
2020-10-07dmaengine: sf-pdma: convert tasklets to use new tasklet_setup() APIAllen Pais1-8/+6
2020-09-18dmaengine: sf-pdma: remove unused 'desc'Vinod Koul1-1/+0
2020-09-11dmaengine: sf-pdma: Fix an error that calls callback twiceBrad Kim1-5/+5
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-0/+1
2020-05-13dmaengine: sf-pdma: Simplify the error handling path in 'sf_pdma_probe()'Christophe JAILLET1-18/+7
2019-12-26dmaengine: virt-dma: Add missing lockingSascha Hauer1-2/+2
2019-11-22dmaengine: sf-pdma: move macro to header fileGreen Wan1-1/+0
2019-11-22dmaengine: sf-pdma: replace /** with /* for non-function commentGreen Wan1-1/+1
2019-11-14dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00Green Wan1-0/+621