commit | 085d7a455444f4d425371ee3c8a273c6e1b522db | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Wed Jan 15 10:47:23 2014 -0800 |
committer | Mike Turquette <mturquette@linaro.org> | Thu Jan 16 12:00:58 2014 -0800 |
tree | 77367862a144e00868d3bd8d08d6f41c1bfd7f5c | |
parent | 3fa2252b7a78a8057017471a28f47b306e95ee26 [diff] |
clk: qcom: Add a regmap type clock struct 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>