Searched hist:"5335 a639ecc5646cbe8e99086fb7e743b801ac58" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/spear/ |
H A D | Makefile | diff 5335a639ecc5646cbe8e99086fb7e743b801ac58 Wed Apr 11 14:34:23 CEST 2012 Viresh Kumar <viresh.kumar@st.com> SPEAr: clk: Add Auxiliary Synthesizer clock
All SPEAr SoC's contain Auxiliary Synthesizers. Their Fout is derived based on values of eq, x and y.
Fout from synthesizer can be given from two equations: Fout1 = (Fin * X/Y)/2 EQ1 Fout2 = Fin * X/Y EQ2
This patch adds in support for this type of clock.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Reviewed-by: Mike Turquette <mturquette@linaro.org>
|
H A D | clk.h | diff 5335a639ecc5646cbe8e99086fb7e743b801ac58 Wed Apr 11 14:34:23 CEST 2012 Viresh Kumar <viresh.kumar@st.com> SPEAr: clk: Add Auxiliary Synthesizer clock
All SPEAr SoC's contain Auxiliary Synthesizers. Their Fout is derived based on values of eq, x and y.
Fout from synthesizer can be given from two equations: Fout1 = (Fin * X/Y)/2 EQ1 Fout2 = Fin * X/Y EQ2
This patch adds in support for this type of clock.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Reviewed-by: Mike Turquette <mturquette@linaro.org>
|
H A D | clk-aux-synth.c | 5335a639ecc5646cbe8e99086fb7e743b801ac58 Wed Apr 11 14:34:23 CEST 2012 Viresh Kumar <viresh.kumar@st.com> SPEAr: clk: Add Auxiliary Synthesizer clock
All SPEAr SoC's contain Auxiliary Synthesizers. Their Fout is derived based on values of eq, x and y.
Fout from synthesizer can be given from two equations: Fout1 = (Fin * X/Y)/2 EQ1 Fout2 = Fin * X/Y EQ2
This patch adds in support for this type of clock.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Reviewed-by: Mike Turquette <mturquette@linaro.org>
|