commit | 04570ab5d0358f078c89eec573fa7f3416669387 | [log] [tgz] |
---|---|---|
author | Mayank Rana <mrana@codeaurora.org> | Tue Jan 24 09:58:32 2012 +0530 |
committer | Mayank Rana <mrana@codeaurora.org> | Sat Feb 18 14:38:35 2012 +0530 |
tree | 49febfe54f9dfcda5598e90a21d99a47924afa5e | |
parent | a0927785b2dd9d67ac221fa6972689355a7c51fe [diff] |
msm_serial: Cleanup regarding usage of clock enable/disable apis Currently driver uses clock apis (clock_enable()/clock_disable()) before accessing any UART Core register. Hence remove all usage of clock apis which is just increasing the refcount of uart clock instead of turning on/off the uart lock. Start using serial core PM functionality to enable disable the uart clock. Change-Id: I42e180fe6b3b92e4d9cc6d289f5f4689658e51c6 Signed-off-by: Mayank Rana <mrana@codeaurora.org>