linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP3: board-generic: Add missing omap3_init_late
@ 2013-02-19 12:58 Rajendra Nayak
  2013-02-19 13:17 ` Santosh Shilimkar
  0 siblings, 1 reply; 3+ messages in thread
From: Rajendra Nayak @ 2013-02-19 12:58 UTC (permalink / raw)
  To: linux-omap, linux-arm-kernel; +Cc: paul, khilman, tony, Rajendra Nayak

The .init_late callback for OMAP3 has been missing for DT
builds, which causes a lot of late PM initializations to
be missed in turn.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
---
 arch/arm/mach-omap2/board-generic.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c
index 53cb380b..9b35329 100644
--- a/arch/arm/mach-omap2/board-generic.c
+++ b/arch/arm/mach-omap2/board-generic.c
@@ -103,6 +103,7 @@ DT_MACHINE_START(OMAP3_DT, "Generic OMAP3 (Flattened Device Tree)")
 	.init_irq	= omap_intc_of_init,
 	.handle_irq	= omap3_intc_handle_irq,
 	.init_machine	= omap_generic_init,
+	.init_late	= omap3_init_late,
 	.timer		= &omap3_timer,
 	.dt_compat	= omap3_boards_compat,
 	.restart	= omap3xxx_restart,
@@ -120,6 +121,7 @@ DT_MACHINE_START(OMAP3_GP_DT, "Generic OMAP3-GP (Flattened Device Tree)")
 	.init_irq	= omap_intc_of_init,
 	.handle_irq	= omap3_intc_handle_irq,
 	.init_machine	= omap_generic_init,
+	.init_late	= omap3_init_late,
 	.timer		= &omap3_secure_timer,
 	.dt_compat	= omap3_gp_boards_compat,
 	.restart	= omap3xxx_restart,
-- 
1.7.9.5


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

* Re: [PATCH] ARM: OMAP3: board-generic: Add missing omap3_init_late
  2013-02-19 12:58 [PATCH] ARM: OMAP3: board-generic: Add missing omap3_init_late Rajendra Nayak
@ 2013-02-19 13:17 ` Santosh Shilimkar
  2013-03-04 18:00   ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Santosh Shilimkar @ 2013-02-19 13:17 UTC (permalink / raw)
  To: Rajendra Nayak; +Cc: linux-omap, linux-arm-kernel, khilman, tony, paul

On Tuesday 19 February 2013 06:28 PM, Rajendra Nayak wrote:
> The .init_late callback for OMAP3 has been missing for DT
> builds, which causes a lot of late PM initializations to
> be missed in turn.
>
> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
> ---
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>


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

* Re: [PATCH] ARM: OMAP3: board-generic: Add missing omap3_init_late
  2013-02-19 13:17 ` Santosh Shilimkar
@ 2013-03-04 18:00   ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2013-03-04 18:00 UTC (permalink / raw)
  To: Santosh Shilimkar
  Cc: Rajendra Nayak, linux-omap, linux-arm-kernel, khilman, paul

* Santosh Shilimkar <santosh.shilimkar@ti.com> [130219 05:20]:
> On Tuesday 19 February 2013 06:28 PM, Rajendra Nayak wrote:
> >The .init_late callback for OMAP3 has been missing for DT
> >builds, which causes a lot of late PM initializations to
> >be missed in turn.
> >
> >Signed-off-by: Rajendra Nayak <rnayak@ti.com>
> >---
> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>

Thanks applying into omap-for-v3.9-rc1/fixes.

Regards,

Tony

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

end of thread, other threads:[~2013-03-04 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-19 12:58 [PATCH] ARM: OMAP3: board-generic: Add missing omap3_init_late Rajendra Nayak
2013-02-19 13:17 ` Santosh Shilimkar
2013-03-04 18:00   ` 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).