u-boot/drivers/serial
Patrice Chotard 7b3b74d321 serial: serial_stm32: Enable overrun
Enable uart overrun feature which allows to benefits of uart
FIFO usage.

Previously overrun management was disabled, this has to effect
to bypassed the uart FIFO usage even if FIFO was enabled.
In particular configuration, for example when video console is
enabled, copy/pasting a long command line in console results in
corruption. This is due to the fact that a lot of time is consumed
in flushing the cache during frame buffer update, so uart chars are
not read fast enough.

By using uart FIFO and managing overrun, long command line can by
copy/paste in console without being corrupted.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
2018-04-28 18:32:24 -04:00
..
altera_jtag_uart.c Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 2018-04-27 14:54:48 -04:00
altera_uart.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
arm_dcc.c serial: dcc: Move driver to DM 2016-02-25 19:06:37 -05:00
atmel_usart.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
atmel_usart.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Kconfig serial: Migrate CONFIG_FSL_LINFLEXUART to Kconfig 2018-04-28 10:42:35 -04:00
lpc32xx_hsuart.c Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 2018-04-27 14:54:48 -04:00
Makefile serial: Remove duplicated line in Makefile 2018-04-16 18:45:35 -04:00
mcfuart.c m68k: add DM model serial driver 2016-05-17 09:54:43 -06:00
ns16550.c ns16550: Fix mem mapped endian check 2018-02-23 10:40:50 -05:00
sandbox.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
serial_ar933x.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
serial_arc.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
serial_bcm283x_mu.c serial_bcm283x_mu: Flush RX queue after setting baud rate 2018-03-09 12:26:47 -05:00
serial_bcm283x_pl011.c bcm283x_pl011: Flush RX queue after setting baud rate 2018-03-09 12:31:04 -05:00
serial_bcm6345.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
serial_efi.c debug_uart: Adjust the declaration of debug_uart_init() 2015-10-21 07:46:50 -06:00
serial_intel_mid.c serial: Add serial driver for Intel MID 2017-04-10 10:02:03 +08:00
serial_linflexuart.c serial: Migrate CONFIG_FSL_LINFLEXUART to Kconfig 2018-04-28 10:42:35 -04:00
serial_lpuart.c serial: lpuart: Proper device identification 2018-01-15 12:44:09 -08:00
serial_meson.c Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 2018-04-27 14:54:48 -04:00
serial_mpc8xx.c powercp: mpc8xx: move commproc.h 2018-04-06 16:30:37 -04:00
serial_msm.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
serial_mvebu_a3700.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
serial_mxc.c serial: mxc: Add debug uart support 2017-07-12 09:44:22 +02:00
serial_ns16550.c serial: Remove serial_putc_raw_dev 2016-01-25 10:39:45 -05:00
serial_nulldev.c serial: nulldev: Implement "pending" function to fix tstc return "true" 2017-11-17 07:44:13 -05:00
serial_pic32.c wait_bit: use wait_for_bit_le32 and remove wait_for_bit 2018-01-24 12:03:43 +05:30
serial_pl01x_internal.h bcm283x_pl011: Flush RX queue after setting baud rate 2018-03-09 12:31:04 -05:00
serial_pl01x.c bcm283x_pl011: Flush RX queue after setting baud rate 2018-03-09 12:31:04 -05:00
serial_pxa.c serial: pxa: integrate optional driver model handling 2016-11-23 13:53:20 +01:00
serial_rockchip.c rockchip: serial: Adapt rockchip of-platdata driver for rk3188 2017-03-16 16:03:44 -06:00
serial_s5p.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
serial_sh.c serial: sh: Add SCIFA0 address entry 2018-04-13 23:41:44 +02:00
serial_sh.h serial: sh: Add support for R7S72100 (RZ/A1) 2018-01-24 23:27:21 +01:00
serial_sti_asc.c sti: fix STMicroelectronics copyright 2017-11-06 09:51:01 -05:00
serial_stm32.c serial: serial_stm32: Enable overrun 2018-04-28 18:32:24 -04:00
serial_stm32.h serial: serial_stm32: Enable overrun 2018-04-28 18:32:24 -04:00
serial_uniphier.c dm: Fix up inclusion of common.h 2017-06-01 07:03:03 -06:00
serial_xuartlite.c Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 2018-04-27 14:54:48 -04:00
serial_zynq.c Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 2018-04-27 14:54:48 -04:00
serial-uclass.c serial: Make full device search optional 2018-01-29 08:18:02 -05:00
serial.c drivers: serial: remove nonexisting initialisation functions 2018-04-06 17:04:33 -04:00
usbtty.c usbtty: fix typos 2017-10-16 09:42:51 -04:00
usbtty.h omap: clean-up dead configs 2014-08-09 11:17:04 -04:00