]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/powerpc/kernel/Makefile
[POWERPC] clk.h interface for platforms
authorDomen Puncer <domen.puncer@telargo.com>
Thu, 20 Sep 2007 14:00:11 +0000 (00:00 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 2 Oct 2007 23:11:56 +0000 (09:11 +1000)
commit6f6682809b994fd9a61081fa0410df31481d5f7f
treeb70e568099380de0671e50362dce8e7c77c9443d
parent21ccdd31e9c70f42b00d9ea152f6c4e0ff3f536e
[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>
arch/powerpc/Kconfig
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/clock.c [new file with mode: 0644]
arch/powerpc/platforms/52xx/Kconfig
include/asm-powerpc/clk_interface.h [new file with mode: 0644]