summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mmp/clk.c
diff options
context:
space:
mode:
authorChao Xie <chao.xie@marvell.com>2014-10-31 10:13:45 +0800
committerMichael Turquette <mturquette@linaro.org>2014-11-12 16:33:52 -0800
commitee81f4ee2a3632a2d7928f680c4af8243a18762f (patch)
tree7e0f473833adb5b523c033b32a31c10ee8cf5cf7 /drivers/clk/mmp/clk.c
parent3a2b2f84957d3c1e380640e23e438c40c730cfd1 (diff)
clk: mmp: add clock type mix
The clock type mix is a kind of clock combines "div" and "mux". This kind of clock can not allow to change div first then mux or change mux first or div. The reason is 1. Some clock has frequency change bit. Each time want to change the frequency, there are some operations based on this bit, and these operations are time-cost. Seperating div and mux change will make the process longer, and waste more time. 2. Seperting the div and mux may generate middle clock that the peripharals do not support. It may make the peripharals hang. There are three kinds of this type of clock in all SOCes. 1. The clock has bit to trigger the frequency change. 2. Same as #1, but the operations for the bit is different 3. Do not have frequency change bit. So this type of clock has implemented the callbacks ->determine_rate ->set_rate_and_parent These callbacks can help to change the div and mux together. Signed-off-by: Chao Xie <chao.xie@marvell.com> Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/mmp/clk.c')
0 files changed, 0 insertions, 0 deletions