summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mic_x100_dma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-4/+2Star
|\
| * dmaengine: mic_x100_dma: no need to check return value of debugfs_create func...Greg Kroah-Hartman2019-06-141-4/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner2019-06-051-12/+1Star
|/
* dmaengine: mic_x100_dma: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-19/+3Star
* dmaengine: mic_x100_dma: use devm_kzalloc to fix an issueHuang Shijie2018-08-271-3/+1Star
* dmaengine: mic_x100_dma: use the new helper to simplify the codeHuang Shijie2018-07-301-7/+1Star
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+2
* dmaengine: mic_x100_dma: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-041-3/+1Star
* dmaengine: mic_x100_dma: remove unused ‘data’Vinod Koul2016-12-121-2/+0Star
* dmaengine: mic_x100_dma: convert callback to helper functionDave Jiang2016-08-081-4/+2Star
* 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/+5Star
* 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