clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
authorViresh Kumar <viresh.kumar@st.com>
Wed, 11 Apr 2012 10:33:42 +0000 (16:03 +0530)
committerMike Turquette <mturquette@linaro.org>
Wed, 2 May 2012 01:13:38 +0000 (18:13 -0700)
This is well documented but isn't implemented. clk_set_rate() must check if
flags have CLK_SET_RATE_GATE bit set and is enabled too.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk.c

Simple merge