msm_serial_hs: Manage UART irq in clock on/clock off
XO shutdown doesn't happen as long as the uart port is kept open even though uart clocks are switched off. This is because the uart core interrupt is configured in port open and free'd in port close. To avoid this issue uart irq is disabled and enabled in clock off and clock on respectively. CRs-Fixed: 606931 Change-Id: I8a8b733b860bfc373fc38c9550955d571d3a70bf Signed-off-by:Kiran Gunda <kgunda@codeaurora.org> Signed-off-by:
Dilip Kota <c_dkota@codeaurora.org>
Loading
Please register or sign in to comment