r1029 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sat Feb 17 13:51:05 CET 2007


Author: laforge
Date: 2007-02-17 13:51:05 +0100 (Sat, 17 Feb 2007)
New Revision: 1029

Modified:
   trunk/src/target/kernel/patches/gta01-core.patch
Log:
The use of IORESOURCE_MEM is an potential bug wrt to
the platform driver which ensures that the ranges
for IORESOURCE_MEM and IORESOURCE_IO are available
when the device is registered.

Temporarily remove IORESOURCE_MEM flag until either they
can be removed by moving to the hardware SPI driver
or that an IORESOURCE_GPIO is added to the kernel.

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:44:29 UTC (rev 1028)
+++ trunk/src/target/kernel/patches/gta01-core.patch	2007-02-17 12:51:05 UTC (rev 1029)
@@ -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:43:47.000000000 +0100
-@@ -0,0 +1,488 @@
++++ linux-2.6.20/arch/arm/mach-s3c2410/mach-gta01.c	2007-02-17 13:48:14.000000000 +0100
+@@ -0,0 +1,484 @@
 +/*
 + * linux/arch/arm/mach-s3c2410/mach-gta01.c
 + *
@@ -376,22 +376,18 @@
 +	[0] = {
 +		.start = S3C2410_GPG3,
 +		.end   = S3C2410_GPG3,
-+		.flags = IORESOURCE_MEM,
 +	},
 +	[1] = {
 +		.start = S3C2410_GPG5,
 +		.end   = S3C2410_GPG5,
-+		.flags = IORESOURCE_MEM,
 +	},
 +	[2] = {
 +		.start = S3C2410_GPG6,
 +		.end   = S3C2410_GPG6,
-+		.flags = IORESOURCE_MEM,
 +	},
 +	[3] = {
 +		.start = S3C2410_GPG7,
 +		.end   = S3C2410_GPG7,
-+		.flags = IORESOURCE_MEM,
 +	},
 +};
 +





More information about the commitlog mailing list