aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-03ARM: S3C24XX: Remove plat-s3c24xx directory in arch/arm/Kukjin Kim1-1469/+0
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-11-22ARM: S3C24XX: Fix potential NULL pointer dereference errorSachin Kamat1-4/+5
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-08-08ARM: S3C24XX: Fix s3c2410_dma_enqueue parametersHeiko Stuebner1-1/+1
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2012-03-03ARM: S3C24XX: DMA resume regression fixGusakov Andrey1-1/+1
2011-12-08ARM: SAMSUNG: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-09-14ARM: SAMSUNG: Remove Samsung specific enum type for dma directionBoojin Kim1-5/+5
2011-07-16ARM: SAMSUNG: DMA Cleanup as per sparseSangwook Lee1-6/+6
2011-07-08ARM: S3C24XX: drop return codes in void function of dma.cWolfram Sang1-3/+1
2011-07-08ARM: S3C24XX: don't use uninitialized variable in dma.cWolfram Sang1-6/+2
2011-06-03ARM: S3C24xx: Fix missing struct for s3c2410_dma_chanHeiko Stuebner1-1/+1
2011-04-24ARM / Samsung: Use struct syscore_ops for "core" power managementRafael J. Wysocki1-42/+26
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-05-17S3C: DMA: Change argument of s3c2410_dma_devconfigJassi Brar1-1/+1
2010-02-21ARM: SAMSUNG: Remove dma-plat.h to allow plat-s3c64xx to be removedBen Dooks1-1/+1
2009-12-08ARM: S3C24XX: DMA: Use valid index when accessing arrayRamax Lo1-2/+4
2009-12-01ARM: S3C: Update Simtec copyright statements from , to -Ben Dooks1-2/+2
2009-12-01ARM: S3C: Fix Simtec copyright statements in Documentation/S3C24XXBen Dooks1-2/+2
2009-10-28ARM: S3C24XX: arch/arm/plat-s3c24xx: Move dereference after NULL testJulia Lawall1-3/+3
2009-06-10Merge branch for-rmk-devel of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King1-95/+56
2009-05-15[ARM] S3C24XX: Fix unused code warning in arch/arm/plat-s3c24xx/dma.cBen Dooks1-1/+1
2009-05-01[ARM] S3C: Move DMA channel management code to plat-s3cBen Dooks1-79/+8
2009-05-01[ARM] S3C24XX: DMA: Split hardware regs out of <mach/dma.h>Ben Dooks1-1/+1
2009-05-01[ARM] S3C24XX: Remove hardware specific registers from DMABen Dooks1-14/+46
2009-05-01[ARM] S3C24XX: Move plat/dma.hBen Dooks1-1/+1
2008-12-18[ARM] S3C: Remove unnecessary <linux/delay.h> includesBen Dooks1-1/+0
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King1-9/+8
2008-10-14Merge branch 's3c-move' into develRussell King1-1/+1
2008-10-07[ARM] S3C24XX: Additional include movesBen Dooks1-1/+1
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-03-06[ARM] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-32/+32
2008-01-28[ARM] 4788/1: S3C24XX: Fix paramet to s3c2410_dma_ctrl if S3C2410_DMAF_AUTOSTART used.Ben Dooks1-1/+2
2008-01-28[ARM] 4787/1: S3C24XX: s3c2410_dma_request() should return the allocated channel numberBen Dooks1-1/+1
2008-01-28[ARM] 4781/1: S3C24XX: DMA suspend and resume supportBen Dooks1-1/+25
2008-01-28[ARM] 4780/1: S3C2412: Allow for seperate DMA channels for TX and RXBen Dooks1-4/+12
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-12[ARM] 4566/1: s3c24xx: fix dma functions section mismatchKrzysztof Helt1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-05-20[ARM] spelling fixesSimon Arlott1-1/+1
2007-04-21[ARM] 4326/1: S3C24XX: fix sparse errors in DMA codeBen Dooks1-7/+6
2007-02-17[ARM] 4220/1: S3C24XX: DMA system initialised from sysdevBen Dooks1-24/+53
2007-02-17[ARM] 4217/1: S3C24XX: remove the dma channel show at startupBen Dooks1-14/+0
2007-02-14[ARM] 4177/1: S3C24XX: Add DMA channel allocation orderBen Dooks1-3/+46
2007-02-11[ARM] 4157/2: S3C24XX: move arch/arch/mach-s3c2410 into cpu componentsBen Dooks1-0/+1441