Re: [PATCH v4 3/4] serial: sh-sci: make RX FIFO parameters tunable via sysfs

2017-02-12 Thread Laurent Pinchart
Hi Ulrich, Thank you for the patch. On Friday 03 Feb 2017 11:38:19 Ulrich Hecht wrote: > Allows tuning of the RX FIFO fill threshold and timeout. (The latter is > only applicable to SCIFA and SCIFB). > > Signed-off-by: Ulrich Hecht > Reviewed-by: Geert Uytterhoeven > --- > drivers/tty/serial/

Re: [PATCH v4 3/4] serial: sh-sci: make RX FIFO parameters tunable via sysfs

2017-02-08 Thread Geert Uytterhoeven
Hi Uli, On Wed, Feb 8, 2017 at 11:04 AM, Ulrich Hecht wrote: > On Tue, Feb 7, 2017 at 3:40 PM, Geert Uytterhoeven > wrote: >> On Fri, Feb 3, 2017 at 11:38 AM, Ulrich Hecht >> wrote: >>> Allows tuning of the RX FIFO fill threshold and timeout. (The latter is >>> only applicable to SCIFA and SCI

Re: [PATCH v4 3/4] serial: sh-sci: make RX FIFO parameters tunable via sysfs

2017-02-08 Thread Ulrich Hecht
On Tue, Feb 7, 2017 at 3:40 PM, Geert Uytterhoeven wrote: > Hi Ulrich, > > On Fri, Feb 3, 2017 at 11:38 AM, Ulrich Hecht > wrote: >> Allows tuning of the RX FIFO fill threshold and timeout. (The latter is >> only applicable to SCIFA and SCIFB). >> >> Signed-off-by: Ulrich Hecht >> Reviewed-by: G

Re: [PATCH v4 3/4] serial: sh-sci: make RX FIFO parameters tunable via sysfs

2017-02-07 Thread Geert Uytterhoeven
Hi Ulrich, On Fri, Feb 3, 2017 at 11:38 AM, Ulrich Hecht wrote: > Allows tuning of the RX FIFO fill threshold and timeout. (The latter is > only applicable to SCIFA and SCIFB). > > Signed-off-by: Ulrich Hecht > Reviewed-by: Geert Uytterhoeven > --- > drivers/tty/serial/sh-sci.c | 87 > +++

[PATCH v4 3/4] serial: sh-sci: make RX FIFO parameters tunable via sysfs

2017-02-03 Thread Ulrich Hecht
Allows tuning of the RX FIFO fill threshold and timeout. (The latter is only applicable to SCIFA and SCIFB). Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven --- drivers/tty/serial/sh-sci.c | 87 + 1 file changed, 87 insertions(+) diff --g