All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: martin mangard <dothemango@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] [PATCH] Support for Atmel AT91SAM9G20 processor
Date: Thu, 04 Jun 2009 13:15:54 +0200	[thread overview]
Message-ID: <4A27ACEA.6010500@domain.hid> (raw)
In-Reply-To: <325d766d0906040408w7d9712a0gb8927529796a3913@domain.hid>

martin mangard wrote:
> Hello
> 
> I made a patch in order to support the Atmel AT91SAM9G20 processor,
> which has to be applied after the "adeos-ipipe-2.6.27-arm-*" patch.
> Due to the similarities between the AT91SAM9260 and the AT91SAM9G20
> processor, only a few changes were necessary. I booted the system on a
> "AT91SAM9G20-EK" development
> board and executed "latencytest" and "clocktest". Are there plans to
> officially support this processor in the future?

Well, now that you sent the patch, this should be included in the next
adeos patch. However:
- your mailer mangled the patch, so I can not apply it, please configure
your mailer to avoid mangling the patch, or if that is not possible,
send the patch as attachment;
-  there is one change in your patch that I do not like:

>  #ifdef CONFIG_ARCH_AT91SAM9260
>  #define cpu_is_at91sam9xe()    (at91_arch_identify() == ARCH_FAMILY_AT91SAM9XE)
> -#define cpu_is_at91sam9260()   ((at91_cpu_identify() ==
> ARCH_ID_AT91SAM9260) || cpu_is_at91sam9xe())
> +#define cpu_is_at91sam9260()   ((at91_cpu_identify() ==
> ARCH_ID_AT91SAM9260) || cpu_is_at91sam9xe() ||
> (at91_cpu_identify()==ARCH_ID_AT91SAM9G20)))

You are touching mailine code here. It this patch is really needed by
mainline, then post it to the linux arm kernel mailing list.

-- 
					    Gilles.


  reply	other threads:[~2009-06-04 11:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-04 11:08 [Xenomai-core] [PATCH] Support for Atmel AT91SAM9G20 processor martin mangard
2009-06-04 11:15 ` Gilles Chanteperdrix [this message]
2009-06-04 11:25   ` Gilles Chanteperdrix
2009-06-04 13:01   ` martin mangard
2009-06-04 14:01     ` Gilles Chanteperdrix

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=4A27ACEA.6010500@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=dothemango@domain.hid \
    --cc=xenomai@xenomai.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.