From: "Antonio R. Costa" <costa.antonior@gmail.com>
To: linux@maxim.org.za, nicolas.ferre@atmel.com
Cc: linux-arm-kernel@lists.arm.linux.org.uk,
linux-kernel@vger.kernel.org,
"Antonio R. Costa" <costa.antonior@gmail.com>
Subject: [PATCH 5/5] [RFC PATCH] Support for AT572D940HF-EK [RFC PATCH]
Date: Tue, 25 Nov 2008 16:22:45 +0100 [thread overview]
Message-ID: <1227626565-25209-5-git-send-email-costa.antonior@gmail.com> (raw)
In-Reply-To: <1227626565-25209-4-git-send-email-costa.antonior@gmail.com>
AT572D940HF (Diopsis) is an ARM926 + a 40-bits floating point DSP
(mAgicV)
Reference for machine type:
1783 Atmel DIOPSIS AT572D940HF EK
This RFC patch starts from v2.6.26 because we needed to
test it together with Xenomai 2.4.5.
This patch, if approved, will be rebased to the latest linux kernel.
Shared files in arch/arm and drivers/net
arch/arm/mach-at91/clock.h
Signed-off-by: Antonio R. Costa <costa.antonior@gmail.com>
---
arch/arm/mach-at91/clock.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-at91/clock.h b/arch/arm/mach-at91/clock.h
index 0212c37..165fbf5 100644
--- a/arch/arm/mach-at91/clock.h
+++ b/arch/arm/mach-at91/clock.h
@@ -22,7 +22,7 @@ struct clk {
struct clk *parent;
u32 pmc_mask;
void (*mode)(struct clk *, int);
-#ifdef ARCH_AT572D940HF
+#ifdef CONFIG_ARCH_AT572D940HF
unsigned id:3; /* AT572D940HF needs an extra bit */
#else
unsigned id:2; /* PCK0..3, or 32k/main/a/b */
--
1.5.4.3
next prev parent reply other threads:[~2008-11-25 15:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-25 15:22 [PATCH 1/5] [RFC PATCH] Support for AT572D940HF-EK [RFC PATCH] Antonio R. Costa
2008-11-25 15:22 ` [PATCH 2/5] " Antonio R. Costa
2008-11-25 15:22 ` [PATCH 3/5] " Antonio R. Costa
2008-11-25 15:22 ` [PATCH 4/5] " Antonio R. Costa
2008-11-25 15:22 ` Antonio R. Costa [this message]
2009-04-20 12:26 ` [PATCH 1/5] " Jean-Christophe PLAGNIOL-VILLARD
2009-05-01 9:40 ` Andrew Victor
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=1227626565-25209-5-git-send-email-costa.antonior@gmail.com \
--to=costa.antonior@gmail.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@maxim.org.za \
--cc=nicolas.ferre@atmel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox