summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mmp/clk.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: mmp: Remove clk.h includeStephen Boyd2015-07-201-2/+1
| | | | | | | | | | 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. The clkdev.h include isn't used either, so drop it and add in slab.h to keep things compiling. Cc: Chao Xie <chao.xie@marvell.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: mmp: add basic support functions for DT supportChao Xie2014-11-121-0/+192
In order to support DT for mmp SOC clocks, it defines some basic APIs which are shared by all mmp SOC clock units. 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>
OpenPOWER on IntegriCloud