All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/3] serial: sh-sci: SCIF FIFO exploitation
@ 2014-09-12  8:51 ` Ulrich Hecht
  0 siblings, 0 replies; 10+ messages in thread
From: Ulrich Hecht @ 2014-09-12  8:51 UTC (permalink / raw)
  To: linux-sh, linux-serial; +Cc: horms, magnus.damm, Ulrich Hecht

Hi!

The current sh-sci implementation doesn't exploit the RX FIFOs at all and
has the chip issue an interrupt for every byte received.  This series
implements the necessary changes to improve that.

It includes a sysfs interface for changing the FIFO trigger level; there
seem to be few drivers that implement something like that (I only found
one), so I'd like to know if this implementation is palatable.

CU
Uli


Ulrich Hecht (3):
  serial: sh-sci: consider DR (data ready) bit adequately
  serial: sh-sci: exploit RX FIFOs better
  serial: sh-sci: make RX FIFO trigger tunable via sysfs

 drivers/tty/serial/sh-sci.c | 113 ++++++++++++++++++++++++++++++++++++++++++--
 drivers/tty/serial/sh-sci.h |   5 ++
 include/linux/serial_sci.h  |   2 +
 3 files changed, 116 insertions(+), 4 deletions(-)

-- 
1.8.4.5


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-09-17 16:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-12  8:51 [RFC 0/3] serial: sh-sci: SCIF FIFO exploitation Ulrich Hecht
2014-09-12  8:51 ` Ulrich Hecht
2014-09-12  8:51 ` [RFC 1/3] serial: sh-sci: consider DR (data ready) bit adequately Ulrich Hecht
2014-09-12  8:51   ` Ulrich Hecht
2014-09-12  8:51 ` [RFC 2/3] serial: sh-sci: exploit RX FIFOs better Ulrich Hecht
2014-09-12  8:51   ` Ulrich Hecht
2014-09-12  8:51 ` [RFC 3/3] serial: sh-sci: make RX FIFO trigger tunable via sysfs Ulrich Hecht
2014-09-12  8:51   ` Ulrich Hecht
2014-09-17 16:49 ` [RFC 0/3] serial: sh-sci: SCIF FIFO exploitation Peter Hurley
2014-09-17 16:49   ` Peter Hurley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.