Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Viresh has moved | Viresh Kumar | 2012-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | 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> | ||||
* | SPEAr: clk: Add General Purpose Timer Synthesizer clock | Viresh Kumar | 2012-05-12 | 1 | -0/+154 |
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> |