All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP4: Pandaboad: Add omap_reserve functionality
@ 2010-12-07 12:25 Raghuveer Murthy
  2010-12-07 13:50 ` Nishanth Menon
  0 siblings, 1 reply; 2+ messages in thread
From: Raghuveer Murthy @ 2010-12-07 12:25 UTC (permalink / raw)
  To: linux-omap

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

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Raghuveer Murthy <raghuveer.murthy@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 1ecd0a6..ad6b5cc 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -392,6 +392,7 @@ MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board")
 	/* Maintainer: David Anders - Texas Instruments Inc */
 	.boot_params	= 0x80000100,
 	.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


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

* Re: [PATCH] OMAP4: Pandaboad: Add omap_reserve functionality
  2010-12-07 12:25 [PATCH] OMAP4: Pandaboad: Add omap_reserve functionality Raghuveer Murthy
@ 2010-12-07 13:50 ` Nishanth Menon
  0 siblings, 0 replies; 2+ messages in thread
From: Nishanth Menon @ 2010-12-07 13:50 UTC (permalink / raw)
  To: Raghuveer Murthy; +Cc: linux-omap

Raghuveer Murthy had written, on 12/07/2010 06:25 AM, the following:
> This patch adds omap_reserve functionality to board-omap4panda.c.
> Helps in the reserving boot time memory in SDRAM, used here for
> framebuffer allocation.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Since Russell did not directly contribute to this patch, you should 
rather give the reference commit ID where Russell patched similar issues 
and CC Russell here.

Also please CC linux-arm ML as well for these fixes to help Tony.

> Signed-off-by: Raghuveer Murthy <raghuveer.murthy@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 1ecd0a6..ad6b5cc 100644
> --- a/arch/arm/mach-omap2/board-omap4panda.c
> +++ b/arch/arm/mach-omap2/board-omap4panda.c
> @@ -392,6 +392,7 @@ MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board")
>  	/* Maintainer: David Anders - Texas Instruments Inc */
>  	.boot_params	= 0x80000100,
>  	.map_io		= omap4_panda_map_io,
> +	.reserve	= omap_reserve,
>  	.init_irq	= omap4_panda_init_irq,
>  	.init_machine	= omap4_panda_init,
>  	.timer		= &omap_timer,

Regards,
Nishanth Menon

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

end of thread, other threads:[~2010-12-07 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07 12:25 [PATCH] OMAP4: Pandaboad: Add omap_reserve functionality Raghuveer Murthy
2010-12-07 13:50 ` Nishanth Menon

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.