From: Greg KH <gregkh@suse.de>
To: Philippe Langlais <philippe.langlais@stericsson.com>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux@arm.linux.org.uk,
akpm@linux-foundation.org, STEricsson_nomadik_linux@list.st.com,
etienne.carriere@stericsson.com, vincent.guittot@stericsson.com
Subject: Re: [PATCH 5/5] U6715 16550A serial driver support
Date: Fri, 6 Aug 2010 08:39:03 -0700 [thread overview]
Message-ID: <20100806153903.GA6255@suse.de> (raw)
In-Reply-To: <1281011335-25761-6-git-send-email-philippe.langlais@stericsson.com>
On Thu, Aug 05, 2010 at 02:28:55PM +0200, Philippe Langlais wrote:
> UART Features extract from STEricsson U6715 data-sheet (arm926 SoC for mobile phone):
> * Fully compatible with industry standard 16C550 and 16C450 from various
> manufacturers
> * RX and TX 64 byte FIFO reduces CPU interrupts
> * Full double buffering
> * Modem control signals include CTS, RTS, (and DSR, DTR on UART1 only)
> * Automatic baud rate selection
> * Manual or automatic RTS/CTS smart hardware flow control
> * Programmable serial characteristics:
> – Baud rate generation (50 to 3.25M baud)
> – 5, 6, 7 or 8-bit characters
> – Even, odd or no-parity bit generation and detection
> – 1, 1.5 or 2 stop bit generation
> * Independent control of transmit, receive, line status, data set interrupts and FIFOs
> * Full status-reporting capabilities
> * Separate DMA signaling for RX and TX
> * Timed interrupt to spread receive interrupt on known duration
> * DMA time-out interrupt to allow detection of end of reception
> * Carkit pulse coding and decoding compliant with USB carkit control interface [40]
>
> In 16550A auto-configuration, if the fifo size is 64 then it's an U6 16550A port.
> Add set_termios hook & export serial8250_do_set_termios,
> this feature is used in our U6715 8250 platform serial driver, to avoid
> hack in 8250.c set_termios.
> In this driver the input uart clock frequency depends on baud rate and
> is computed in our set_termios override function.
>
> Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
But isn't this patch needed before the last one in this series in order
to keep everything building properly?
You might want to move it up to the first one.
thanks,
greg k-h
prev parent reply other threads:[~2010-08-06 15:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-05 12:28 Patch series For U6/U6715 platform support Philippe Langlais
2010-08-05 12:28 ` [PATCH 1/5] U6/U6715 ARM architecture files Philippe Langlais
2010-09-02 14:18 ` Russell King - ARM Linux
2010-08-05 12:28 ` [PATCH 2/5] U6715 clocks gating management U6 clock generic driver & U6715 cgu clock specific Philippe Langlais
2010-08-05 12:28 ` [PATCH 5/5] U6715 16550A serial driver support Philippe Langlais
2010-08-06 15:39 ` Greg KH [this message]
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=20100806153903.GA6255@suse.de \
--to=gregkh@suse.de \
--cc=STEricsson_nomadik_linux@list.st.com \
--cc=akpm@linux-foundation.org \
--cc=etienne.carriere@stericsson.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=philippe.langlais@stericsson.com \
--cc=vincent.guittot@stericsson.com \
/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