From: Tony Lindgren <tony@atomide.com>
To: Tasslehoff Kjappfot <tasskjapp@gmail.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] Fix wrong OMAP_ES_x_y defines that make omap_rev_lt_x_y and friends misbehave
Date: Tue, 14 Jun 2011 04:41:16 -0700 [thread overview]
Message-ID: <20110614114116.GQ3352@atomide.com> (raw)
In-Reply-To: <BANLkTi=75up6OQwRzGJ586eVLorEdpCa7w@mail.gmail.com>
* Tasslehoff Kjappfot <tasskjapp@gmail.com> [110614 03:35]:
> From 620fa271b32f8bdd8f06954c0a2c96af6ed1dc7b Mon Sep 17 00:00:00 2001
> From: Tasslehoff Kjappfot <tasskjapp@gmail.com>
> Date: Tue, 14 Jun 2011 12:06:09 +0200
> Subject: [PATCH] Fix wrong OMAP_ES_x_y defines that make
> omap_rev_lt_x_y and friends misbehave
Hmm, we don't seem to have these in the mainline kernel?
Maybe take a look if something still needs to patched
there?
Tony
> ---
> arch/arm/plat-omap/include/plat/cpu.h | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
> diff --git a/arch/arm/plat-omap/include/plat/cpu.h
> b/arch/arm/plat-omap/include/plat/cpu.h
> index 7d24faa..ec63575 100644
> --- a/arch/arm/plat-omap/include/plat/cpu.h
> +++ b/arch/arm/plat-omap/include/plat/cpu.h
> @@ -397,10 +397,10 @@ IS_OMAP_TYPE(3517, 0x3517)
> * Silicon revisions
> */
> #define OMAP_ES_1_0 0x00
> -#define OMAP_ES_2_0 0x10
> -#define OMAP_ES_2_1 0x20
> -#define OMAP_ES_3_0 0x30
> -#define OMAP_ES_3_1 0x40
> +#define OMAP_ES_2_0 0x01
> +#define OMAP_ES_2_1 0x02
> +#define OMAP_ES_3_0 0x03
> +#define OMAP_ES_3_1 0x04
>
> #define OMAP_REV_MASK 0x0000ff00
> #define OMAP_REV_BITS ((omap_rev() & OMAP_REV_MASK) >> 8)
> --
> 1.7.1
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2011-06-14 11:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <BANLkTinWdQsjttt0m1h9KbVPjb6rWXNpvA@mail.gmail.com>
2011-06-14 10:39 ` [PATCH] Fix wrong OMAP_ES_x_y defines that make omap_rev_lt_x_y and friends misbehave Tasslehoff Kjappfot
2011-06-14 11:41 ` Tony Lindgren [this message]
2011-06-16 13:27 ` Premi, Sanjeev
2011-06-30 13:23 ` Tony Lindgren
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=20110614114116.GQ3352@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=tasskjapp@gmail.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 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.