]> git.baikalelectronics.ru Git - kernel.git/commit
serial: sh-sci: SCIFA/B RX FIFO software timeout
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Fri, 3 Feb 2017 10:38:18 +0000 (11:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Feb 2017 08:47:51 +0000 (09:47 +0100)
commit5db16f6fa51600ae59918fa22e0eea8a7d40d46a
treeddf550b0a07ea5f8386675ab14a153a0fb1d6e1b
parent4fb9e72e3f07b1bbe22daf4f937f768f2066937f
serial: sh-sci: SCIFA/B RX FIFO software timeout

Implements support for FIFO fill thresholds greater than one with software
timeout.

This mechanism is not possible (or at least not useful) on SCIF family
hardware other than SCIFA and SCIFB because they do not support turning off
the DR hardware timeout interrupt separately from the RI interrupt.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c