Re: [U-Boot] [PATCH] serial_mxc: Fix setup of UARTx_UFCR register

2016-01-03 Thread Stefano Babic
On 25/11/2015 14:08, Maximilian Schwerin wrote: > This patch writes the default values for TXTL and RXTL to UARTx_UFCR. > Without this patch some older kernel versions crash as UARTx_UFCR was > not always correctly initialized. > > Signed-off-by: Maximilian Schwerin > --- Applied to u-boot-imx,

[U-Boot] [PATCH] serial_mxc: Fix setup of UARTx_UFCR register

2015-11-25 Thread Maximilian Schwerin
This patch writes the default values for TXTL and RXTL to UARTx_UFCR. Without this patch some older kernel versions crash as UARTx_UFCR was not always correctly initialized. Signed-off-by: Maximilian Schwerin --- drivers/serial/serial_mxc.c | 9 - 1 file changed, 8 insertions(+), 1 delet