Re: [U-Boot] [PATCH v6 04/14] serial: add serial driver for BCM6345

2017-04-30 Thread Daniel Schwierzeck
Am 25.04.2017 um 00:39 schrieb Álvaro Fernández Rojas: > It is based on linux/drivers/tty/serial/bcm63xx_uart.c > > Signed-off-by: Álvaro Fernández Rojas > --- > v6: Introduce changes suggested by Daniel Schwierzeck: > - Use clr/set bits macros. > - Use read/write

Re: [U-Boot] [PATCH v6 04/14] serial: add serial driver for BCM6345

2017-04-28 Thread Simon Glass
On 24 April 2017 at 16:39, Álvaro Fernández Rojas wrote: > It is based on linux/drivers/tty/serial/bcm63xx_uart.c > > Signed-off-by: Álvaro Fernández Rojas > --- > v6: Introduce changes suggested by Daniel Schwierzeck: > - Use clr/set bits macros. > -

[U-Boot] [PATCH v6 04/14] serial: add serial driver for BCM6345

2017-04-24 Thread Álvaro Fernández Rojas
It is based on linux/drivers/tty/serial/bcm63xx_uart.c Signed-off-by: Álvaro Fernández Rojas --- v6: Introduce changes suggested by Daniel Schwierzeck: - Use clr/set bits macros. - Use read/write instead of __raw_read/__raw_write. - Fix function comments. - Remove