Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | clk: qcom: Fix clk_rcg2_is_enabled() check | Stephen Boyd | |
If the bit is set the clock is off so we should be checking for a clear bit, not a set bit. Invert the logic. Fixes: bcd61c0f535a (clk: qcom: Add support for root clock generators (RCGs)) Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mike Turquette <mturquette@linaro.org> | |||
2014-01-16 | clk: qcom: Add support for root clock generators (RCGs) | Stephen Boyd | |
Add support for the root clock generators on Qualcomm devices. RCGs are highly customizable mux/divider/counter clocks that can be used to generate almost any rate desired given some input source that is faster than the desired rate. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mike Turquette <mturquette@linaro.org> |