Karol Wrona 89ed7e6e68 clk: s2mps11: Fix clk_ops
s2mps11 clocks had registered callbacks for prepare ,unprepare and is_enabled.
During disabling unused clocks the lack of is_prepared caused that unused
s2mps11 clocks were not unprepared and stayed active.

Regmap_read is cached so it can be called in is_prepare callback
to achieve this information. Enabled field was removed from struct s2mps11_clk.

Signed-off-by: Karol Wrona <k.wrona@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
2014-07-02 09:44:47 -07:00
..
2014-05-12 11:30:32 +08:00
2013-12-19 11:45:17 -08:00
2014-05-28 12:08:53 -07:00
2013-11-04 12:23:18 -08:00
2013-05-31 12:07:45 -07:00
2014-07-02 09:44:47 -07:00
2014-05-27 18:29:04 -07:00
2014-07-01 20:20:36 -07:00
2014-05-22 15:54:59 -07:00