summaryrefslogtreecommitdiff
path: root/drivers/clk/qcom/clk-pll.h
AgeCommit message (Collapse)AuthorFilesLines
2014-01-17clk: qcom: Add support for phase locked loops (PLLs)Stephen Boyd1-0/+66
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>