aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/s3c24xx-dma.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-23dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"Gravatar Colin Ian King 1-1/+1
2019-12-26dmaengine: virt-dma: Add missing lockingGravatar Sascha Hauer 1-11/+11
2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-3/+3
2017-12-04dmaengine: s3c24xx-dma: Use vchan_terminate_vdesc() instead of desc_freeGravatar Peter Ujfalusi 1-1/+10
2016-12-12dmaengine: s3c24xx: remove unused ‘cdata’Gravatar Vinod Koul 1-5/+0
2016-10-03Merge branch 'topic/compile_test' into for-linusGravatar Vinod Koul 1-3/+3
2016-09-26dmaengine: s3c24xx: Add dma_slave_map for s3c2440 devicesGravatar Sam Van Den Berge 1-0/+3
2016-09-26dmaengine: s3c24xx: fix pointer cast warningsGravatar Vinod Koul 1-1/+1
2016-09-26dmaengine: s3c24xx: use correct print specifiers for size_tGravatar Vinod Koul 1-2/+2
2016-07-23dmaengine: s3c24xx: kill the tasklets upon exitGravatar Vinod Koul 1-1/+3
2016-07-23dmaengine: s3c24xx: explicitly freeup irqGravatar Vinod Koul 1-0/+14
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocGravatar Peter Griffin 1-4/+1
2016-06-21dmaengine: s3c24xx: Simplify code in s3c24xx_dma_tx_status()Gravatar Peter Griffin 1-5/+1
2015-05-04dmaengine: s3c24xx: Constify platform_device_idGravatar Krzysztof Kozlowski 1-1/+1
2015-03-18dmaengine: s3c24xx: remove device_alloc_chan_resources handlerGravatar Vinod Koul 1-9/+0
2015-03-02dmaengine: s3c24xx: Fix spelling mistake in dev_err mistakeGravatar Colin Ian King 1-2/+2
2015-02-04dmaengine: s3c24xx: missing unlock on an error pathGravatar Dan Carpenter 1-3/+5
2015-01-18dmaengine: s3c24xx: Fix typoGravatar Maxime Ripard 1-1/+1
2014-12-22dmaengine: s3c24xx: Split device_controlGravatar Maxime Ripard 1-39/+36
2014-11-06dmaengine: Remove .owner field for driverGravatar Kiran Padwal 1-1/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationGravatar Laurent Pinchart 1-2/+1
2014-06-01dmaengine: s3c24xx-dma: Add cyclic transfer supportGravatar Vasily Khoruzhick 1-1/+111
2014-06-01dmaengine: s3c24xx-dma: Process whole SG chainGravatar Vasily Khoruzhick 1-1/+0
2014-03-11dmaengine: s3c24xx-dma: make phy->irq signed for error handlingGravatar Dan Carpenter 1-1/+1
2013-12-04dma: fix build breakage in s3c24xx-dmaGravatar Dan Williams 1-30/+1
2013-11-28dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion statusGravatar Sachin Kamat 1-1/+1
2013-10-21dmaengine: s3c24xx-dma: add support for the s3c2410 type of controllerGravatar Heiko Stuebner 1-0/+10
2013-10-08dmaengine: add driver for Samsung s3c24xx SoCsGravatar Heiko Stuebner 1-0/+1340