Hello, On Friday, May 14, 2010 2:35 AM Kukjin Kim wrote: > From: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > > This is a pre-requisite clock patch for the plat-s5pc1xx to plat-s5p > movement. The patches that perform the movement of the code from > plat-s5pc1xx to plat-s5p (and mach-s5pc100) should also enable the > build for the mach-s5pc100/clock.c code. > > Signed-off-by: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > --- > arch/arm/mach-s5pc100/clock.c | 1362 > +++++++++++++++++++++++ > 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 + > 5 files changed, 1459 insertions(+), 1 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/clock.c b/arch/arm/mach-s5pc100/clock.c > new file mode 100755 Please use 0644 mode for new files, no need to set the 'execute' bit. > ... I also got the following compilation warnings: arch/arm/mach-s5pc100/clock.c:47: warning: 'clk_mout_href' defined but not used arch/arm/mach-s5pc100/clock.c:400: warning: 's5pc100_d2_0_ctrl' defined but not used Besides the above this patch works fine. I will post my redesigned s5pc100 patch series in a few minutes. Best regards -- Marek Szyprowski Samsung Poland R&D Center -- 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