Re: [PATCH v2 resend] OMAP4: Pandaboard: Add omap_reserve functionality

2010-12-18 Thread Russell King - ARM Linux
On Fri, Dec 17, 2010 at 06:09:53PM -0800, Tony Lindgren wrote:
 * Raghuveer Murthy raghuveer.mur...@ti.com [101207 23:31]:
  This patch adds omap_reserve functionality to board-omap4panda.c.
  Helps in the reserving boot time memory in SDRAM, used here for
  framebuffer allocation.
  
  This patch is in similar lines to commit id 71ee7dad9b6991, from
  Russell king
  
  Cc: Russell King rmk+ker...@arm.linux.org.uk
  Cc: linux-arm-ker...@lists.infradead.org
  Signed-off-by: Raghuveer Murthy raghuveer.mur...@ti.com
  ---
   arch/arm/mach-omap2/board-omap4panda.c |1 +
   1 files changed, 1 insertions(+), 0 deletions(-)
  
  diff --git a/arch/arm/mach-omap2/board-omap4panda.c 
  b/arch/arm/mach-omap2/board-omap4panda.c
  index da24745..0ccc24f 100644
  --- a/arch/arm/mach-omap2/board-omap4panda.c
  +++ b/arch/arm/mach-omap2/board-omap4panda.c
  @@ -393,6 +393,7 @@ MACHINE_START(OMAP4_PANDA, OMAP4 Panda board)
  /* Maintainer: David Anders - Texas Instruments Inc */
  .boot_params= 0x8100,
  .map_io = omap4_panda_map_io,
  +   .reserve= omap_reserve,

Please put .reserve before .map_io.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 resend] OMAP4: Pandaboard: Add omap_reserve functionality

2010-12-17 Thread Tony Lindgren
* Raghuveer Murthy raghuveer.mur...@ti.com [101207 23:31]:
 This patch adds omap_reserve functionality to board-omap4panda.c.
 Helps in the reserving boot time memory in SDRAM, used here for
 framebuffer allocation.
 
 This patch is in similar lines to commit id 71ee7dad9b6991, from
 Russell king
 
 Cc: Russell King rmk+ker...@arm.linux.org.uk
 Cc: linux-arm-ker...@lists.infradead.org
 Signed-off-by: Raghuveer Murthy raghuveer.mur...@ti.com
 ---
  arch/arm/mach-omap2/board-omap4panda.c |1 +
  1 files changed, 1 insertions(+), 0 deletions(-)
 
 diff --git a/arch/arm/mach-omap2/board-omap4panda.c 
 b/arch/arm/mach-omap2/board-omap4panda.c
 index da24745..0ccc24f 100644
 --- a/arch/arm/mach-omap2/board-omap4panda.c
 +++ b/arch/arm/mach-omap2/board-omap4panda.c
 @@ -393,6 +393,7 @@ MACHINE_START(OMAP4_PANDA, OMAP4 Panda board)
   /* Maintainer: David Anders - Texas Instruments Inc */
   .boot_params= 0x8100,
   .map_io = omap4_panda_map_io,
 + .reserve= omap_reserve,
   .init_irq   = omap4_panda_init_irq,
   .init_machine   = omap4_panda_init,
   .timer  = omap_timer,

Thanks applying.

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 resend] OMAP4: Pandaboard: Add omap_reserve functionality

2010-12-07 Thread Raghuveer Murthy
This patch adds omap_reserve functionality to board-omap4panda.c.
Helps in the reserving boot time memory in SDRAM, used here for
framebuffer allocation.

This patch is in similar lines to commit id 71ee7dad9b6991, from
Russell king

Cc: Russell King rmk+ker...@arm.linux.org.uk
Cc: linux-arm-ker...@lists.infradead.org
Signed-off-by: Raghuveer Murthy raghuveer.mur...@ti.com
---
 arch/arm/mach-omap2/board-omap4panda.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-omap4panda.c 
b/arch/arm/mach-omap2/board-omap4panda.c
index da24745..0ccc24f 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -393,6 +393,7 @@ MACHINE_START(OMAP4_PANDA, OMAP4 Panda board)
/* Maintainer: David Anders - Texas Instruments Inc */
.boot_params= 0x8100,
.map_io = omap4_panda_map_io,
+   .reserve= omap_reserve,
.init_irq   = omap4_panda_init_irq,
.init_machine   = omap4_panda_init,
.timer  = omap_timer,
-- 
1.7.0.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html