+4
−0
arch/powerpc/kernel/clock.c
0 → 100644
+82
−0
include/asm-powerpc/clk_interface.h
0 → 100644
+20
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>