summaryrefslogtreecommitdiffstats
path: root/drivers/clk/hisilicon/clk.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: hisi: add hisi_clk_register_gateZhangfei Gao2014-05-121-0/+28
| | | | | | | Add hisi_clk_register_gate register clk gate table Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
* clk: hisi: use clk_register_mux_table in hisi_clk_register_muxZhangfei Gao2014-05-121-5/+8
| | | | | | | Platform hix5hd2 use mux table, so use clk_register_mux_table instead Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
* clk: hisi: remove static variableHaojian Zhuang2014-03-191-17/+47
| | | | | | | Remove the static variable. So these common clock register helper could be used in more SoCs. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
* clk: hisi: assign missing clk to tableHaojian Zhuang2014-03-191-0/+2
| | | | | | The fixed rate and fixed factor clock isn't registered to clk table. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
* clk: hisilicon: add common clock supportHaojian Zhuang2013-12-041-0/+171
Enable common clock driver of Hi3620 SoC. clkgate-seperated driver is used to support the clock gate that enable/disable/status registers are seperated. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>