summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mic_x100_dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: mic_x100_dma: use devm_kzalloc to fix an issueHuang Shijie2018-08-271-3/+1
* dmaengine: mic_x100_dma: use the new helper to simplify the codeHuang Shijie2018-07-301-7/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* dmaengine: mic_x100_dma: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-041-3/+1
* dmaengine: mic_x100_dma: remove unused ‘data’Vinod Koul2016-12-121-2/+0
* dmaengine: mic_x100_dma: convert callback to helper functionDave Jiang2016-08-081-4/+2
* dma/mic_x100_dma: IS_ERR() vs PTR_ERR() typoDan Carpenter2016-03-031-1/+1
* dmaengine: Revert "dmaengine: mic_x100: add missing spin_unlock"Ashutosh Dixit2016-01-061-10/+5
* dmaengine: mic_x100: add missing spin_unlockSaurabh Sengar2015-12-051-5/+10
* dma: Add support to program MIC x100 status descriptiorsSiva Yerramreddy2015-10-041-1/+38
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-031-0/+1
* dma: MIC X100 DMA DriverSiva Yerramreddy2014-07-121-0/+774