[PATCH 03/15] ARM: ep93xx: use machine specific hook for late init
From: H Hartley Sweeten <hidden>
Date: 2012-05-02 17:45:06
On Wednesday, May 02, 2012 4:33 AM, Shawn Guo wrote:
Cc: Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ryan Mallon <redacted> Signed-off-by: Shawn Guo <redacted> --- arch/arm/mach-ep93xx/adssphere.c | 1 + arch/arm/mach-ep93xx/core.c | 5 +++++ arch/arm/mach-ep93xx/crunch.c | 4 +--- arch/arm/mach-ep93xx/edb93xx.c | 8 ++++++++ arch/arm/mach-ep93xx/gesbc9312.c | 1 + arch/arm/mach-ep93xx/include/mach/platform.h | 7 +++++++ arch/arm/mach-ep93xx/micro9.c | 4 ++++ arch/arm/mach-ep93xx/simone.c | 1 + arch/arm/mach-ep93xx/snappercl15.c | 1 + arch/arm/mach-ep93xx/ts72xx.c | 1 + arch/arm/mach-ep93xx/vision_ep9307.c | 1 + 11 files changed, 31 insertions(+), 3 deletions(-)
Shawn, I'm ok with these changes for ep93xx. Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com> I'm not sure what tree this patch was based on but you will have some fuzz issues with linux-next due to some other changes to core.c, snappercl15.c, and ts72xx.c. Just wanted to make sure you were aware of this. Regards, Hartley