RE: [PATCH 3/4] ARM: SAMSUNG: Add support for handling of cpu revision

2011-08-24 Thread Kukjin Kim
Kukjin Kim wrote: > > This patch adds plat-samsung/cpu.c for detecting of cpu id and > silicon revision. > > This patch was originally from Changhwan Youn > > Acked-by: Changhwan Youn > Cc: Ben Dooks > Signed-off-by: Kukjin Kim > --- (snip) > +void __init s5p_init_cpu(void __iomem *cpuid_a

[PATCH 3/4] ARM: SAMSUNG: Add support for handling of cpu revision

2011-08-19 Thread Kukjin Kim
This patch adds plat-samsung/cpu.c for detecting of cpu id and silicon revision. This patch was originally from Changhwan Youn Acked-by: Changhwan Youn Cc: Ben Dooks Signed-off-by: Kukjin Kim --- arch/arm/mach-s3c64xx/cpu.c | 10 + arch/arm/plat-s3c24xx/cpu.c