summaryrefslogtreecommitdiffstats
path: root/drivers/clk/hisilicon/clk-hip04.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clk: hisilicon: Remove CLK_IS_ROOTStephen Boyd2016-03-031-3/+3
| | | | | | | | | | This flag is a no-op now. Remove usage of the flag. Tested-by: Leo Yan <leo.yan@linaro.org> Cc: Bintian Wang <bintian.wang@huawei.com> Cc: Zhangfei Gao <zhangfei.gao@linaro.org> Cc: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: hisilicon: Remove clk.h includeStephen Boyd2015-07-201-2/+0
| | | | | | | | | | | | Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Also drop the clkdev.h include in files that aren't using it. Cc: Bintian Wang <bintian.wang@huawei.com> Cc: Zhangfei Gao <zhangfei.gao@linaro.org> Cc: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: hisi: remove static variableHaojian Zhuang2014-03-191-2/+6
| | | | | | | 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: hip04: add clock driverHaojian Zhuang2014-03-191-0/+54
Now only fixed rate clocks are appended into the clock driver. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>