Re: [PATCH 11/13 v3] serial: Add OMAP high-speed UART driver

2010-09-28 Thread Alan Cox
On Mon, 27 Sep 2010 15:05:52 -0700 Kevin Hilman khil...@deeprootsystems.com wrote: Govindraj.R govindraj.r...@ti.com writes: This patch adds driver support for OMAP2/3/4 high speed UART. Cc'ing Greg KH and Alan Cox for review of the the new serial driver in this series. Greg/Alan,

Re: [PATCH 11/13 v3] serial: Add OMAP high-speed UART driver

2010-09-28 Thread Kevin Hilman
Greg KH gre...@suse.de writes: On Tue, Sep 28, 2010 at 07:52:49AM +0100, Alan Cox wrote: On Mon, 27 Sep 2010 15:05:52 -0700 Kevin Hilman khil...@deeprootsystems.com wrote: Govindraj.R govindraj.r...@ti.com writes: This patch adds driver support for OMAP2/3/4 high speed UART.

[PATCH 11/13 v3] serial: Add OMAP high-speed UART driver

2010-09-27 Thread Govindraj.R
This patch adds driver support for OMAP2/3/4 high speed UART. The driver is made separate from 8250 driver as we cannot over load 8250 driver with omap platform specific configuration for features like DMA, it makes easier to implement features like DMA and hardware flow control and software flow

Re: [PATCH 11/13 v3] serial: Add OMAP high-speed UART driver

2010-09-27 Thread Greg KH
On Mon, Sep 27, 2010 at 01:55:46PM -0700, Kevin Hilman wrote: [resent with correct address for Greg, sorry for duplicates.] Greg, Govindraj.R govindraj.r...@ti.com writes: This patch adds driver support for OMAP2/3/4 high speed UART. According to MAINTAINERS, you seem to be the one

Re: [PATCH 11/13 v3] serial: Add OMAP high-speed UART driver

2010-09-27 Thread Kevin Hilman
Govindraj.R govindraj.r...@ti.com writes: This patch adds driver support for OMAP2/3/4 high speed UART. Cc'ing Greg KH and Alan Cox for review of the the new serial driver in this series. Greg/Alan, this has been on linux-serial several times now with review mostly from OMAP folks. If this