commit | b3ee3eff57817ed5b4f6294b5a3407e4d9fc7014 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Mon Jan 19 18:05:31 2015 -0800 |
committer | Michael Turquette <mturquette@linaro.org> | Tue Jan 27 11:49:09 2015 -0800 |
tree | d7397c60b385e1f3bfbfa21cef5170fa910277e0 | |
parent | 4116076e8cbfaacb5925c24a4d22e6b47a96eb42 [diff] |
clk: qcom: Add simple regmap based muxes Add support for muxes that use regmap instead of readl/writel directly. We don't support as many features as clk-mux.c, but this is good enough to support getting and setting parents. Adding a table based lookup can be added in the future if needed. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Tested-by: Kenneth Westfield <kwestfie@codeaurora.org> Signed-off-by: Michael Turquette <mturquette@linaro.org>