commit | 6f6682809b994fd9a61081fa0410df31481d5f7f | [log] [tgz] |
---|---|---|
author | Domen Puncer <domen.puncer@telargo.com> | Fri Sep 21 00:00:11 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 03 09:11:56 2007 +1000 |
tree | b70e568099380de0671e50362dce8e7c77c9443d | |
parent | 21ccdd31e9c70f42b00d9ea152f6c4e0ff3f536e [diff] |
[POWERPC] clk.h interface for platforms This provides an implementation of the <linux/clk.h> interface for arch/powerpc using a set of function pointers in clk_functions. Platforms that want to support this interface should fill clk_functions and select CONFIG_PPC_CLOCK in Kconfig. Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Signed-off-by: Paul Mackerras <paulus@samba.org>