commit | a86713b1536c818972675e6dd8c6e738f0379f1d | [log] [tgz] |
---|---|---|
author | Sudhir Sreedharan <ssreedharan@mvista.com> | Mon Sep 22 12:00:22 2014 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Sep 28 21:49:48 2014 -0400 |
tree | e1cbfdd7711b08f77542b2133fdc45400428c775 | |
parent | daea65a7be76953bb80d13d0ac43e7441fd42cdf [diff] |
serial/core: Initialize the console pm state For console devices having UART_CAP_SLEEP capability, the uart_pm_state has to be initialized to UART_PM_STATE_ON. Otherwise the LCR regiser values are reinitialized when uart_change_pm is called from uart_configure_port. Signed-off-by: Sudhir Sreedharan <ssreedharan@mvista.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>