From: Dave.Martin@arm.com (Dave Martin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/1] serial/amba-pl011: Activate TX IRQ passively
Date: Wed, 25 Mar 2015 18:25:56 +0000 [thread overview]
Message-ID: <1427307957-2904-1-git-send-email-Dave.Martin@arm.com> (raw)
In-Reply-To: <1427307746-2811-1-git-send-email-Dave.Martin@arm.com>
(Rework based on v4.0-rc5)
The current PL011 driver transmits a dummy character when the UART
is opened, to assert the TX IRQ for the first time
(see pl011_startup()). The UART is put in loopback mode temporarily,
so the receiver presumably shouldn't see anything.
However...
At least some platforms containing a PL011 send characters down the
wire even when loopback mode is enabled. This means that a
spurious NUL character may be seen at the receiver when the PL011 is
opened through the TTY layer.
The current code also temporarily sets the baud rate to maximum and
the character width to the minimum, to that the dummy TX completes
as quickly as possible. If this is seen by the receiver it will
result in a framing error and can knock the receiver out of sync --
turning subsequent output into garbage until synchronisation
is reestablished. (Particularly problematic during boot with systemd.)
To avoid spurious transmissions, this patch removes assumptions about
whether the TX IRQ will fire until the FIFO has been filled.
This should also mean that the driver works on the SBSA Generic
UART[1] (a cut-down PL011) without invasive changes. The Generic
UART lacks some features needed for the dummy TX approach to work
(FIFO disabling and loopback).
[1] Server Base System Architecture (ARM-DEN-0029-v2.3)
http://infocenter.arm.com/
(click-thru required :/)
Dave Martin (1):
serial/amba-pl011: Activate TX IRQ passively
drivers/tty/serial/amba-pl011.c | 88 +++++++++++++++++++--------------------
1 file changed, 44 insertions(+), 44 deletions(-)
--
1.7.10.4
next prev parent reply other threads:[~2015-03-25 18:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-25 18:22 [PATCH v3 0/*] serial/amba-pl011: Activate TX IRQ passively Dave Martin
2015-03-25 18:25 ` Dave Martin [this message]
2015-03-25 18:25 ` [PATCH v3] " Dave Martin
2015-03-25 18:26 ` [PATCH v3, tty-next.. 0/2] " Dave Martin
2015-03-25 18:26 ` [PATCH v3, tty-next.. 1/2] Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" Dave Martin
2015-03-25 18:26 ` [PATCH v3, tty-next.. 2/2] serial/amba-pl011: Activate TX IRQ passively Dave Martin
2015-03-26 21:30 ` [PATCH v3 0/*] " Greg Kroah-Hartman
2015-03-27 14:51 ` Dave Martin
2015-03-27 20:47 ` Russell King - ARM Linux
2015-03-30 12:02 ` Dave P Martin
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=1427307957-2904-1-git-send-email-Dave.Martin@arm.com \
--to=dave.martin@arm.com \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).