Re: [U-Boot] [PATCH 4/6] sh: introduce clock framework

2009-06-15 Thread Nobuhiro Iwamatsu
Dear, Jean-Christophe PLAGNIOL-VILLARD 2009/6/4 Jean-Christophe PLAGNIOL-VILLARD : > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Cc: Nobuhiro Iwamatsu > --- >  include/asm-sh/clk.h |   35 +++ >  1 files changed, 35 insertions(+), 0 deletions(-) >  create mod

[U-Boot] [PATCH 4/6] sh: introduce clock framework

2009-06-04 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nobuhiro Iwamatsu --- include/asm-sh/clk.h | 35 +++ 1 files changed, 35 insertions(+), 0 deletions(-) create mode 100644 include/asm-sh/clk.h diff --git a/include/asm-sh/clk.h b/include/asm-sh/clk.h new file