commit | 4f8b7e209fbac75ca6d8b0ec9c32d6c93a9b583f | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Tue Jan 24 13:31:29 2012 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Jan 31 00:12:28 2012 -0800 |
tree | 5ac8cb07ef01636c86edf17f5df68e30bbba0e79 | |
parent | da4f8b7f004f721da45e466af0df08919b50dbe0 [diff] |
msm: pil-q6v3: Move to prepare()/unprepare() clock APIs The clock driver is moving to prepare/unprepare apis. Make sure to call prepare/unprepare in non-atomic context, therefore replace the timer with a workqueue and call the combined prepare/enable apis appropriately. Change-Id: Ib2616a9dcb8b88cdf59e72e72d79f584aca80210 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>