public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* updated SDRC, PRCM, 3430 PRCM patch sets
@ 2007-05-25  8:29 Paul Walmsley
  2007-05-25 18:54 ` Tony Lindgren
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Walmsley @ 2007-05-25  8:29 UTC (permalink / raw)
  To: linux-omap-open-source


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.


- Paul

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated SDRC, PRCM, 3430 PRCM patch sets
  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
  0 siblings, 1 reply; 7+ messages in thread
From: Tony Lindgren @ 2007-05-25 18:54 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-omap-open-source

* 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.

Regards,

Tony

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated SDRC, PRCM, 3430 PRCM patch sets
  2007-05-25 18:54 ` Tony Lindgren
@ 2007-05-25 21:41   ` Kevin Hilman
  2007-05-25 21:45     ` Tony Lindgren
  2007-05-25 21:46     ` Khem Raj
  0 siblings, 2 replies; 7+ messages in thread
From: Kevin Hilman @ 2007-05-25 21:41 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Paul Walmsley, linux-omap-open-source

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
 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated SDRC, PRCM, 3430 PRCM patch sets
  2007-05-25 21:41   ` Kevin Hilman
@ 2007-05-25 21:45     ` Tony Lindgren
  2007-05-25 21:48       ` Kevin Hilman
  2007-05-25 21:46     ` Khem Raj
  1 sibling, 1 reply; 7+ messages in thread
From: Tony Lindgren @ 2007-05-25 21:45 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: Paul Walmsley, linux-omap-open-source

* Kevin Hilman <khilman@mvista.com> [070525 14:41]:
> 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
>  

Thanks, can you reply with your Signed-off-by?

Tony

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated SDRC, PRCM, 3430 PRCM patch sets
  2007-05-25 21:41   ` Kevin Hilman
  2007-05-25 21:45     ` Tony Lindgren
@ 2007-05-25 21:46     ` Khem Raj
  1 sibling, 0 replies; 7+ messages in thread
From: Khem Raj @ 2007-05-25 21:46 UTC (permalink / raw)
  To: linux-omap-open-source; +Cc: Paul Walmsley

On Friday 25 May 2007 14:41:02 Kevin Hilman wrote:

> 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

Thanks Kevin

with this patch I am able to boot my 5912 OSK

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated SDRC, PRCM, 3430 PRCM patch sets
  2007-05-25 21:45     ` Tony Lindgren
@ 2007-05-25 21:48       ` Kevin Hilman
  2007-05-25 21:51         ` Tony Lindgren
  0 siblings, 1 reply; 7+ messages in thread
From: Kevin Hilman @ 2007-05-25 21:48 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Paul Walmsley, linux-omap-open-source

Fix OMAP1 builds after SDRC/PRCM updates.

Signed-off-by: Kevin Hilman <khilman@mvista.com>

--- 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
 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: updated SDRC, PRCM, 3430 PRCM patch sets
  2007-05-25 21:48       ` Kevin Hilman
@ 2007-05-25 21:51         ` Tony Lindgren
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2007-05-25 21:51 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: Paul Walmsley, linux-omap-open-source

* Kevin Hilman <khilman@mvista.com> [070525 14:48]:
> Fix OMAP1 builds after SDRC/PRCM updates.
> 
> Signed-off-by: Kevin Hilman <khilman@mvista.com>
> 
> --- 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
>  
> 

Thanks, pushed.

Tony

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-05-25 21:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox