* [PATCH v2] OMAP4: Pandaboard: Add omap_reserve functionality
@ 2010-12-08 7:10 Raghuveer Murthy
2010-12-08 11:07 ` Marek Vasut
0 siblings, 1 reply; 3+ messages in thread
From: Raghuveer Murthy @ 2010-12-08 7:10 UTC (permalink / raw)
To: linux-omap; +Cc: rmk+kernel, linux-arm
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+kernel@arm.linux.org.uk>
Cc: linux-arm@lists.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 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 = 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] 3+ messages in thread
* Re: [PATCH v2] OMAP4: Pandaboard: Add omap_reserve functionality
2010-12-08 7:10 [PATCH v2] OMAP4: Pandaboard: Add omap_reserve functionality Raghuveer Murthy
@ 2010-12-08 11:07 ` Marek Vasut
2010-12-17 17:52 ` Menon, Nishanth
0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2010-12-08 11:07 UTC (permalink / raw)
To: Raghuveer Murthy; +Cc: linux-omap, rmk+kernel, linux-arm, linux-arm-kernel
On Wednesday 08 December 2010 08:10:47 Raghuveer Murthy wrote:
> 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
Russell King ... it's a surname, not a title :-D
btw. CCing linux-arm-kernel, as that's a proper mailing list.
Cheers
>
> Cc: Russell King <rmk+kernel@arm.linux.org.uk>
> Cc: linux-arm@lists.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 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 = 0x80000100,
> .map_io = omap4_panda_map_io,
> + .reserve = omap_reserve,
> .init_irq = omap4_panda_init_irq,
> .init_machine = omap4_panda_init,
> .timer = &omap_timer,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] OMAP4: Pandaboard: Add omap_reserve functionality
2010-12-08 11:07 ` Marek Vasut
@ 2010-12-17 17:52 ` Menon, Nishanth
0 siblings, 0 replies; 3+ messages in thread
From: Menon, Nishanth @ 2010-12-17 17:52 UTC (permalink / raw)
To: Tony L
Cc: Raghuveer Murthy, linux-omap, rmk+kernel, linux-arm-kernel,
Marek Vasut
Tony,
2010/12/8 Marek Vasut <marek.vasut@gmail.com>:
> On Wednesday 08 December 2010 08:10:47 Raghuveer Murthy wrote:
>> 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
>
> Russell King ... it's a surname, not a title :-D
>
> btw. CCing linux-arm-kernel, as that's a proper mailing list.
Gentle ping on this patch - should this be reposted for the -next
cycle inclusion?
Regards,
Nishanth Menon
>
> Cheers
>>
>> Cc: Russell King <rmk+kernel@arm.linux.org.uk>
>> Cc: linux-arm@lists.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 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 = 0x80000100,
>> .map_io = omap4_panda_map_io,
>> + .reserve = omap_reserve,
>> .init_irq = omap4_panda_init_irq,
>> .init_machine = omap4_panda_init,
>> .timer = &omap_timer,
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-17 17:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 7:10 [PATCH v2] OMAP4: Pandaboard: Add omap_reserve functionality Raghuveer Murthy
2010-12-08 11:07 ` Marek Vasut
2010-12-17 17:52 ` Menon, Nishanth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox