msm_serial_hs_lite: 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.
Change-Id: Ia2e526aaf60b069ee7eacafb75b3f824c725e529
Signed-off-by:
Mayank Rana <mrana@codeaurora.org>
Loading
Please sign in to comment