linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] omap3: igep3: Add omap_reserve functionality
@ 2011-01-11 15:47 Enric Balletbo i Serra
  2011-01-11 23:29 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Enric Balletbo i Serra @ 2011-01-11 15:47 UTC (permalink / raw)
  To: linux-arm-kernel

This patch adds omap_reserve functionality to board-igep0030.c.

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

Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
---
 arch/arm/mach-omap2/board-igep0030.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-igep0030.c b/arch/arm/mach-omap2/board-igep0030.c
index 11b944f..4dc62a9 100644
--- a/arch/arm/mach-omap2/board-igep0030.c
+++ b/arch/arm/mach-omap2/board-igep0030.c
@@ -450,6 +450,7 @@ static void __init igep3_init(void)
 
 MACHINE_START(IGEP0030, "IGEP OMAP3 module")
 	.boot_params	= 0x80000100,
+	.reserve	= omap_reserve,
 	.map_io		= omap3_map_io,
 	.init_irq	= igep3_init_irq,
 	.init_machine	= igep3_init,
-- 
1.7.0.4

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

* [PATCH] omap3: igep3: Add omap_reserve functionality
  2011-01-11 15:47 [PATCH] omap3: igep3: Add omap_reserve functionality Enric Balletbo i Serra
@ 2011-01-11 23:29 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2011-01-11 23:29 UTC (permalink / raw)
  To: linux-arm-kernel

* Enric Balletbo i Serra <eballetbo@gmail.com> [110111 07:47]:
> This patch adds omap_reserve functionality to board-igep0030.c.
> 
> This patch is in similar lines to commit id 71ee7dad9b6991, from
> Russell king

Applying to devel-board.

Tony
 
> Cc: Russell King <rmk+kernel@arm.linux.org.uk>
> Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
> ---
>  arch/arm/mach-omap2/board-igep0030.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-igep0030.c b/arch/arm/mach-omap2/board-igep0030.c
> index 11b944f..4dc62a9 100644
> --- a/arch/arm/mach-omap2/board-igep0030.c
> +++ b/arch/arm/mach-omap2/board-igep0030.c
> @@ -450,6 +450,7 @@ static void __init igep3_init(void)
>  
>  MACHINE_START(IGEP0030, "IGEP OMAP3 module")
>  	.boot_params	= 0x80000100,
> +	.reserve	= omap_reserve,
>  	.map_io		= omap3_map_io,
>  	.init_irq	= igep3_init_irq,
>  	.init_machine	= igep3_init,
> -- 
> 1.7.0.4
> 

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

end of thread, other threads:[~2011-01-11 23:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11 15:47 [PATCH] omap3: igep3: Add omap_reserve functionality Enric Balletbo i Serra
2011-01-11 23:29 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).