commit | 6682b38c72263861ff2c1d021b94b852988ae8c4 | [log] [tgz] |
---|---|---|
author | Joel Nider <jnider@codeaurora.org> | Tue Jul 03 13:59:27 2012 +0300 |
committer | Joel Nider <jnider@codeaurora.org> | Wed Aug 01 11:33:29 2012 +0300 |
tree | be208d76221f8611e835770c56bf44137ce93e7d | |
parent | acc76a62e48eb93617026d2a968b1639721e5e28 [diff] |
tsif: use new clock preparation functions Replace the clk_enable() with clk_prepare_enable() and replace clk_disable() with clk_disable_unprepare() functions. Add a new tasklet so the clocks can be turned off and unprepared from the irq context in the case of emergency. Change-Id: Ic63c6c25600069938b414974c5e1237943ffe2e7 Signed-off-by: Joel Nider <jnider@codeaurora.org>