Re: [PATCH v2] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()

2016-03-29 Thread Marek Szyprowski
Hello, On 2016-03-28 01:48, Chanwoo Choi wrote: This patch fixes the broken serial log when changing the clock source of uart device. Before disabling the original clock source, this patch enables the new clock source to protect the clock off state for a split second. Signed-off-by: Chanwoo

Re: [PATCH v2] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()

2016-03-29 Thread Marek Szyprowski
Hello, On 2016-03-28 01:48, Chanwoo Choi wrote: This patch fixes the broken serial log when changing the clock source of uart device. Before disabling the original clock source, this patch enables the new clock source to protect the clock off state for a split second. Signed-off-by: Chanwoo

[PATCH v2] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()

2016-03-27 Thread Chanwoo Choi
This patch fixes the broken serial log when changing the clock source of uart device. Before disabling the original clock source, this patch enables the new clock source to protect the clock off state for a split second. Signed-off-by: Chanwoo Choi --- Changes from v1:

[PATCH v2] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()

2016-03-27 Thread Chanwoo Choi
This patch fixes the broken serial log when changing the clock source of uart device. Before disabling the original clock source, this patch enables the new clock source to protect the clock off state for a split second. Signed-off-by: Chanwoo Choi --- Changes from v1: