summaryrefslogtreecommitdiffstats
path: root/drivers/clk/berlin/berlin2-pll.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: berlin: Silence sparse warningStephen Boyd2015-05-151-8/+1Star
| | | | | | | | drivers/clk/berlin/berlin2-pll.c:94:12: warning: symbol 'berlin2_pll_register' was not declared. Should it be static? Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: berlin: add driver for BG2x simple PLLsAlexandre Belloni2014-05-291-0/+117
This is a clock driver for the simple PLLs found on Berlin SoCs. With repect to PLL registers and features, BG2/BG2CD and BG2Q are slightly different, e.g. different allowed VCO dividers and bit shifts. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>