Re: [PATCH 06/13] serial: samsung: add support for Exynos5420

2013-06-10 Thread Chander Kashyap
Hi, On 6 June 2013 17:05, Girish KS girishks2...@gmail.com wrote: On Thu, Jun 6, 2013 at 4:31 PM, Chander Kashyap chander.kash...@linaro.org wrote: The serial port used in Exynos5420 is similar to the serial ports used in the other Exynos SoC. Hence, extend the serial driver support for

[PATCH 06/13] serial: samsung: add support for Exynos5420

2013-06-06 Thread Chander Kashyap
The serial port used in Exynos5420 is similar to the serial ports used in the other Exynos SoC. Hence, extend the serial driver support for Exynos5420. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- drivers/tty/serial/samsung.c |2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH 06/13] serial: samsung: add support for Exynos5420

2013-06-06 Thread Girish KS
On Thu, Jun 6, 2013 at 4:31 PM, Chander Kashyap chander.kash...@linaro.org wrote: The serial port used in Exynos5420 is similar to the serial ports used in the other Exynos SoC. Hence, extend the serial driver support for Exynos5420. Signed-off-by: Chander Kashyap chander.kash...@linaro.org