[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 
    andy at openmoko.com
       
    Mon Jun  8 17:29:14 UTC 2009
    
    
  
The following commit has been merged in the andy-tracking branch:
commit 491d14bf2b4d19b611e9799ae8599c9bb7640e83
Author: Andy Green <andy at openmoko.com>
Date:   Sun Mar 8 08:54:25 2009 +0000
    fix-gta02-fiq-timing.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>
diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c
index 7214ecc..ce0f737 100644
--- a/arch/arm/mach-s3c2442/mach-gta02.c
+++ b/arch/arm/mach-s3c2442/mach-gta02.c
@@ -127,7 +127,7 @@ static spinlock_t motion_irq_lock;
 #define DIVISOR_FROM_US(x) ((x) << 3)
 
 #ifdef CONFIG_HDQ_GPIO_BITBANG
-#define FIQ_DIVISOR_HDQ DIVISOR_FROM_US(20)
+#define FIQ_DIVISOR_HDQ DIVISOR_FROM_US(HDQ_SAMPLE_PERIOD_US)
 extern int hdq_fiq_handler(void);
 #endif
 
-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko
    
    
More information about the pkg-fso-commits
mailing list