All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Haardt <michael@moria.de>
To: linux-serial@vger.kernel.org
Subject: How to disable the transmit FIFO?
Date: Thu, 18 Nov 2010 10:15:43 +0100	[thread overview]
Message-ID: <E1PJ0al-0000hs-Kb@palantir.moria.de> (raw)

Hello,

I miss a way to disable the transmit FIFO.

UARTs that don't do hardware handshaking in hardware, but use a transmit
FIFO, can only be used if the peer can deal with the delayed handshaking
response.

If slow peers can not receive at line rate, hardware handshaking will
still cause overruns with Linux as sender, because Linux fills the
transmit FIFO and transmission continues at worst for 16 characters with
a 16550 after CTS was asserted.

So, how can I fix hardware flow control response to the non-delayed
behaviour as it worked with a 8250 or 16450 by disabling the transmit
FIFO?

Michael

             reply	other threads:[~2010-11-18  9:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-18  9:15 Michael Haardt [this message]
2010-11-18 16:41 ` How to disable the transmit FIFO? Greg KH
2010-11-18 20:01   ` Michael Haardt
2010-11-18 20:05     ` Grant Edwards
2010-11-19  1:25       ` Ted Ts'o
2010-11-19  4:31         ` Grant Edwards
2010-11-24 12:47         ` Michael Haardt
2010-11-24 14:56           ` Grant Edwards
2010-11-18 20:11     ` Greg KH
2010-11-18 20:58       ` Michael Haardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1PJ0al-0000hs-Kb@palantir.moria.de \
    --to=michael@moria.de \
    --cc=linux-serial@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.