Re: [PATCH v2] serial: core: remove baud_rates when serial console setup

2016-03-05 Thread Caesar Wang
Hi, I don't see this patch in mainline.:-( Sorry for noise if this patch has applied by Greg. 在 2016年01月04日 15:54, Jeffy Chen 写道: Currently, when tring to set up a serial console with a higher baud rate, it would fallback to 921600. Tested-by: Jianqun Xu Signed-off-by:

Re: [PATCH v2] serial: core: remove baud_rates when serial console setup

2016-03-05 Thread Caesar Wang
Hi, I don't see this patch in mainline.:-( Sorry for noise if this patch has applied by Greg. 在 2016年01月04日 15:54, Jeffy Chen 写道: Currently, when tring to set up a serial console with a higher baud rate, it would fallback to 921600. Tested-by: Jianqun Xu Signed-off-by: Jeffy Chen Verified

[PATCH v2] serial: core: remove baud_rates when serial console setup

2016-01-03 Thread Jeffy Chen
Currently, when tring to set up a serial console with a higher baud rate, it would fallback to 921600. Tested-by: Jianqun Xu Signed-off-by: Jeffy Chen --- Changes in v2: remove baud_rates as Alan's suggestion. drivers/tty/serial/serial_core.c | 33 ++--- 1 file

[PATCH v2] serial: core: remove baud_rates when serial console setup

2016-01-03 Thread Jeffy Chen
Currently, when tring to set up a serial console with a higher baud rate, it would fallback to 921600. Tested-by: Jianqun Xu Signed-off-by: Jeffy Chen --- Changes in v2: remove baud_rates as Alan's suggestion.