Re: [PATCH v2] serial: samsung: fix serial console break

2015-04-18 Thread Peter Hurley
On 04/17/2015 02:43 AM, Robert Baldyga wrote: > This patch fixes problems with serial console break. When function > s3c64xx_serial_startup() was started while serial console has been working, > it caused lose of characters written to TX FIFO. This effect was particularly > observable with systemd,

[PATCH v2] serial: samsung: fix serial console break

2015-04-16 Thread Robert Baldyga
This patch fixes problems with serial console break. When function s3c64xx_serial_startup() was started while serial console has been working, it caused lose of characters written to TX FIFO. This effect was particularly observable with systemd, which closes serial port every time when it's not cur