summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sa11x0-dma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
* dmaengine: sa11x0: add DMA filtersRussell King2017-09-271-0/+11
* dmaengine: sa11x0: use correct print specifiers for size_tVinod Koul2016-09-261-1/+1
* dmaengine: sa11x0: use correct print specifiers for u32Vinod Koul2016-09-261-1/+1
* dmaengine: sa11x0: use correct print specifiers for dma_addr_tVinod Koul2016-09-261-5/+5
* dmaengine: sa11x0: report slave capabilities to upper layersDmitry Eremin-Solenikov2015-04-171-0/+6
* dmaengine: sa11x0: remove device_alloc_chan_resources handlerVinod Koul2015-03-181-6/+0
* dmaengine: sa11x0: Fix warning and compilation errorsMaxime Ripard2015-01-181-12/+9
* dmaengine: sa11x0: Split device_controlMaxime Ripard2014-12-221-74/+84
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * dma: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | dmaengine: sa11x0: Remove chancnt affectationsMaxime Ripard2014-11-061-2/+1
|/
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dmaengine: sa11x0: remove broken #ifdefArnd Bergmann2014-05-211-4/+0
* dmaengine: sa11x0: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
* Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* dma: remove use of __devinitBill Pemberton2012-11-281-2/+2
* dma: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-221-1/+1
* dmaengine: sa11x0-dma: add cyclic DMA supportRussell King2012-07-011-16/+92
* dmaengine: sa11x0-dma: fix DMA residue supportRussell King2012-07-011-16/+29
* dmaengine: split out virtual channel DMA support from sa11x0 driverRussell King2012-07-011-171/+78
* ARM: sa11x0: fix build errors from DMA engine API updatesRussell King2012-03-301-1/+1
* DMA: sa11x0: add SA-11x0 DMA driverRussell King2012-03-071-0/+1109