Re: [PATCH] tty/serial: atmel: add fractional baud rate support

2016-08-25 Thread Nicolas Ferre
Le 25/08/2016 à 15:47, Ludovic Desroches a écrit : > The USART device provides a fractional baud rate generator to get a more > accurate baud rate. It can be used only when the USART is configured in > 'normal mode' and this feature is not available on AT91RM9200 SoC. > > Signed-off-by: Ludovic De

[PATCH] tty/serial: atmel: add fractional baud rate support

2016-08-25 Thread Ludovic Desroches
The USART device provides a fractional baud rate generator to get a more accurate baud rate. It can be used only when the USART is configured in 'normal mode' and this feature is not available on AT91RM9200 SoC. Signed-off-by: Ludovic Desroches --- drivers/tty/serial/atmel_serial.c | 41