commit | 605cc1297214cf95745783fd2c0b8b278e746e24 | [log] [tgz] |
---|---|---|
author | Liron Kuch <lkuch@codeaurora.org> | Thu Feb 21 14:25:57 2013 +0200 |
committer | Liron Kuch <lkuch@codeaurora.org> | Mon Feb 25 19:26:45 2013 +0200 |
tree | 28354302ff14d4e56650f421407948cb744683af | |
parent | 045690bb55ada9931719fdbd372537d9dc33741c [diff] |
tspp: Fix incorrect usage of clk_disable to support PM The TSPP driver uses clk_prepare_enable() API to use the appropriate clocks. When the device is not used, clk_disable_unprepare() should be called. However, clk_disable() was used by mistake instead. Change-Id: I70f8e9e8a7d2aef3a781be160b72096252e964de Signed-off-by: Liron Kuch <lkuch@codeaurora.org>