Re: [PATCH 2/3] tty: serial: meson: retrieve port FIFO size from DT

2021-03-23 Thread Martin Blumenstingl
On Mon, Mar 15, 2021 at 9:37 AM Neil Armstrong wrote: > > Now the DT bindings has a property to get the FIFO size for a particular port, > retrieve it and use to setup the FIFO interrupts threshold. > > Signed-off-by: Neil Armstrong Reviewed-by: Martin Blumenstingl

Re: [PATCH 2/3] tty: serial: meson: retrieve port FIFO size from DT

2021-03-15 Thread Kevin Hilman
Neil Armstrong writes: > Now the DT bindings has a property to get the FIFO size for a particular port, > retrieve it and use to setup the FIFO interrupts threshold. > > Signed-off-by: Neil Armstrong Reviewed-by: Kevin Hilman

[PATCH 2/3] tty: serial: meson: retrieve port FIFO size from DT

2021-03-15 Thread Neil Armstrong
Now the DT bindings has a property to get the FIFO size for a particular port, retrieve it and use to setup the FIFO interrupts threshold. Signed-off-by: Neil Armstrong --- drivers/tty/serial/meson_uart.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git