]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Sun, 19 May 2013 19:48:08 +0000 (19:48 +0000)
commit55f0fc3238ee45018f01aa0bc561e6eb107a1cc2
treea30927fa98885cb333a886e3b4d22501e55c8952
parent8a86c7ecf73c03fdeba71f2be486d1d5233a48fe
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>
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]