aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/clk-pll.h
Commit message (Collapse)AuthorAge
* clk: qcom: Add support for SR2 PLLsGeorgi Djakov2015-07-07
| | | | | | | | Add support for SR2 type pll operations. SR2 is optimized for Time Interval Error (TIE) or absolute jitter. Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: qcom: Add support for setting rates on PLLsStephen Boyd2014-09-22
| | | | | | | Some PLLs may require changing their rate at runtime. Add support for these PLLs. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: qcom: pll: Add support for configuring SR PLLsStephen Boyd2014-07-15
| | | | | | | | Some SR type PLLs need to be configured for a certain rate when linux boots. Add support for these types of PLLs so that we can program PLL15's rate on apq8064. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: qcom: Add support for phase locked loops (PLLs)Stephen Boyd2014-01-16
Add support for Qualcomm's PLLs (phase locked loops). This is sufficient enough to be able to determine the rate the PLL is running at. We can add rate setting support later when it's needed. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>