Re: [PATCH] ARM: OMAP3: board-generic: Add missing omap3_init_late

2013-03-04 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@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

[PATCH] ARM: OMAP3: board-generic: Add missing omap3_init_late

2013-02-19 Thread 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 rna...@ti.com --- arch/arm/mach-omap2/board-generic.c |2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH] ARM: OMAP3: board-generic: Add missing omap3_init_late

2013-02-19 Thread Santosh Shilimkar
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 rna...@ti.com --- Acked-by: Santosh Shilimkar santosh.shilim...@ti.com