From: Ben Papps <ben.papps@oxsemi.com>
To: linux serial newsgroup <linux-serial@vger.kernel.org>,
Russell King <rmk+serial@arm.linux.org.uk>,
linux-kernek@vger.kernel.org
Subject: [PATCH]serial: 8250 16950 uart capabilities fix
Date: Mon, 17 Oct 2005 10:38:27 +0100 [thread overview]
Message-ID: <43537113.2050108@oxsemi.com> (raw)
--- linux-2.6.13.4/drivers/serial/8250.c.orig 2005-10-10
19:54:29.000000000 +0100
+++ linux-2.6.13.4/drivers/serial/8250.c 2005-10-17
10:19:20.000000000 +0100
@@ -211,7 +211,7 @@ static const struct serial8250_config ua
.fifo_size = 128,
.tx_loadsz = 128,
.fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
- .flags = UART_CAP_FIFO,
+ .flags = UART_CAP_FIFO | UART_CAP_EFR | UART_CAP_SLEEP,
},
[PORT_16654] = {
.name = "ST16654",
-------------------------------
These flags allow the hardware flow control and other enhanced
capabilities of 950 uarts.
Signed-off-by: Ben Papps <ben.papps@oxsemi.com>
--
_____________________________
Ben Papps
Software Design Engineer
Oxford Semiconductor Ltd
25 Milton Park, Oxfordshire, OX14 4SH
Tel: 01235 824887
reply other threads:[~2005-10-17 9:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=43537113.2050108@oxsemi.com \
--to=ben.papps@oxsemi.com \
--cc=linux-kernek@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=rmk+serial@arm.linux.org.uk \
/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).