summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/clk-regmap.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: qcom: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-08-241-3/+2
| | | | | | | | | Now that we have clk_hw based provider APIs to register clks, we can get rid of struct clk pointers in this driver, allowing us to move closer to a clear split of consumer and provider clk APIs. Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: qcom: Add a regmap type clock structStephen Boyd2014-01-161-0/+114
Add a clock type that associates a regmap pointer and some enable/disable bits with a clk_hw struct. This will be the struct that a hw specific implementation wraps if it wants to use the regmap helper functions. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
OpenPOWER on IntegriCloud