History log of /drivers/clk/spear/clk-gpt-synth.c
Revision Date Author Comments
10d8935f46e5028847b179757ecbf9238b13d129 20-Jun-2012 Viresh Kumar <viresh.linux@gmail.com> Viresh has moved

viresh.kumar@st.com email-id doesn't exist anymore as I have left the
company. Replace ST's id with viresh.linux@gmail.com.

It also updates .mailmap file to fix address for 'git shortlog'

Signed-off-by: Viresh Kumar <viresh.linux@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
a45896bd3a4b7beb571fa704efa7c2782b791093 11-Apr-2012 Viresh Kumar <viresh.kumar@st.com> 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>