aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto-3.14/h1940/0012-ARM-s3c24xx-h1940-Add-DMA-device.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-yocto-3.14/h1940/0012-ARM-s3c24xx-h1940-Add-DMA-device.patch')
-rw-r--r--recipes-kernel/linux/linux-yocto-3.14/h1940/0012-ARM-s3c24xx-h1940-Add-DMA-device.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-kernel/linux/linux-yocto-3.14/h1940/0012-ARM-s3c24xx-h1940-Add-DMA-device.patch b/recipes-kernel/linux/linux-yocto-3.14/h1940/0012-ARM-s3c24xx-h1940-Add-DMA-device.patch
deleted file mode 100644
index 8858529..0000000
--- a/recipes-kernel/linux/linux-yocto-3.14/h1940/0012-ARM-s3c24xx-h1940-Add-DMA-device.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From e6cc75e785cab181a29a9b97c9e37b7614e132f1 Mon Sep 17 00:00:00 2001
-From: Vasily Khoruzhick <anarsoul@gmail.com>
-Date: Sun, 18 May 2014 12:46:09 +0300
-Subject: [PATCH 12/17] ARM: s3c24xx: h1940: Add DMA device
-
-To use new s3c24xx-dma driver we need to add appropriate platform device.
-
-Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
----
- arch/arm/mach-s3c24xx/mach-h1940.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/arm/mach-s3c24xx/mach-h1940.c b/arch/arm/mach-s3c24xx/mach-h1940.c
-index 15e1039..3a082f3 100644
---- a/arch/arm/mach-s3c24xx/mach-h1940.c
-+++ b/arch/arm/mach-s3c24xx/mach-h1940.c
-@@ -743,6 +743,7 @@ static struct gpiod_lookup_table ir_gpio_lookup = {
-
- static struct platform_device *h1940_devices[] __initdata = {
- &h1940_dev_buttons,
-+ &s3c2410_device_dma,
- &s3c_device_ohci,
- &s3c_device_lcd,
- &s3c_device_wdt,
---
-1.9.3
-