Re: [PATCH] atmel_serial: Use the fractional divider when possible

2017-02-13 Thread Richard Genoud
2017-02-10 16:49 GMT+01:00 Ludovic Desroches : > On Fri, Feb 10, 2017 at 04:24:46PM +0100, Romain Izard wrote: >> The fractional baud rate generator is available when using the >> asynchronous mode of Atmel USART controllers. It makes it possible to >> use higher baudrates, in exchange for a less p

Re: [PATCH] atmel_serial: Use the fractional divider when possible

2017-02-10 Thread Ludovic Desroches
On Fri, Feb 10, 2017 at 04:24:46PM +0100, Romain Izard wrote: > The fractional baud rate generator is available when using the > asynchronous mode of Atmel USART controllers. It makes it possible to > use higher baudrates, in exchange for a less precise clock with a > variable duty cycle. > > The

[PATCH] atmel_serial: Use the fractional divider when possible

2017-02-10 Thread Romain Izard
The fractional baud rate generator is available when using the asynchronous mode of Atmel USART controllers. It makes it possible to use higher baudrates, in exchange for a less precise clock with a variable duty cycle. The existing code restricts its use to the normal mode of the USART controller