summaryrefslogtreecommitdiffstats
path: root/drivers/dma/s3c24xx-dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: s3c24xx: Constify platform_device_idKrzysztof Kozlowski2015-05-041-1/+1
* dmaengine: s3c24xx: remove device_alloc_chan_resources handlerVinod Koul2015-03-181-9/+0Star
* dmaengine: s3c24xx: Fix spelling mistake in dev_err mistakeColin Ian King2015-03-021-2/+2
* dmaengine: s3c24xx: missing unlock on an error pathDan Carpenter2015-02-051-3/+5
* dmaengine: s3c24xx: Fix typoMaxime Ripard2015-01-181-1/+1
* dmaengine: s3c24xx: Split device_controlMaxime Ripard2014-12-221-39/+36Star
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-061-1/+0Star
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-2/+1Star
* dmaengine: s3c24xx-dma: Add cyclic transfer supportVasily Khoruzhick2014-06-011-1/+111
* dmaengine: s3c24xx-dma: Process whole SG chainVasily Khoruzhick2014-06-011-1/+0Star
* dmaengine: s3c24xx-dma: make phy->irq signed for error handlingDan Carpenter2014-03-111-1/+1
* dma: fix build breakage in s3c24xx-dmaDan Williams2013-12-041-30/+1Star
* dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion statusSachin Kamat2013-11-281-1/+1
* dmaengine: s3c24xx-dma: add support for the s3c2410 type of controllerHeiko Stuebner2013-10-201-0/+10
* dmaengine: add driver for Samsung s3c24xx SoCsHeiko Stuebner2013-10-071-0/+1340