]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Revert "serial/core: Initialize the console pm state"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Oct 2014 04:33:50 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Oct 2014 04:33:50 +0000 (21:33 -0700)
commit69784fa539efa477f39b5a849c27d5e630e0db27
treec126757030db2ff5747260e68061b7402c2de55b
parentbaeb7ef34952f523a129e5d1369aa42ecbe7f8c9
Revert "serial/core: Initialize the console pm state"

This reverts commit a86713b1536c818972675e6dd8c6e738f0379f1d.

Kevin Hilman writes:

Multiple boot failures on ARM[1] were bisected down to this
patch.

How was this patch tested, and on which platforms?

Also, the changelog states that this should be done only for
UART_CAP_SLEEP, but the patch does it for every UART.

Greg, I suggest this patch be dropped from tty-next until it has
been better described and tested.

[1] http://lists.linaro.org/pipermail/kernel-build-reports/2014-October/005550.html

Reported-by: Kevin Hilman <khilman@kernel.org>
Cc: Sudhir Sreedharan <ssreedharan@mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c