Sachin Kamat
6e7beb7ec8
ARM: S5PV210: Fix compiler warning in dma.c file
...
Fixes the following warning:
warning: 'dma_dmamask' defined but not used [-Wunused-variable]
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org >
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com >
2012-04-10 08:40:19 -07:00
Kukjin Kim
60571f98d2
Merge branch 'topic/cleanup-use-static' into next/cleanup-use-static
...
Conflicts:
arch/arm/mach-exynos/dma.c
arch/arm/mach-s5p64x0/dma.c
arch/arm/mach-s5pc100/dma.c
arch/arm/mach-s5pv210/dma.c
2012-03-07 03:34:41 -08:00
Russell King
75c06963dd
ARM: amba: samsung: use common amba device initializers
...
Acked-by: Kukjin Kim <kgene.kim@samsung.com >
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2012-01-26 19:59:30 +00:00
Russell King
8a47ae8b96
ARM: amba: samsung: get rid of NO_IRQ initializers
...
Acked-by: Kukjin Kim <kgene.kim@samsung.com >
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2012-01-25 11:02:03 +00:00
Kukjin Kim
85fd1781e2
ARM: S5PV210: use static declaration when it is not used in other files
...
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com >
2012-01-21 13:06:18 +09:00
Thomas Abraham
8742e0441d
ARM: S5PV210: Modify platform data for pl330 driver
...
With the 'struct dma_pl330_peri' removed, the platfrom data for dma
driver can be simplified to a simple list of peripheral request ids.
Cc: Jassi Brar <jassisinghbrar@gmail.com >
Acked-by: Boojin Kim <boojin.kim@samsung.com >
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org >
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com >
2011-12-23 10:07:09 +09:00
Alim Akhtar
f86147cc8f
ARM: S5PV210: register the second instance of pl330 DMAC
...
Platform data is provided for two instance of pl330 DMAC,
but only one DMAC is register with amba_device.
This patch register the second instance.
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com >
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com >
2011-09-19 10:27:23 +09:00
Boojin Kim
dafc954304
ARM: S5PV210: Use generic DMA PL330 driver
...
This patch makes Samsung S5PV210 to use DMA PL330 driver
on DMADEVICE. The S5PV210 uses DMA generic APIs instead of
SAMSUNG specific S3C-PL330 APIs.
Signed-off-by: Boojin Kim <boojin.kim@samsung.com >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Vinod Koul <vinod.koul@intel.com >
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com >
Signed-off-by: Vinod Koul <vinod.koul@intel.com >
2011-09-14 11:10:02 +05:30
Seungwhan Youn
9d59c17ab5
ARM: S5P: Reorder DMA platform device id
...
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 >
2010-10-25 16:10:47 +09:00
Jassi Brar
7d1a2077a7
S5PV210: DMA: Add platform devices for PL330 DMACs
...
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 >
2010-05-18 18:00:13 +09:00