From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/6] U6715 8250 serial like driver
Date: Thu, 24 Jun 2010 15:31:29 +0100 [thread overview]
Message-ID: <20100624143129.GE6523@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1274948852-9179-6-git-send-email-philippe.langlais@stericsson.com>
On Thu, May 27, 2010 at 10:27:31AM +0200, Philippe Langlais wrote:
> Some modifications in 16550A/8250 serial driver
> and clock management specificity
Can't say much about this; you need to get people interested in serial to
review this. The comments about header file ordering apply.
> @@ -199,10 +199,16 @@ static const struct serial8250_config uart_config[] = {
> },
> [PORT_16550A] = {
> .name = "16550A",
> +#if defined(CONFIG_SERIAL_8250_U6)
> + .fifo_size = 64,
> + .tx_loadsz = 64,
> + .flags = UART_CAP_FIFO | UART_CAP_AFE,
If you have auto flow control, then you don't have a 16550A. You have
something that is compatible with a 16550A - maybe it's more closely
related to a 16750?
next prev parent reply other threads:[~2010-06-24 14:31 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-27 8:27 U6/U6715 ARM architecture files, 2nd try Philippe Langlais
2010-05-27 8:27 ` [PATCH 1/6] U6/U6715 ARM architecture files Philippe Langlais
2010-06-24 14:08 ` Russell King - ARM Linux
2010-06-25 13:34 ` Philippe Langlais
2010-05-27 8:27 ` [PATCH 2/6] U6715 clocks gating management U6 clock generic driver & U6715 cgu clock specific (V2) Philippe Langlais
2010-06-24 14:14 ` Russell King - ARM Linux
2010-07-05 7:09 ` Philippe Langlais
2010-05-27 8:27 ` [PATCH 3/6] U6715 gpio platform driver This driver is U6 platform generic (V2) Philippe Langlais
2010-06-24 14:26 ` Russell King - ARM Linux
2010-07-05 7:14 ` Philippe Langlais
2010-05-27 8:27 ` [PATCH 4/6] U6715 platform serial driver It's a generic driver for all U6 platform (V2) Philippe Langlais
2010-06-24 14:17 ` Russell King - ARM Linux
2010-05-27 8:27 ` [PATCH 5/6] U6715 8250 serial like driver Philippe Langlais
2010-06-24 14:31 ` Russell King - ARM Linux [this message]
2010-07-05 7:39 ` Philippe Langlais
2010-05-27 8:27 ` [PATCH 6/6] U6715 Default configuration for ST-Ericsson reference design boards Philippe Langlais
-- strict thread matches above, loose matches on Subject: below --
2010-04-28 7:32 U6/U6715 ARM architecture files, 1rst try Philippe Langlais
2010-04-28 7:32 ` [PATCH 5/6] U6715 8250 serial like driver Philippe Langlais
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=20100624143129.GE6523@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--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).