All of lore.kernel.org
 help / color / mirror / Atom feed
From: "G, Manjunath Kondaiah" <manjugk@ti.com>
To: "Shilimkar, Santosh" <santosh.shilimkar@ti.com>,
	Olof Johansson <olof@lixom.net>
Cc: Govindraj <govindraj.ti@gmail.com>, "g@lixom.net" <g@lixom.net>,
	Tony Lindgren <tony@atomide.com>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"Pandita, Vikram" <vikram.pandita@ti.com>,
	"Raja, Govindraj" <govindraj.raja@ti.com>
Subject: RE: [PATCHv3 0/3] OMAP UART: Adding support for omap-serial driver.
Date: Wed, 25 Nov 2009 12:32:44 +0530	[thread overview]
Message-ID: <E0D41E29EB0DAC4E9F3FF173962E9E9402543D7ED2@dbde02.ent.ti.com> (raw)
In-Reply-To: <EAF47CD23C76F840A9E7FCE10091EFAB02BBDC7CAD@dbde02.ent.ti.com>



> -----Original Message-----
> From: Shilimkar, Santosh 
> Sent: Wednesday, November 25, 2009 12:06 PM
> To: Olof Johansson; G, Manjunath Kondaiah
> Cc: Govindraj; g@lixom.net; Tony Lindgren; 
> linux-omap@vger.kernel.org; Pandita, Vikram; Raja, Govindraj
> Subject: RE: [PATCHv3 0/3] OMAP UART: Adding support for 
> omap-serial driver.
> 
> 
> > -----Original Message-----
> > From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> > owner@vger.kernel.org] On Behalf Of Olof Johansson
> > Sent: Tuesday, November 24, 2009 10:52 PM
> > To: G, Manjunath Kondaiah
> > Cc: Govindraj; g@lixom.net; Tony Lindgren; linux-
> > omap@vger.kernel.org; Pandita, Vikram; Raja, Govindraj
> > Subject: Re: [PATCHv3 0/3] OMAP UART: Adding support for omap-serial
> > driver.
> > 
> > On Tue, Nov 24, 2009 at 03:04:09PM +0530, G, Manjunath Kondaiah
> > wrote:
> > >
> > >
> > > > -----Original Message-----
> > > > From: Olof Johansson [mailto:olof@lixom.net]
> > > > Sent: Monday, November 23, 2009 10:36 PM
> > > > To: Govindraj; g@lixom.net
> > > > Cc: Tony Lindgren; linux-omap@vger.kernel.org; Pandita,
> > > > Vikram; Raja, Govindraj; G, Manjunath Kondaiah
> > > > Subject: Re: [PATCHv3 0/3] OMAP UART: Adding support for
> > > > omap-serial driver.
> > > >
> > > > On Fri, Nov 20, 2009 at 03:21:26PM +0530, Govindraj wrote:
> > > > > I have not seen any comments on this patch series yet.
> > > > >
> > > > > Tony,
> > > > > Is there something I need to modify?
> > > >
> > > > Govindaj,
> > > >
> > > > I'm having problems with these patches on Zoom2 with debug
> > > > board, since
> > > > they don't seem to coexist very well together with 8250.
> > Enabling both
> > > > options will result in build errors.
> > >
> > > Why do we need to enable both 8250 and omap-serial for console.
> > The console
> > > UART can be either external UART or any one of the omap UART
> > right?
> > 
> > You should allow both of them to be enabled at the same time, so the
> > same
> > kernel can for example be booted on a ZOOM2 with debug board
> > attached
> > (8250 on GPMC), or on a beagle/overo board.
> > 
> > Making them exclusive would be a step backwards.
> 
> More so, selecting both config option really shouldn't break 
> the build. If one expect a build break because only one of 
> the options can be enabled then clearly the dependency should 
> be used so that user can select only one option at a time.

Ack. There should be dependency in Kconfig so that user can select
either 8250 console(through Quad-uart for zoom2/zoom3) or OMAP-serial
Console(through OMAP UART's).

-Manjunath

  reply	other threads:[~2009-11-25  7:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <35552.192.168.10.88.1256713953.squirrel@dbdmail.itg.ti.com>
2009-11-13  6:53 ` [PATCHv3 0/3] OMAP UART: Adding support for omap-serial driver Govindraj.R
2009-11-20  9:51   ` Govindraj
2009-11-23 17:05     ` Olof Johansson
2009-11-24  9:34       ` G, Manjunath Kondaiah
2009-11-24 17:21         ` Olof Johansson
2009-11-25  6:35           ` Shilimkar, Santosh
2009-11-25  7:02             ` G, Manjunath Kondaiah [this message]
2009-11-25  7:06               ` Olof Johansson
2009-11-25 17:40                 ` Tony Lindgren
2009-11-25 18:05                   ` Kevin Hilman
2009-11-23 17:11     ` Olof Johansson
2009-11-23 22:19       ` Kevin Hilman

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=E0D41E29EB0DAC4E9F3FF173962E9E9402543D7ED2@dbde02.ent.ti.com \
    --to=manjugk@ti.com \
    --cc=g@lixom.net \
    --cc=govindraj.raja@ti.com \
    --cc=govindraj.ti@gmail.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=santosh.shilimkar@ti.com \
    --cc=tony@atomide.com \
    --cc=vikram.pandita@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.