public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: "Govindraj.R" <govindraj.raja@ti.com>
Cc: linux-omap@vger.kernel.org, linux-serial@vger.kernel.org,
	Tony Lindgren <tony@atomide.com>
Subject: Re: [PATCH v2] serial: Add OMAP high-speed UART driver
Date: Wed, 26 May 2010 15:48:58 -0700	[thread overview]
Message-ID: <87wruqmg85.fsf@deeprootsystems.com> (raw)
In-Reply-To: <58269.192.168.10.88.1274708590.squirrel@dbdmail.itg.ti.com> (Govindraj R.'s message of "Mon\, 24 May 2010 19\:13\:10 +0530 \(IST\)")

"Govindraj.R" <govindraj.raja@ti.com> writes:

> This patch adds driver support for OMAP3/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 control configuration with
> this driver as required for the omap-platform.This patch involves only
> the core driver and its dependent.
>
> Cc: Tony Lindgren <tony@atomide.com>
> Tested-by: Kevin Hilman <khilman@deeprootsystems.com>
> Signed-off-by: Govindraj.R <govindraj.raja@ti.com>
> ---
> Platform data support for this driver is currently
> present in Kevin's PM tree remotes/origin/pm-wip/uart branch
> This branch contains uart-hwmod platform conversion which
> utilizes the omap-hwmod framework. Tested using OMAP
> 3430/3630/4430SDP boards.
>
>  arch/arm/plat-omap/include/plat/omap-serial.h |  129 +++
>  drivers/serial/Kconfig                        |   27 +
>  drivers/serial/Makefile                       |    1 +
>  drivers/serial/omap-serial.c                  | 1318 +++++++++++++++++++++++++
>  include/linux/serial_core.h                   |    3 +
>  5 files changed, 1478 insertions(+), 0 deletions(-)

[...]

> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index f55c494..4346bfa 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -1387,6 +1387,33 @@ config SERIAL_OF_PLATFORM
>  	  Currently, only 8250 compatible ports are supported, but
>  	  others can easily be added.
>
> +config SERIAL_OMAP
> +	tristate "OMAP serial port support"
> +	depends on ARCH_OMAP3 || ARCH_OMAP4

FYI... this also works on OMAP2.  

I tested it on my n810 along with UART hwmod conversion and it works
just fine there.

Kevin

  reply	other threads:[~2010-05-26 22:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-24 13:43 [PATCH v2] serial: Add OMAP high-speed UART driver Govindraj.R
2010-05-26 22:48 ` Kevin Hilman [this message]
2010-05-27 16:00   ` Luke-Jr
2010-05-28  7:11     ` Govindraj
2010-05-28 13:06       ` Luke-Jr
2010-05-28 11:24 ` Govindraj

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=87wruqmg85.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=govindraj.raja@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=tony@atomide.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