[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, andy-tracking, updated. upstream/20090303.gitb9de904e-140-g23b564c

Andy Green agreen at octopus.localdomain
Mon Jun 8 17:29:12 UTC 2009


The following commit has been merged in the andy-tracking branch:
commit b7be2255c44377e91a81bfb95222eb7c495c914c
Author: Matt Hsu <matt_hsu at openmoko.org>
Date:   Fri Mar 6 12:28:20 2009 +0000

    Temporarily mark INT of LED device on 3d7k.
    
    LED INT is connected to EXT group6_9, the handling of EXT group1~group9
    is not yet implemented. Besides, we don't need this IRQ now.
    
    Signed-off-by: Matt Hsu <matt_hsu at openmoko.org>

diff --git a/arch/arm/mach-s3c6410/mach-om-3d7k.c b/arch/arm/mach-s3c6410/mach-om-3d7k.c
index dbe2ce7..f05de6b 100644
--- a/arch/arm/mach-s3c6410/mach-om-3d7k.c
+++ b/arch/arm/mach-s3c6410/mach-om-3d7k.c
@@ -943,7 +943,14 @@ static struct i2c_board_info om_3d7k_i2c_devs[] __initdata = {
 	},
 	{
 		I2C_BOARD_INFO("lp5521", 0x32),
+		/* mark this temporarily, since LED INT is connected
+		 * to EXT group6_9, the handling of EXT group1~group9
+		 * is not implemented. Besides, we don't need this IRQ
+		 * now
+		 */
+#if 0
 		.irq = OM_3D7K_IRQ_LED,
+#endif
 		.platform_data = &om_3d7k_lp5521_pdata,
 	},
 	{

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list