aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/s3c24xx-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-23dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2019-12-26dmaengine: virt-dma: Add missing lockingSascha Hauer1-11/+11
2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+3
2017-12-04dmaengine: s3c24xx-dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi1-1/+10
2016-12-12dmaengine: s3c24xx: remove unused ‘cdata’Vinod Koul1-5/+0
2016-10-03Merge branch 'topic/compile_test' into for-linusVinod Koul1-3/+3
2016-09-26dmaengine: s3c24xx: Add dma_slave_map for s3c2440 devicesSam Van Den Berge1-0/+3
2016-09-26dmaengine: s3c24xx: fix pointer cast warningsVinod Koul1-1/+1
2016-09-26dmaengine: s3c24xx: use correct print specifiers for size_tVinod Koul1-2/+2
2016-07-23dmaengine: s3c24xx: kill the tasklets upon exitVinod Koul1-1/+3
2016-07-23dmaengine: s3c24xx: explicitly freeup irqVinod Koul1-0/+14
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-4/+1
2016-06-21dmaengine: s3c24xx: Simplify code in s3c24xx_dma_tx_status()Peter Griffin1-5/+1
2015-05-04dmaengine: s3c24xx: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-03-18dmaengine: s3c24xx: remove device_alloc_chan_resources handlerVinod Koul1-9/+0
2015-03-02dmaengine: s3c24xx: Fix spelling mistake in dev_err mistakeColin Ian King1-2/+2
2015-02-04dmaengine: s3c24xx: missing unlock on an error pathDan Carpenter1-3/+5
2015-01-18dmaengine: s3c24xx: Fix typoMaxime Ripard1-1/+1
2014-12-22dmaengine: s3c24xx: Split device_controlMaxime Ripard1-39/+36
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal1-1/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-2/+1
2014-06-01dmaengine: s3c24xx-dma: Add cyclic transfer supportVasily Khoruzhick1-1/+111
2014-06-01dmaengine: s3c24xx-dma: Process whole SG chainVasily Khoruzhick1-1/+0
2014-03-11dmaengine: s3c24xx-dma: make phy->irq signed for error handlingDan Carpenter1-1/+1
2013-12-04dma: fix build breakage in s3c24xx-dmaDan Williams1-30/+1
2013-11-28dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion statusSachin Kamat1-1/+1
2013-10-21dmaengine: s3c24xx-dma: add support for the s3c2410 type of controllerHeiko Stuebner1-0/+10
2013-10-08dmaengine: add driver for Samsung s3c24xx SoCsHeiko Stuebner1-0/+1340