summaryrefslogtreecommitdiffstats
path: root/drivers/dma/s3c24xx-dma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-3/+3
* dmaengine: s3c24xx-dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-1/+10
* dmaengine: s3c24xx: remove unused ‘cdata’Vinod Koul2016-12-121-5/+0Star
* Merge branch 'topic/compile_test' into for-linusVinod Koul2016-10-031-3/+3
|\
| * dmaengine: s3c24xx: fix pointer cast warningsVinod Koul2016-09-261-1/+1
| * dmaengine: s3c24xx: use correct print specifiers for size_tVinod Koul2016-09-261-2/+2
* | dmaengine: s3c24xx: Add dma_slave_map for s3c2440 devicesSam Van Den Berge2016-09-261-0/+3
|/
* dmaengine: s3c24xx: kill the tasklets upon exitVinod Koul2016-07-231-1/+3
* dmaengine: s3c24xx: explicitly freeup irqVinod Koul2016-07-231-0/+14
* dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin2016-06-211-4/+1Star
* dmaengine: s3c24xx: Simplify code in s3c24xx_dma_tx_status()Peter Griffin2016-06-211-5/+1Star
* 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