[PATCH] serial: samsung: Add support 4M baudrate for samsung serial

2012-02-03 Thread 김경일
At getting the baudrate, the max baudrate parameter value is changed to 4M. So samsung serial can support upto 4M baudrate. Signed-off-by: Kyoungil Kim --- drivers/tty/serial/samsung.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/tty/serial/samsung.c b/driver

Re: [PATCH] serial: samsung: Add support 4M baudrate for samsung serial

2012-05-12 Thread Kukjin Kim
On 02/03/12 17:06, 김경일 wrote: > At getting the baudrate, the max baudrate parameter value > is changed to 4M. > So samsung serial can support upto 4M baudrate. > > Signed-off-by: Kyoungil Kim > --- > drivers/tty/serial/samsung.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >

RE: [PATCH] serial: samsung: Add support 4M baudrate for samsung serial

2012-05-14 Thread Kyoungil Kim
Kukjin Kim wrote: > On 02/03/12 17:06, 김경일 wrote: > > At getting the baudrate, the max baudrate parameter value > > is changed to 4M. > > So samsung serial can support upto 4M baudrate. > > > > Signed-off-by: Kyoungil Kim > > --- > > drivers/tty/serial/samsung.c |2 +- > > 1 files changed, 1