linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re:Re:[PATCH RESEND 0/2] two serial_core suspend/resume fixes
@ 2010-08-24  3:48 wanghui
  0 siblings, 0 replies; only message in thread
From: wanghui @ 2010-08-24  3:48 UTC (permalink / raw)
  To: sbrabec; +Cc: gregkh, alan, arnd, linux-serial

>
> > Jason Wang wrote:
>   
>> > > Sorry for resending this thread. Last thread is forgot to CC
>> > > Greg Kroah-Hartman.
>>     
> >
> > Well, I experienced no_console_supend breakage on my PXA270 based Zaurus
> > SL-C3200 (terrier/spitz) as well.
> >
> > But your patches did not fix the behavior, serial port remains dead
> > after resume with no_console_supend.
> >
>   

Very strange, I have validated these patches on ti_omap3530evm, fsl_imx31pdk
and fsl_imx51pdk.
They work fine.

When we set no_console_suspend to bootargs,  the suspend process will skip
most sub-callings in the
serial_core.c->uart_suspend_port(), only call ops->tx_empty().  While in
resume process, if without my
first patch, it will call uart_change_pm(), ops->set_termios() and
console_start(), these callings will make
the console uart unusable, but if apply my first patch,  it will call
nothing in the resume process. So
apply my first patch will balance suspend and resume sub-callings.

So i guess, your issue is not here. Maybe other parts(like gpio/clock) of
suspend/resume affect your UART.

Thanks,
Jason.



> >
>   
>> > > 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.
>>     
> >
> > --
> > Best Regards / S pozdravem,
> >
> > Stanislav Brabec
> > software developer
> > ---------------------------------------------------------------------
>   


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-24  3:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-24  3:48 Re:Re:[PATCH RESEND 0/2] two serial_core suspend/resume fixes wanghui

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).