summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mxs/clk.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: mxs: Fix sparse warningsFabio Estevam2013-03-191-0/+1
| | | | | | | | | | | Fix the following sparse warnings: drivers/clk/mxs/clk.c:17:1: warning: symbol 'mxs_lock' was not declared. Should it be static? drivers/clk/mxs/clk.c:19:5: warning: symbol 'mxs_clk_wait' was not declared. Should it be static? Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
* clk: mxs: add mxs specific clocksShawn Guo2012-05-091-0/+28
Add mxs specific clocks, pll, reference clock (PFD), integer divider and fractional divider. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>