aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/dma.c
Commit message (Collapse)AuthorAgeFilesLines
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-231-70/+4
|
* samsung update 1codeworkx2012-06-021-4/+70
|
* ARM: S5P: Reorder DMA platform device idSeungwhan Youn2010-10-251-2/+2
| | | | | | | | This patch is matched-up DMA platform device id to its clock id. Signed-off-by: Seungwhan Youn <sw.youn@samsung.com> Acked-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
* S5PV210: DMA: Add platform devices for PL330 DMACsJassi Brar2010-05-181-0/+168
Samsung's Soc S5PV210 has three PL330 DMACs. First is dedicated for Memory->Memory data transfer while the other two meant for data transfer with peripherals. Define and add latter two PL330 DMACs as platform devices on the S5PV210 platform. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>