commit | f8abc080d33e69dfa2c3dd0f84c31832e2679091 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Mon Apr 16 13:56:18 2012 +0530 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat May 12 21:19:28 2012 +0200 |
tree | dc01d0a82f07f3e906ad1e0ee646941de5d59483 | |
parent | a45896bd3a4b7beb571fa704efa7c2782b791093 [diff] |
SPEAr: Call clk_prepare() before calling clk_enable With common clock framework, it is must to call clk_{un}prepare() before/after clk_{dis}enable. This patch fixes this for SPEAr timer. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Reviewed-by: Mike Turquette <mturquette@linaro.org>