Hi, On Sat, Mar 19, 2011 at 4:50 PM, Thomas Abraham <thomas.ab@xxxxxxxxxxx> wrote: > Add clkdev support for Samsung's exynos4 platforms. > > Cc: Ben Dooks <ben-linux@xxxxxxxxx> > Signed-off-by: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > --- > Âarch/arm/mach-exynos4/Kconfig        |  Â1 + > Âarch/arm/mach-exynos4/clock.c        |  57 +++++++++++++++++++++++++++ > Âarch/arm/mach-exynos4/include/mach/clkdev.h |  Â7 +++ > Âarch/arm/mach-exynos4/time.c        Â|  Â2 + > Âarch/arm/plat-samsung/pwm-clock.c      |  10 +++++ > Â5 files changed, 77 insertions(+), 0 deletions(-) > Âcreate mode 100644 arch/arm/mach-exynos4/include/mach/clkdev.h > > diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig > index a021b52..58451c3 100644 > --- a/arch/arm/mach-exynos4/Kconfig > +++ b/arch/arm/mach-exynos4/Kconfig > @@ -110,6 +110,7 @@ config MACH_SMDKC210 > Âconfig MACH_SMDKV310 >    Âbool "SMDKV310" >    Âselect CPU_EXYNOS4210 > +    select CLKDEV_LOOKUP IMHO, 'clkdev' features, in this patch, seems to be applied to all EXYNOS4 architecture, not to only SMDKV310 machine. So, I think that this 'CLKDEV_LOOKUP' may be added into 'arch/arm/Kconfig', not this file('arch/arm/mach-exynos4/Kconfig'). Something like belows... diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index eed07ea..1069dc1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -768,6 +768,7 @@ config ARCH_EXYNOS4 select ARCH_SPARSEMEM_ENABLE select GENERIC_GPIO select HAVE_CLK + select CLKDEV_LOOKUP select ARCH_HAS_CPUFREQ select GENERIC_CLOCKEVENTS select HAVE_S3C_RTC if RTC_CLASS Thanks, Claude -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html