Re: [PATCH] bsp/raspberrypi: AUX uart driver

2020-01-17 Thread Christian Mauderer
On 17/01/2020 14:57, Niteesh wrote: > On Fri, Jan 17, 2020 at 1:40 AM Christian Mauderer > wrote: > > On 15/01/2020 13:05, G S Niteesh wrote: > > This patch adds the driver for aux driver present in Raspberry > > Pi 3 and above, this uart is currently used

Re: [PATCH] bsp/raspberrypi: AUX uart driver

2020-01-17 Thread Niteesh
And also should I change everything else to mini_uart or just leave it as mini, for example, init_ctx_mini or init_ctx_mini_uart. mini_uart seems good to me. So should I change everything to mini_uart_context, output_char_mini_uart or leave them as mini_context, mini_uart? On Fri, Jan 17, 2020 at

Re: [PATCH] bsp/raspberrypi: AUX uart driver

2020-01-17 Thread Niteesh
On Fri, Jan 17, 2020 at 1:40 AM Christian Mauderer wrote: > On 15/01/2020 13:05, G S Niteesh wrote: > > This patch adds the driver for aux driver present in Raspberry > > Pi 3 and above, this uart is currently used as the primary uart. > > Most of the time UART is written all upper case. > > > Th

Re: [PATCH] bsp/raspberrypi: AUX uart driver

2020-01-16 Thread Christian Mauderer
On 15/01/2020 13:05, G S Niteesh wrote: > This patch adds the driver for aux driver present in Raspberry > Pi 3 and above, this uart is currently used as the primary uart. Most of the time UART is written all upper case. > The AUX uart is similar to ns16550, it uses the libchip/ns16550 > driver.

[PATCH] bsp/raspberrypi: AUX uart driver

2020-01-15 Thread G S Niteesh
This patch adds the driver for aux driver present in Raspberry Pi 3 and above, this uart is currently used as the primary uart. The AUX uart is similar to ns16550, it uses the libchip/ns16550 driver. --- bsps/arm/raspberrypi/console/console-config.c | 113 -- bsps/arm/raspberrypi/i