On Thu, May 13, 2010 at 08:47:10AM +0200, Marek Szyprowski wrote: > Hello, > > On Thursday, May 13, 2010 3:10 AM Kukjin Kim wrote: > > > From: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > > > > Re-worked the existing clock code for Samsung's S5PC100 SoC to be in > > sync with new clock API. > > > > Signed-off-by: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > > Signed-off-by: Abhilash Kesavan <a.kesavan@xxxxxxxxxxx> > > Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > > --- > > arch/arm/mach-s5pc100/Makefile | 2 +- > > arch/arm/mach-s5pc100/clock.c | 1368 > > +++++++++++++++++++++++ > > arch/arm/mach-s5pc100/include/mach/regs-clock.h | 71 ++ > > arch/arm/plat-s5p/clock.c | 2 +- > > arch/arm/plat-s5p/include/plat/pll.h | 22 + > > arch/arm/plat-s5p/include/plat/s5p-clock.h | 2 + > > 6 files changed, 1465 insertions(+), 2 deletions(-) > > create mode 100755 arch/arm/mach-s5pc100/clock.c > > create mode 100644 arch/arm/mach-s5pc100/include/mach/regs-clock.h > > > > diff --git a/arch/arm/mach-s5pc100/Makefile b/arch/arm/mach- > > s5pc100/Makefile > > index 809ff10..8540509 100644 > > --- a/arch/arm/mach-s5pc100/Makefile > > +++ b/arch/arm/mach-s5pc100/Makefile > > @@ -11,7 +11,7 @@ obj- := > > > > # Core support for S5PC100 system > > > > -obj-$(CONFIG_CPU_S5PC100) += cpu.o > > +obj-$(CONFIG_CPU_S5PC100) += cpu.o clock.o > > This currently causes a build break. would be nice to show what the build break is... > Anyway, I will try to use this patch as a base for my s5pc100 patch > series. > > > ... > > Best regards > -- > Marek Szyprowski > Samsung Poland R&D Center > > -- -- Ben Q: What's a light-year? A: One-third less calories than a regular year. -- 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