Re: [PATCH] libchip/ns16550: Allow user calculate baud divisor

2020-01-17 Thread Gedare Bloom
On Thu, Jan 16, 2020 at 12:48 PM Christian Mauderer wrote: > > > > On 15/01/2020 12:50, G S Niteesh wrote: > > This patch will allow the user to pass a function to calculate > > the baud divisor. > > This is will allow for more flexibility, since for some BSP's > > like raspberrypi, the calculate

Re: [PATCH] libchip/ns16550: Allow user calculate baud divisor

2020-01-16 Thread Christian Mauderer
On 15/01/2020 12:50, G S Niteesh wrote: > This patch will allow the user to pass a function to calculate > the baud divisor. > This is will allow for more flexibility, since for some BSP's > like raspberrypi, the calculate of baud divisor is different > from what is in the current driver. > ---

[PATCH] libchip/ns16550: Allow user calculate baud divisor

2020-01-15 Thread G S Niteesh
This patch will allow the user to pass a function to calculate the baud divisor. This is will allow for more flexibility, since for some BSP's like raspberrypi, the calculate of baud divisor is different from what is in the current driver. --- bsps/include/libchip/ns16550.h | 11