summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/clk-regmap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clk: qcom: Add a regmap type clock structStephen Boyd2014-01-161-0/+45
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>