Re: [PATCH 0/4] ARM: SAMSUNG: Add support CPU ID and Rev. at runtime

2011-08-20 Thread Kyungmin Park
Good change the mind to use the runtime soc detection. it's really required feature. but previous time Ben did'n like it. https://lkml.org/lkml/2010/3/30/831 I'm still prefer to use it when only early boot time if possible and another mail said cpu_is_* doesn't proper name, soc_is_* is better.

[PATCH 0/4] S3C2416: Enable IIS and HSSPI clocks

2011-08-20 Thread Heiko Stübner
S3C2416/2450 (probably S3C2443 too) can use the newer style kernel-drivers made for S3C64xx and above for their I2S and HS-SPI controllers. So as a first step in this direction, these patches add their respective clocks. The I2S clocks were simply moved from S3C2443 to s3c2443-clock.c as they

[PATCH 2/4] S3C2443: Define constant for HSSPI pclk

2011-08-20 Thread Heiko Stübner
It's the same clock for 2443/2416/2450. Signed-off-by: Heiko Stuebner he...@sntech.de --- .../mach-s3c2410/include/mach/regs-s3c2443-clock.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h

[PATCH 3/4] S3C2416: Add HSSPI clock sourced from EPLL

2011-08-20 Thread Heiko Stübner
This clock is special to the S3C2416/2450 SoCs. Signed-off-by: Heiko Stuebner he...@sntech.de --- arch/arm/mach-s3c2416/clock.c | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s3c2416/clock.c b/arch/arm/mach-s3c2416/clock.c index