commit | d64dacaac94e76c89d9e68923a893f97c9628255 | [log] [tgz] |
---|---|---|
author | Mayank Rana <mrana@codeaurora.org> | Mon Sep 05 12:47:47 2011 +0530 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 09:58:55 2011 -0700 |
tree | 005f0d9de84e76f196bdac1bc7a63a6672c2195a | |
parent | 1c8ffd772659b9f2ecb95d475c1372db9a77b458 [diff] |
serial_core: Add uart_change_pm in resume path UART clock rate is set to zero while disabling the uart clock for subsystem restart feature. It is required to set the uart clock rate to 7372800 Hz while enabling UART clock. Hence use uart_change_pm in serial core to call msm_hsl_power api to achieve the same. Signed-off-by: Mayank Rana <mrana@codeaurora.org>