linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] two serial_core suspend/resume fixes--to
@ 2010-08-21  7:08 Jason Wang
  2010-08-21  7:08 ` [PATCH 1/2] serial-core: skip call set_termios/console_start when no_console_suspend Jason Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Wang @ 2010-08-21  7:08 UTC (permalink / raw)
  To: alan, arnd, sbrabec; +Cc: linux-serial

The [1/2] fix this situation:
we set no_console_supend and console=ttyS0 to bootargs, then bootup
the kernel, the boot logs will print out from ttyS0. When we execute
echo mem > /sys/power/state, the system will suspend, we press a
key(or other wakeup trigger) to resume the system, but the ttyS0 can't
work anymore.

The [2/2] fix this situation:
we set console=ttyS0 to bootargs, then bootup the kernel, the boot
logs will print out from ttyS0, this time we set ttyS1 as tty and
login for shell. When we execute echo mem > /sys/power/state, the
system will suspend, we press a key(or other wakeup trigger) to
resume the system, but the ttyS0 can't work anymore.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-21  7:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-21  7:08 [PATCH 0/2] two serial_core suspend/resume fixes--to Jason Wang
2010-08-21  7:08 ` [PATCH 1/2] serial-core: skip call set_termios/console_start when no_console_suspend Jason Wang
2010-08-21  7:08   ` [PATCH 2/2] serial-core: restore termios settings when resume console ports Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).