diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-05-11 05:08:02 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-29 23:20:22 +0400 |
commit | a45184099affdd5d14fc357376d388ae069ec79a (patch) | |
tree | ec1998801e836c4d619a95be0397ff26a7054f0d /drivers/clk/mvebu/Makefile | |
parent | 29020c9a400d89798df2171fe95291d1bb295563 (diff) | |
download | linux-a45184099affdd5d14fc357376d388ae069ec79a.tar.xz |
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>
Diffstat (limited to 'drivers/clk/mvebu/Makefile')
-rw-r--r-- | drivers/clk/mvebu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/Makefile b/drivers/clk/mvebu/Makefile index 58df3dc49363..21432303bb3e 100644 --- a/drivers/clk/mvebu/Makefile +++ b/drivers/clk/mvebu/Makefile @@ -1,3 +1,4 @@ +obj-$(CONFIG_MVEBU_CLK_COMMON) += common.o obj-$(CONFIG_MVEBU_CLK_CORE) += clk.o clk-core.o obj-$(CONFIG_MVEBU_CLK_CPU) += clk-cpu.o obj-$(CONFIG_MVEBU_CLK_GATING) += clk-gating-ctrl.o |