All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@mvista.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Paul Walmsley <paul@pwsan.com>, linux-omap-open-source@linux.omap.com
Subject: Re: updated SDRC, PRCM, 3430 PRCM patch sets
Date: Fri, 25 May 2007 14:41:02 -0700	[thread overview]
Message-ID: <465757EE.4060403@mvista.com> (raw)
In-Reply-To: <20070525185452.GM19506@atomide.com>

Tony Lindgren wrote:
> * Paul Walmsley <paul@pwsan.com> [070525 01:40]:
>> Hi,
>>
>> following this message are the updated versions of the SDRC cleanup, PRCM 
>> cleanup, and 3430 PRCM patchsets.  These are intended to be applied on top 
>> of the omap24xx.h cleanup patchset that I posted a few days ago.
> 
> Pushing all of them today, please everybody verify that things work
> the same way as before for your omap2 boards.
> 

OMAP2430 builds/boots ok for me, but as Khem just pointed out, OMAP1 builds are broken.

This patch gets OMAP1 buildlng again:

--- a/arch/arm/plat-omap/dsp/dsp_common.h
+++ b/arch/arm/plat-omap/dsp/dsp_common.h
@@ -28,10 +28,12 @@
 #include <asm/arch/mmu.h>
 #include "hardware_dsp.h"
 
+#ifdef CONFIG_ARCH_OMAP2
 #include "../../mach-omap2/prm.h"
 #include "../../mach-omap2/prm_regbits_24xx.h"
 #include "../../mach-omap2/cm.h"
 #include "../../mach-omap2/cm_regbits_24xx.h"
+#endif
 
 #define DSPSPACE_SIZE	0x1000000
 

  reply	other threads:[~2007-05-25 21:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-25  8:29 updated SDRC, PRCM, 3430 PRCM patch sets Paul Walmsley
2007-05-25 18:54 ` Tony Lindgren
2007-05-25 21:41   ` Kevin Hilman [this message]
2007-05-25 21:45     ` Tony Lindgren
2007-05-25 21:48       ` Kevin Hilman
2007-05-25 21:51         ` Tony Lindgren
2007-05-25 21:46     ` Khem Raj

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=465757EE.4060403@mvista.com \
    --to=khilman@mvista.com \
    --cc=linux-omap-open-source@linux.omap.com \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.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.