linux_dsm_epyc7002/drivers/clk/spear
Viresh Kumar a45896bd3a SPEAr: clk: Add General Purpose Timer Synthesizer clock
All SPEAr SoC's contain GPT Synthesizers. Their Fout is derived from
following equations:

Fout= Fin/((2 ^ (N+1)) * (M+1))

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>
2012-05-12 21:19:27 +02:00
..
clk-aux-synth.c SPEAr: clk: Add Auxiliary Synthesizer clock 2012-05-12 21:19:26 +02:00
clk-frac-synth.c SPEAr: clk: Add Fractional Synthesizer clock 2012-05-12 21:19:27 +02:00
clk-gpt-synth.c SPEAr: clk: Add General Purpose Timer Synthesizer clock 2012-05-12 21:19:27 +02:00
clk-vco-pll.c SPEAr: clk: Add VCO-PLL Synthesizer clock 2012-05-12 21:19:23 +02:00
clk.c SPEAr: clk: Add VCO-PLL Synthesizer clock 2012-05-12 21:19:23 +02:00
clk.h SPEAr: clk: Add General Purpose Timer Synthesizer clock 2012-05-12 21:19:27 +02:00
Makefile SPEAr: clk: Add General Purpose Timer Synthesizer clock 2012-05-12 21:19:27 +02:00