From: "gwenhael.goavec" <gwen@domain.hid>
To: adeos-main@gna.org
Subject: Re: [Adeos-main] [PATCH] ipipe i.MXL freeze's boot
Date: Fri, 27 Feb 2009 22:23:31 +0100 [thread overview]
Message-ID: <20090227222331.676b8ca3@domain.hid> (raw)
In-Reply-To: <49A6C448.7090906@domain.hid>
On Thu, 26 Feb 2009 17:33:12 +0100
Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
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: gwenhael.goavec-merou@domain.hid
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;
}
prev parent reply other threads:[~2009-02-27 21:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-25 11:05 [Adeos-main] [PATCH] ipipe i.MXL freeze's boot Gwenhaël
2009-02-25 13:06 ` Gilles Chanteperdrix
2009-02-25 15:09 ` Gwenhaël
2009-02-25 15:14 ` Gilles Chanteperdrix
2009-02-26 16:33 ` Gilles Chanteperdrix
2009-02-27 21:23 ` gwenhael.goavec [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090227222331.676b8ca3@domain.hid \
--to=gwen@domain.hid \
--cc=adeos-main@gna.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.