On Thu, 26 Feb 2009 17:33:12 +0100
Gilles Chanteperdrix <[email protected]>
wrote:
> > 
> 
> Hi Gwenhaël,
> 
> any news about this issue ?
> 
> Regards.
> 
> -- 
>                                                  Gilles.
> 

Yes,
I'm sorry for the late.
This patch seem correct for the Adeos i'MXL support.
The first part is only usefull for 2.6.27 and 2.6.28.
The second part is for 2.6.2{6,7,8}

Regards

Gwenhaël

Signed-off-by: [email protected]

diff -ru a/arch/arm/mach-imx/irq.c b/arch/arm/mach-imx/irq.c
--- a/arch/arm/mach-imx/irq.c    2009-02-17 11:32:52.000000000 +0100
+++ b/arch/arm/mach-imx/irq.c       2009-02-23 14:12:43.000000000 +0100
@@ -35,7 +35,7 @@
 #include <asm/io.h>
 
 #include <asm/mach/irq.h>
-#include <asm/arch/imx-regs.h>
+#include <mach/imx-regs.h>
 
 
 /* Used for IMX INTERRUPT priority: Still Experimental */ 
diff -ru a/arch/arm/mach-imx/time.c b/arch/arm/mach-imx/time.c
--- a/arch/arm/mach-imx/time.c  2009-02-25 17:03:34.000000000 +0100
+++ b/arch/arm/mach-imx/time.c  2009-02-25 16:36:16.000000000 +0100
@@ -294,6 +294,8 @@
 #ifdef CONFIG_IPIPE
 void __ipipe_mach_acktimer(void)
 {
+       uint32_t tstat;
+       tstat = IMX_TSTAT(TIMER_BASE);
        IMX_TSTAT(TIMER_BASE) = 0;
 }
 

 

_______________________________________________
Adeos-main mailing list
[email protected]
https://mail.gna.org/listinfo/adeos-main

Reply via email to