Commits

Andy Duan committed 26ee81b31ef
MLK-10274 tty: serial: clear AWAKE bit after resume back When uart port (non-console port) in dma mode and use uart as remote wakeup source, after resume back, the AWAKE bit is not cleared most of interrupts are disabled. And then let system suspend state, system resume back immediately without any wake up action. So we need to clear the AWAKE bit after resume back in DMA mode. Merge comments: it is necessary to clear AWAKE or RTSD bit. Signed-off-by: Fugang Duan <B38611@freescale.com> (merge patch from commit: d4b6b6b20eb2c5cca47292f89ab588b15d3be0a9)