All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: linux-omap <linux-omap@vger.kernel.org>
Cc: Nishanth Menon <nm@ti.com>
Subject: [PATCH 1/2] OMAP3: move check_revision above check_features
Date: Tue, 20 Oct 2009 05:48:57 -0500	[thread overview]
Message-ID: <1256035738-17571-2-git-send-email-nm@ti.com> (raw)
In-Reply-To: <1256035738-17571-1-git-send-email-nm@ti.com>

omap3_check_revision() does not depend on omap3_check_features()
move this above so that we can add logic based on revision
detected in check_features.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 arch/arm/mach-omap2/id.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c
index 1c15112..702d3b4 100644
--- a/arch/arm/mach-omap2/id.c
+++ b/arch/arm/mach-omap2/id.c
@@ -328,8 +328,8 @@ void __init omap2_check_revision(void)
 	if (cpu_is_omap24xx())
 		omap24xx_check_revision();
 	else if (cpu_is_omap34xx()) {
-		omap3_check_features();
 		omap3_check_revision();
+		omap3_check_features();
 		omap3_cpuinfo();
 	}
 	else if (cpu_is_omap44xx()) {
-- 
1.6.3.3


  reply	other threads:[~2009-10-20 10:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-20 10:48 [PATCH 0/2] OMAP3: introduce DPLL4 Jtype Nishanth Menon
2009-10-20 10:48 ` Nishanth Menon [this message]
2009-10-20 10:48   ` [PATCH 2/2] OMAP3:clk: introduce DPLL4 jtype support Nishanth Menon
2009-10-20 14:15     ` Aguirre Rodriguez, Sergio Alberto
2009-10-20 14:47       ` Woodruff, Richard
2009-10-20 14:50         ` Menon, Nishanth
2009-11-03 13:54   ` [PATCH 1/2] OMAP3: move check_revision above check_features Mika Westerberg
2009-11-12 21:14   ` [APPLIED] " 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=1256035738-17571-2-git-send-email-nm@ti.com \
    --to=nm@ti.com \
    --cc=linux-omap@vger.kernel.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.