All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Govindraj <govindraj.ti@gmail.com>
Cc: Sricharan R <r.sricharan@ti.com>,
	"Govindraj.R" <govindraj.raja@ti.com>,
	linux-omap@vger.kernel.org, linux-serial@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Jon Hunter <jon-hunter@ti.com>, Benoit Cousson <b-cousson@ti.com>,
	Kevin Hilman <khilman@ti.com>, Paul Walmsley <paul@pwsan.com>,
	Rajendra Nayak <rnayak@ti.com>,
	Deepak Kattungal <deepak.k@ti.com>
Subject: Re: [PATCH 6/7] OMAP: Serial: Allow UART parameters to be configured from board file
Date: Wed, 2 Mar 2011 10:24:02 -0800	[thread overview]
Message-ID: <20110302182402.GC20560@atomide.com> (raw)
In-Reply-To: <AANLkTi=MJigLvbJrRJ4CpyDcGd8sZXB7-1nFYup6EeDm@mail.gmail.com>

* Govindraj <govindraj.ti@gmail.com> [110302 02:05]:
>
> >>>>+static struct omap_device_pad default_serial1_pads[] __initdata = {
> >>>>+      {
> >>>>+              .name   = "uart2_rx.uart2_rx",
> >>>>+              .flags  = OMAP_DEVICE_PAD_REMUX |
> > OMAP_DEVICE_PAD_WAKEUP,
> >>>>+              .enable = OMAP_MUX_MODE0,
> >>>>+      },
...

AFAIK you should only need the OMAP_DEVICE_PAD_REMUX option for
omap24xx. And if you use that option, you also need the .idle
value.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/7] OMAP: Serial: Allow UART parameters to be configured from board file
Date: Wed, 2 Mar 2011 10:24:02 -0800	[thread overview]
Message-ID: <20110302182402.GC20560@atomide.com> (raw)
In-Reply-To: <AANLkTi=MJigLvbJrRJ4CpyDcGd8sZXB7-1nFYup6EeDm@mail.gmail.com>

* Govindraj <govindraj.ti@gmail.com> [110302 02:05]:
>
> >>>>+static struct omap_device_pad default_serial1_pads[] __initdata = {
> >>>>+ ? ? ?{
> >>>>+ ? ? ? ? ? ? ?.name ? = "uart2_rx.uart2_rx",
> >>>>+ ? ? ? ? ? ? ?.flags ?= OMAP_DEVICE_PAD_REMUX |
> > OMAP_DEVICE_PAD_WAKEUP,
> >>>>+ ? ? ? ? ? ? ?.enable = OMAP_MUX_MODE0,
> >>>>+ ? ? ?},
...

AFAIK you should only need the OMAP_DEVICE_PAD_REMUX option for
omap24xx. And if you use that option, you also need the .idle
value.

Tony

  reply	other threads:[~2011-03-02 18:24 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28 14:39 [PATCH 0/7] OMAP2+: UART: runtime conversion + cleanup Govindraj.R
2011-02-28 14:39 ` Govindraj.R
2011-02-28 14:39 ` [PATCH 1/7] OMAP2+ : hwmod_data: update uart hwmod data Govindraj.R
2011-02-28 14:39   ` Govindraj.R
2011-02-28 14:39 ` [PATCH 2/7] OMAP2+: mux: Enable wakeup for wakeup enable requested pads Govindraj.R
2011-02-28 14:39   ` Govindraj.R
2011-03-02  4:49   ` Varadarajan, Charulatha
2011-03-02  4:49     ` Varadarajan, Charulatha
2011-03-02 10:40     ` Govindraj
2011-03-02 10:40       ` Govindraj
2011-02-28 14:39 ` [PATCH 3/7] OMAP2+: UART: Remove certain uart calls from sram_idle Govindraj.R
2011-02-28 14:39   ` Govindraj.R
2011-02-28 14:39 ` [PATCH 4/7] OMAP2+: UART: Remove uart clock handling code serial.c Govindraj.R
2011-02-28 14:39   ` Govindraj.R
2011-02-28 14:39 ` [PATCH 5/7] Serial: OMAP: add runtime pm support for omap-serial driver Govindraj.R
2011-02-28 14:39   ` Govindraj.R
2011-03-05  1:59   ` Kevin Hilman
2011-03-05  1:59     ` Kevin Hilman
2011-03-08 14:04     ` Govindraj
2011-03-08 14:04       ` Govindraj
2011-03-09  1:48       ` Kevin Hilman
2011-03-09  1:48         ` Kevin Hilman
2011-03-09  2:02         ` Paul Walmsley
2011-03-09  2:02           ` Paul Walmsley
2011-03-09 13:03           ` Govindraj
2011-03-09 13:03             ` Govindraj
2011-03-09 15:07         ` Govindraj
2011-03-09 15:07           ` Govindraj
2011-03-09 23:06           ` Kevin Hilman
2011-03-09 23:06             ` Kevin Hilman
2011-02-28 14:39 ` [PATCH 6/7] OMAP: Serial: Allow UART parameters to be configured from board file Govindraj.R
2011-02-28 14:39   ` Govindraj.R
2011-03-01 19:16   ` Sricharan R
2011-03-01 19:16     ` Sricharan R
2011-03-02  7:40     ` Govindraj
2011-03-02  7:40       ` Govindraj
2011-03-02  8:19       ` Sricharan R
2011-03-02  8:19         ` Sricharan R
2011-03-02 10:07         ` Govindraj
2011-03-02 10:07           ` Govindraj
2011-03-02 18:24           ` Tony Lindgren [this message]
2011-03-02 18:24             ` Tony Lindgren
2011-03-03 12:14             ` Govindraj
2011-03-03 12:14               ` Govindraj
2011-03-03  5:08           ` Sricharan R
2011-03-03  5:08             ` Sricharan R
2011-03-04  6:25             ` Govindraj
2011-03-04  6:25               ` Govindraj
2011-02-28 14:39 ` [PATCH 7/7] Serial: OMAP2+: Make the RX_TIMEOUT for DMA configurable for each UART Govindraj.R
2011-02-28 14:39   ` Govindraj.R

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=20110302182402.GC20560@atomide.com \
    --to=tony@atomide.com \
    --cc=b-cousson@ti.com \
    --cc=deepak.k@ti.com \
    --cc=govindraj.raja@ti.com \
    --cc=govindraj.ti@gmail.com \
    --cc=jon-hunter@ti.com \
    --cc=khilman@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=r.sricharan@ti.com \
    --cc=rnayak@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.