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

2016-03-25 Thread Chanwoo Choi
Dear Marek, On 2016년 03월 25일 17:14, Marek Szyprowski wrote: > Dear Chanwoo, > > On 2016-03-25 01:10, Chanwoo Choi wrote: >> Hi Robert, >> >> I send following patch to fix the broken serial log of Exynos SoC. >> As I knew, you also knew this issue. >> If possible, could you review or test this

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

2016-03-25 Thread Chanwoo Choi
Dear Marek, On 2016년 03월 25일 17:14, Marek Szyprowski wrote: > Dear Chanwoo, > > On 2016-03-25 01:10, Chanwoo Choi wrote: >> Hi Robert, >> >> I send following patch to fix the broken serial log of Exynos SoC. >> As I knew, you also knew this issue. >> If possible, could you review or test this

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

2016-03-25 Thread Marek Szyprowski
Dear Chanwoo, On 2016-03-25 01:10, Chanwoo Choi wrote: Hi Robert, I send following patch to fix the broken serial log of Exynos SoC. As I knew, you also knew this issue. If possible, could you review or test this patch? Robert no longer works for Samsung, so I'm afraid that he won't be able

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

2016-03-25 Thread Marek Szyprowski
Dear Chanwoo, On 2016-03-25 01:10, Chanwoo Choi wrote: Hi Robert, I send following patch to fix the broken serial log of Exynos SoC. As I knew, you also knew this issue. If possible, could you review or test this patch? Robert no longer works for Samsung, so I'm afraid that he won't be able

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

2016-03-24 Thread Chanwoo Choi
Hi Robert, I send following patch to fix the broken serial log of Exynos SoC. As I knew, you also knew this issue. If possible, could you review or test this patch? Best Regards, Chanwoo Choi On 2016년 03월 14일 09:41, Chanwoo Choi wrote: > This patch fixes the broken serial log when changing the

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

2016-03-24 Thread Chanwoo Choi
Hi Robert, I send following patch to fix the broken serial log of Exynos SoC. As I knew, you also knew this issue. If possible, could you review or test this patch? Best Regards, Chanwoo Choi On 2016년 03월 14일 09:41, Chanwoo Choi wrote: > This patch fixes the broken serial log when changing the

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

2016-03-13 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 ---

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

2016-03-13 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 --- drivers/tty/serial/samsung.c | 4 ++-- 1