clk: mvebu: add common clock functions for core clk and clk gating
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sat, 11 May 2013 01:08:02 +0000 (03:08 +0200)
committerJason Cooper <jason@lakedaemon.net>
Wed, 29 May 2013 19:20:22 +0000 (19:20 +0000)
commita45184099affdd5d14fc357376d388ae069ec79a
treeec1998801e836c4d619a95be0397ff26a7054f0d
parent29020c9a400d89798df2171fe95291d1bb295563
clk: mvebu: add common clock functions for core clk and clk gating

Based on the current common functions for core clocks and clock
gating control, new common functions are joined in a single file.
Given the opportunity, names of functions and structs are unified,
and also a Kconfig entry is added.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/clk/mvebu/Kconfig
drivers/clk/mvebu/Makefile
drivers/clk/mvebu/common.c [new file with mode: 0644]
drivers/clk/mvebu/common.h [new file with mode: 0644]