aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sa11x0-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: sa11x0: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-02-19dmaengine: sa11x0: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-07dmaengine: sa11x0: drop useless LIST_HEADJulia Lawall1-2/+0
2018-11-11dmaengine: sa11x0: unexport sa11x0_dma_filter_fn and clean upRussell King1-13/+8
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2017-09-27dmaengine: sa11x0: add DMA filtersRussell King1-0/+11
2016-09-26dmaengine: sa11x0: use correct print specifiers for size_tVinod Koul1-1/+1
2016-09-26dmaengine: sa11x0: use correct print specifiers for u32Vinod Koul1-1/+1
2016-09-26dmaengine: sa11x0: use correct print specifiers for dma_addr_tVinod Koul1-5/+5
2015-04-17dmaengine: sa11x0: report slave capabilities to upper layersDmitry Eremin-Solenikov1-0/+6
2015-03-18dmaengine: sa11x0: remove device_alloc_chan_resources handlerVinod Koul1-6/+0
2015-01-18dmaengine: sa11x0: Fix warning and compilation errorsMaxime Ripard1-12/+9
2014-12-22dmaengine: sa11x0: Split device_controlMaxime Ripard1-74/+84
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-06dmaengine: sa11x0: Remove chancnt affectationsMaxime Ripard1-2/+1
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-05-21dmaengine: sa11x0: remove broken #ifdefArnd Bergmann1-4/+0
2013-10-25dmaengine: sa11x0: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton1-2/+2
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi1-1/+1
2012-07-01dmaengine: sa11x0-dma: add cyclic DMA supportRussell King1-16/+92
2012-07-01dmaengine: sa11x0-dma: fix DMA residue supportRussell King1-16/+29
2012-07-01dmaengine: split out virtual channel DMA support from sa11x0 driverRussell King1-171/+78
2012-03-30ARM: sa11x0: fix build errors from DMA engine API updatesRussell King1-1/+1
2012-03-07DMA: sa11x0: add SA-11x0 DMA driverRussell King1-0/+1109