[go: nahoru, domu]

History log of /drivers/clk/mxs/clk.c
Revision Date Author Comments
30ee400614385ac49f4c9b4bc03d77ff8f07a61e 11-Feb-2013 Fabio Estevam <fabio.estevam@freescale.com> clk: mxs: Fix sparse warnings

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>
23b5e15a2994fb0c1444f92b76f09a482f32843c 28-Apr-2012 Shawn Guo <shawn.guo@linaro.org> clk: mxs: add mxs specific clocks

Add mxs specific clocks, pll, reference clock (PFD), integer divider
and fractional divider.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>