public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size
@ 2009-07-16 22:38 Janboe Ye
  0 siblings, 0 replies; 6+ messages in thread
From: Janboe Ye @ 2009-07-16 22:38 UTC (permalink / raw)
  To: linux-omap; +Cc: mans, khilman, paul, tony, hong-mei.li

commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size.
vmalloc space will overlap with OMAP3 sram virtual address.

Signed-off-by: Li Hong Mei <hong-mei.li@motorola.com>
Signed-off-by: Janboe Ye <yuan-bo.ye@motorola.com>
---
 arch/arm/plat-omap/sram.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c
index a2e60e7..92e609b 100644
--- a/arch/arm/plat-omap/sram.c
+++ b/arch/arm/plat-omap/sram.c
@@ -41,9 +41,9 @@
 #define OMAP2_SRAM_VA          0xe3000000
 #define OMAP2_SRAM_PUB_VA      (OMAP2_SRAM_VA + 0x800)
 #define OMAP3_SRAM_PA           0x40200000
-#define OMAP3_SRAM_VA           0xd7000000
+#define OMAP3_SRAM_VA           0xe3000000
 #define OMAP3_SRAM_PUB_PA       0x40208000
-#define OMAP3_SRAM_PUB_VA       0xd7008000
+#define OMAP3_SRAM_PUB_VA       (OMAP3_SRAM_VA + 0X8000)

 #if defined(CONFIG_ARCH_OMAP24XX) || defined(CONFIG_ARCH_OMAP34XX)
 #define SRAM_BOOTLOADER_SZ     0x00


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

* [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size
@ 2009-07-16 22:47 Janboe Ye
  2009-07-17 22:04 ` Paul Walmsley
  0 siblings, 1 reply; 6+ messages in thread
From: Janboe Ye @ 2009-07-16 22:47 UTC (permalink / raw)
  To: linux-omap; +Cc: mans, khilman, paul, tony, hong-mei.li

resend for mini coding style fixing

commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size.
vmalloc space will overlap with OMAP3 sram virtual address.

Signed-off-by: Li Hong Mei <hong-mei.li@motorola.com>
Signed-off-by: Janboe Ye <yuan-bo.ye@motorola.com>
---
 arch/arm/plat-omap/sram.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c
index a2e60e7..755ccaa 100644
--- a/arch/arm/plat-omap/sram.c
+++ b/arch/arm/plat-omap/sram.c
@@ -41,9 +41,9 @@
 #define OMAP2_SRAM_VA          0xe3000000
 #define OMAP2_SRAM_PUB_VA      (OMAP2_SRAM_VA + 0x800)
 #define OMAP3_SRAM_PA           0x40200000
-#define OMAP3_SRAM_VA           0xd7000000
+#define OMAP3_SRAM_VA           0xe3000000
 #define OMAP3_SRAM_PUB_PA       0x40208000
-#define OMAP3_SRAM_PUB_VA       0xd7008000
+#define OMAP3_SRAM_PUB_VA       (OMAP3_SRAM_VA + 0x8000)

 #if defined(CONFIG_ARCH_OMAP24XX) || defined(CONFIG_ARCH_OMAP34XX)
 #define SRAM_BOOTLOADER_SZ     0x00


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

* Re: [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size
  2009-07-16 22:47 [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size Janboe Ye
@ 2009-07-17 22:04 ` Paul Walmsley
  2009-07-21 16:02   ` Janboe Ye
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Walmsley @ 2009-07-17 22:04 UTC (permalink / raw)
  To: Janboe Ye; +Cc: linux-omap, mans, khilman, tony, hong-mei.li

On Thu, 16 Jul 2009, Janboe Ye wrote:

> resend for mini coding style fixing
> 
> commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size.
> vmalloc space will overlap with OMAP3 sram virtual address.

Makes sense to me.  I'm not sure how we missed this in the original patch.

Reviewed-by: Paul Walmsley <paul@pwsan.com>

- Paul

> 
> Signed-off-by: Li Hong Mei <hong-mei.li@motorola.com>
> Signed-off-by: Janboe Ye <yuan-bo.ye@motorola.com>
> ---
>  arch/arm/plat-omap/sram.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c
> index a2e60e7..755ccaa 100644
> --- a/arch/arm/plat-omap/sram.c
> +++ b/arch/arm/plat-omap/sram.c
> @@ -41,9 +41,9 @@
>  #define OMAP2_SRAM_VA          0xe3000000
>  #define OMAP2_SRAM_PUB_VA      (OMAP2_SRAM_VA + 0x800)
>  #define OMAP3_SRAM_PA           0x40200000
> -#define OMAP3_SRAM_VA           0xd7000000
> +#define OMAP3_SRAM_VA           0xe3000000
>  #define OMAP3_SRAM_PUB_PA       0x40208000
> -#define OMAP3_SRAM_PUB_VA       0xd7008000
> +#define OMAP3_SRAM_PUB_VA       (OMAP3_SRAM_VA + 0x8000)
> 
>  #if defined(CONFIG_ARCH_OMAP24XX) || defined(CONFIG_ARCH_OMAP34XX)
>  #define SRAM_BOOTLOADER_SZ     0x00
> 


- Paul

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

* Re: [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size
  2009-07-17 22:04 ` Paul Walmsley
@ 2009-07-21 16:02   ` Janboe Ye
  2009-07-21 16:10     ` Paul Walmsley
  0 siblings, 1 reply; 6+ messages in thread
From: Janboe Ye @ 2009-07-21 16:02 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-omap, mans, khilman, tony, Hong Mei Li

Thanks, Paul

Tony

Is there some issue about this patch?

Thanks

Janboe Ye

On Fri, 2009-07-17 at 16:04 -0600, Paul Walmsley wrote:
> On Thu, 16 Jul 2009, Janboe Ye wrote:
> 
> > resend for mini coding style fixing
> > 
> > commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size.
> > vmalloc space will overlap with OMAP3 sram virtual address.
> 
> Makes sense to me.  I'm not sure how we missed this in the original patch.
> 
> Reviewed-by: Paul Walmsley <paul@pwsan.com>
> 
> - Paul
> 
> > 
> > Signed-off-by: Li Hong Mei <hong-mei.li@motorola.com>
> > Signed-off-by: Janboe Ye <yuan-bo.ye@motorola.com>
> > ---
> >  arch/arm/plat-omap/sram.c |    4 ++--
> >  1 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c
> > index a2e60e7..755ccaa 100644
> > --- a/arch/arm/plat-omap/sram.c
> > +++ b/arch/arm/plat-omap/sram.c
> > @@ -41,9 +41,9 @@
> >  #define OMAP2_SRAM_VA          0xe3000000
> >  #define OMAP2_SRAM_PUB_VA      (OMAP2_SRAM_VA + 0x800)
> >  #define OMAP3_SRAM_PA           0x40200000
> > -#define OMAP3_SRAM_VA           0xd7000000
> > +#define OMAP3_SRAM_VA           0xe3000000
> >  #define OMAP3_SRAM_PUB_PA       0x40208000
> > -#define OMAP3_SRAM_PUB_VA       0xd7008000
> > +#define OMAP3_SRAM_PUB_VA       (OMAP3_SRAM_VA + 0x8000)
> > 
> >  #if defined(CONFIG_ARCH_OMAP24XX) || defined(CONFIG_ARCH_OMAP34XX)
> >  #define SRAM_BOOTLOADER_SZ     0x00
> > 
> 
> 
> - Paul

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

* Re: [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size
  2009-07-21 16:02   ` Janboe Ye
@ 2009-07-21 16:10     ` Paul Walmsley
  2009-08-05 13:40       ` Tony Lindgren
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Walmsley @ 2009-07-21 16:10 UTC (permalink / raw)
  To: Janboe Ye; +Cc: linux-omap, mans, khilman, tony, Hong Mei Li

On Tue, 21 Jul 2009, Janboe Ye wrote:

> Thanks, Paul
> 
> Tony
> 
> Is there some issue about this patch?

Tony's on vacation right now, so you shouldn't expect a response from him 
until he returns.

http://www.mail-archive.com/linux-omap@vger.kernel.org/msg14015.html


- Paul

> 
> Thanks
> 
> Janboe Ye
> 
> On Fri, 2009-07-17 at 16:04 -0600, Paul Walmsley wrote:
> > On Thu, 16 Jul 2009, Janboe Ye wrote:
> > 
> > > resend for mini coding style fixing
> > > 
> > > commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size.
> > > vmalloc space will overlap with OMAP3 sram virtual address.
> > 
> > Makes sense to me.  I'm not sure how we missed this in the original patch.
> > 
> > Reviewed-by: Paul Walmsley <paul@pwsan.com>
> > 
> > - Paul
> > 
> > > 
> > > Signed-off-by: Li Hong Mei <hong-mei.li@motorola.com>
> > > Signed-off-by: Janboe Ye <yuan-bo.ye@motorola.com>
> > > ---
> > >  arch/arm/plat-omap/sram.c |    4 ++--
> > >  1 files changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c
> > > index a2e60e7..755ccaa 100644
> > > --- a/arch/arm/plat-omap/sram.c
> > > +++ b/arch/arm/plat-omap/sram.c
> > > @@ -41,9 +41,9 @@
> > >  #define OMAP2_SRAM_VA          0xe3000000
> > >  #define OMAP2_SRAM_PUB_VA      (OMAP2_SRAM_VA + 0x800)
> > >  #define OMAP3_SRAM_PA           0x40200000
> > > -#define OMAP3_SRAM_VA           0xd7000000
> > > +#define OMAP3_SRAM_VA           0xe3000000
> > >  #define OMAP3_SRAM_PUB_PA       0x40208000
> > > -#define OMAP3_SRAM_PUB_VA       0xd7008000
> > > +#define OMAP3_SRAM_PUB_VA       (OMAP3_SRAM_VA + 0x8000)
> > > 
> > >  #if defined(CONFIG_ARCH_OMAP24XX) || defined(CONFIG_ARCH_OMAP34XX)
> > >  #define SRAM_BOOTLOADER_SZ     0x00
> > > 
> > 
> > 
> > - Paul
> 


- Paul

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

* Re: [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size
  2009-07-21 16:10     ` Paul Walmsley
@ 2009-08-05 13:40       ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2009-08-05 13:40 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: Janboe Ye, linux-omap, mans, khilman, Hong Mei Li

* Paul Walmsley <paul@pwsan.com> [090721 19:10]:
> On Tue, 21 Jul 2009, Janboe Ye wrote:
> 
> > Thanks, Paul
> > 
> > Tony
> > 
> > Is there some issue about this patch?
> 
> Tony's on vacation right now, so you shouldn't expect a response from him 
> until he returns.
> 
> http://www.mail-archive.com/linux-omap@vger.kernel.org/msg14015.html

I've added this patch to my omap-fixes queue, had to apply it manually
because of the omap4 defines.

Tony

> 
> 
> - Paul
> 
> > 
> > Thanks
> > 
> > Janboe Ye
> > 
> > On Fri, 2009-07-17 at 16:04 -0600, Paul Walmsley wrote:
> > > On Thu, 16 Jul 2009, Janboe Ye wrote:
> > > 
> > > > resend for mini coding style fixing
> > > > 
> > > > commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size.
> > > > vmalloc space will overlap with OMAP3 sram virtual address.
> > > 
> > > Makes sense to me.  I'm not sure how we missed this in the original patch.
> > > 
> > > Reviewed-by: Paul Walmsley <paul@pwsan.com>
> > > 
> > > - Paul
> > > 
> > > > 
> > > > Signed-off-by: Li Hong Mei <hong-mei.li@motorola.com>
> > > > Signed-off-by: Janboe Ye <yuan-bo.ye@motorola.com>
> > > > ---
> > > >  arch/arm/plat-omap/sram.c |    4 ++--
> > > >  1 files changed, 2 insertions(+), 2 deletions(-)
> > > > 
> > > > diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c
> > > > index a2e60e7..755ccaa 100644
> > > > --- a/arch/arm/plat-omap/sram.c
> > > > +++ b/arch/arm/plat-omap/sram.c
> > > > @@ -41,9 +41,9 @@
> > > >  #define OMAP2_SRAM_VA          0xe3000000
> > > >  #define OMAP2_SRAM_PUB_VA      (OMAP2_SRAM_VA + 0x800)
> > > >  #define OMAP3_SRAM_PA           0x40200000
> > > > -#define OMAP3_SRAM_VA           0xd7000000
> > > > +#define OMAP3_SRAM_VA           0xe3000000
> > > >  #define OMAP3_SRAM_PUB_PA       0x40208000
> > > > -#define OMAP3_SRAM_PUB_VA       0xd7008000
> > > > +#define OMAP3_SRAM_PUB_VA       (OMAP3_SRAM_VA + 0x8000)
> > > > 
> > > >  #if defined(CONFIG_ARCH_OMAP24XX) || defined(CONFIG_ARCH_OMAP34XX)
> > > >  #define SRAM_BOOTLOADER_SZ     0x00
> > > > 
> > > 
> > > 
> > > - Paul
> > 
> 
> 
> - Paul

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

end of thread, other threads:[~2009-08-05 13:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16 22:47 [PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size Janboe Ye
2009-07-17 22:04 ` Paul Walmsley
2009-07-21 16:02   ` Janboe Ye
2009-07-21 16:10     ` Paul Walmsley
2009-08-05 13:40       ` Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2009-07-16 22:38 Janboe Ye

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