r1028 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sat Feb 17 13:44:29 CET 2007


Author: laforge
Date: 2007-02-17 13:44:29 +0100 (Sat, 17 Feb 2007)
New Revision: 1028

Modified:
   trunk/src/target/kernel/patches/gta01-core.patch
Log:
Remove the IORESOUCRE_MEM flags from resources that are GPIO

Signed-off-by: Ben Dooks <ben-linux at fluff.org>


Modified: trunk/src/target/kernel/patches/gta01-core.patch
===================================================================
--- trunk/src/target/kernel/patches/gta01-core.patch	2007-02-17 12:41:58 UTC (rev 1027)
+++ trunk/src/target/kernel/patches/gta01-core.patch	2007-02-17 12:44:29 UTC (rev 1028)
@@ -33,8 +33,8 @@
 Index: linux-2.6.20/arch/arm/mach-s3c2410/mach-gta01.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.20/arch/arm/mach-s3c2410/mach-gta01.c	2007-02-17 13:40:46.000000000 +0100
-@@ -0,0 +1,491 @@
++++ linux-2.6.20/arch/arm/mach-s3c2410/mach-gta01.c	2007-02-17 13:43:47.000000000 +0100
+@@ -0,0 +1,488 @@
 +/*
 + * linux/arch/arm/mach-s3c2410/mach-gta01.c
 + *
@@ -416,7 +416,6 @@
 +	[0] = {
 +		.start	= GTA01_GPIO_BACKLIGHT,
 +		.end	= GTA01_GPIO_BACKLIGHT,
-+		.flags	= IORESOURCE_MEM,
 +	},
 +};
 +
@@ -433,12 +432,10 @@
 +	[0] = {
 +		.start = GTA01_GPIO_911_KEY,
 +		.end   = GTA01_GPIO_911_KEY,
-+		.flags = IORESOURCE_MEM,
 +	},
 +	[1] = {
 +		.start = GTA01_GPIO_HOLD_KEY,
 +		.end   = GTA01_GPIO_HOLD_KEY,
-+		.flags = IORESOURCE_MEM,
 +	},
 +};
 +





More information about the commitlog mailing list