git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
270b9f4
)
SPEAr: clk: Add General Purpose Timer Synthesizer clock
author
Viresh Kumar
<viresh.kumar@st.com>
Wed, 11 Apr 2012 12:34:23 +0000
(18:04 +0530)
committer
Arnd Bergmann
<arnd@arndb.de>
Sat, 12 May 2012 19:19:27 +0000
(21:19 +0200)
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>
No differences found