linux-uconsole/drivers/tty
Huibin Hong 74cfa8b13a serial: 8250_dw: lost one byte sometime when receive
To avoid "too much work for irq" issue, cherry pick the the patch.
It reads the RBR to clear the time out interrupt, but sometime the
rx fifo may be not empty while cpu reads the RBR. Which would cause
the data lost.

patch for "too much work":06451e93ab59e5b1843c29cbb468a274f4919563

By the way, current patch can't get rid of the risk entirely, so I
try a lot to solve it. Unfortunately, I only got the phenomenon that
lower pclk can reduce the probability. And I check the dw data sheet,
it has pclk and sclk, so there is synchronization problem. But it
only requires (slck < 4*pclk).

Change-Id: I01a36c689b43310294c45294abcf4982f5ddf2af
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
2018-07-16 17:45:23 +08:00
..
hvc tty: hvc_xen: hide xen_console_remove when unused 2018-02-25 11:03:46 +01:00
ipwireless
serial serial: 8250_dw: lost one byte sometime when receive 2018-07-16 17:45:23 +08:00
vt vt: change SGR 21 to follow the standards 2018-04-08 11:52:01 +02:00
amiserial.c
bfin_jtag_comm.c
cyclades.c
ehv_bytechan.c
goldfish.c Reduce amount of casting in drivers/tty/goldfish.c. 2018-05-20 16:40:16 +05:30
isicom.c
Kconfig FROMLIST: tty: goldfish: Enable 'earlycon' only if built-in 2018-03-05 21:56:13 +05:30
Makefile
metag_da.c
mips_ejtag_fdc.c
moxa.c
moxa.h
mxser.c
mxser.h
n_gsm.c tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set 2018-05-02 07:53:40 -07:00
n_hdlc.c
n_r3964.c
n_tracerouter.c
n_tracesink.c
n_tracesink.h
n_tty.c tty: make n_tty_read() always abort if hangup is in progress 2018-04-24 09:32:04 +02:00
nozomi.c
pty.c
rocket.c
rocket.h
rocket_int.h
synclink.c
synclink_gt.c
synclinkmp.c
sysrq.c sysrq: Fix warning in sysrq generated crash. 2018-01-17 09:35:28 +01:00
tty_audit.c
tty_buffer.c tty: fix __tty_insert_flip_char regression 2017-09-27 11:00:13 +02:00
tty_io.c UPSTREAM: tty: fix data race between tty_init_dev and flush of buf 2018-07-10 14:46:01 +08:00
tty_ioctl.c
tty_ldisc.c UPSTREAM: tty: fix data race between tty_init_dev and flush of buf 2018-07-10 14:46:01 +08:00
tty_ldsem.c
tty_mutex.c
tty_port.c