Re: [PATCH 1/2] serial: sh-sci: Support for variable HSCIF hardware RX timeout

2017-11-15 Thread Wolfram Sang
> No need to resend, see commit fa2abb03637a5528 ("serial: sh-sci: Support > for variable HSCIF hardware RX timeout") in today's upstream. In deed. Nice! signature.asc Description: PGP signature

Re: [PATCH 1/2] serial: sh-sci: Support for variable HSCIF hardware RX timeout

2017-11-15 Thread Geert Uytterhoeven
Hi Wolfram, On Wed, Nov 15, 2017 at 4:06 PM, Wolfram Sang wrote: > On Fri, Sep 29, 2017 at 03:08:53PM +0200, Ulrich Hecht wrote: >> HSCIF has facilities that allow changing the timeout after which an RX >> interrupt is triggered even if the FIFO is not filled. This patch allows >> changing the de

Re: [PATCH 1/2] serial: sh-sci: Support for variable HSCIF hardware RX timeout

2017-11-15 Thread Wolfram Sang
On Fri, Sep 29, 2017 at 03:08:53PM +0200, Ulrich Hecht wrote: > HSCIF has facilities that allow changing the timeout after which an RX > interrupt is triggered even if the FIFO is not filled. This patch allows > changing the default (15 bits of silence) using the existing sysfs > attribute "rx_fifo

Re: [PATCH 1/2] serial: sh-sci: Support for variable HSCIF hardware RX timeout

2017-10-02 Thread Geert Uytterhoeven
Hi Uli, On Fri, Sep 29, 2017 at 3:08 PM, Ulrich Hecht wrote: > HSCIF has facilities that allow changing the timeout after which an RX > interrupt is triggered even if the FIFO is not filled. This patch allows > changing the default (15 bits of silence) using the existing sysfs > attribute "rx_fif

[PATCH 1/2] serial: sh-sci: Support for variable HSCIF hardware RX timeout

2017-09-29 Thread Ulrich Hecht
HSCIF has facilities that allow changing the timeout after which an RX interrupt is triggered even if the FIFO is not filled. This patch allows changing the default (15 bits of silence) using the existing sysfs attribute "rx_fifo_timeout". Signed-off-by: Ulrich Hecht --- drivers/tty/serial/sh-sc