From: Alan Cox <alan@linux.intel.com>
To: "Raja, Govindraj" <govindraj.raja@ti.com>
Cc: Tony Lindgren <tony@atomide.com>,
Greg KH <gregkh@linuxfoundation.org>,
linux-serial@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Kevin Hilman <khilman@ti.com>, Paul Walmsley <paul@pwsan.com>,
Felipe Balbi <balbi@ti.com>,
linux-omap@vger.kernel.org
Subject: Re: [PATCH 0/3] OMAP2+: UART: Enable tx wakeup + remove cpu checks
Date: Thu, 5 Apr 2012 13:26:17 +0100 [thread overview]
Message-ID: <20120405132617.76e04217@bob.linux.org.uk> (raw)
In-Reply-To: <CAMrsUd+_coW7ebuN_o=yZbbSVKnkx5R6=yHjUEUc0EcQGtgSRQ@mail.gmail.com>
On Thu, 5 Apr 2012 16:54:03 +0530
"Raja, Govindraj" <govindraj.raja@ti.com> wrote:
> On Wed, Mar 21, 2012 at 3:54 PM, Govindraj.R <govindraj.raja@ti.com>
> wrote:
> > From: "Govindraj.R" <govindraj.raja@ti.com>
> >
> > Based on Linux-OMAP tree uart branch.
> > (git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
> > remotes/origin/uart)
> >
> > * Removes the cpu checks wherever possible and use version reg
> > for populating features and errata's
> > * enable tx wakeup available in wer reg for applicable
> > module revision's
> >
> > Govindraj.R (3):
> > OMAP2+: UART: Remove cpu checks for populating errata flags
> > OMAP2+: UART: enable tx wakeup bit for wer reg
> > OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx
> >
> > arch/arm/mach-omap2/serial.c | 13 +----
> > arch/arm/plat-omap/include/plat/omap-serial.h | 8 +++-
> > drivers/tty/serial/omap-serial.c | 71
> > ++++++++++++++++++++++++- 3 files changed, 78 insertions(+), 14
> > deletions(-)
>
> Alan / Greg,
>
> With you ack on tty parts can this series be upstreamed from
> omap tree ?
Fine by me - this seems primarily to be architectural details.
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" 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: alan@linux.intel.com (Alan Cox)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] OMAP2+: UART: Enable tx wakeup + remove cpu checks
Date: Thu, 5 Apr 2012 13:26:17 +0100 [thread overview]
Message-ID: <20120405132617.76e04217@bob.linux.org.uk> (raw)
In-Reply-To: <CAMrsUd+_coW7ebuN_o=yZbbSVKnkx5R6=yHjUEUc0EcQGtgSRQ@mail.gmail.com>
On Thu, 5 Apr 2012 16:54:03 +0530
"Raja, Govindraj" <govindraj.raja@ti.com> wrote:
> On Wed, Mar 21, 2012 at 3:54 PM, Govindraj.R <govindraj.raja@ti.com>
> wrote:
> > From: "Govindraj.R" <govindraj.raja@ti.com>
> >
> > Based on Linux-OMAP tree uart branch.
> > (git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
> > remotes/origin/uart)
> >
> > * Removes the cpu checks wherever possible and use version reg
> > ?for populating features and errata's
> > * enable tx wakeup available in wer reg for applicable
> > ?module revision's
> >
> > Govindraj.R (3):
> > ?OMAP2+: UART: Remove cpu checks for populating errata flags
> > ?OMAP2+: UART: enable tx wakeup bit for wer reg
> > ?OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx
> >
> > ?arch/arm/mach-omap2/serial.c ? ? ? ? ? ? ? ? ?| ? 13 +----
> > ?arch/arm/plat-omap/include/plat/omap-serial.h | ? ?8 +++-
> > ?drivers/tty/serial/omap-serial.c ? ? ? ? ? ? ?| ? 71
> > ++++++++++++++++++++++++- 3 files changed, 78 insertions(+), 14
> > deletions(-)
>
> Alan / Greg,
>
> With you ack on tty parts can this series be upstreamed from
> omap tree ?
Fine by me - this seems primarily to be architectural details.
next prev parent reply other threads:[~2012-04-05 12:26 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-21 10:24 [PATCH 0/3] OMAP2+: UART: Enable tx wakeup + remove cpu checks Govindraj.R
2012-03-21 10:24 ` Govindraj.R
2012-03-21 10:24 ` [PATCH 1/3] OMAP2+: UART: Remove cpu checks for populating errata flags Govindraj.R
2012-03-21 10:24 ` Govindraj.R
2012-03-27 21:03 ` Jon Hunter
2012-03-27 21:03 ` Jon Hunter
2012-03-27 21:08 ` Jon Hunter
2012-03-27 21:08 ` Jon Hunter
2012-03-28 11:09 ` Raja, Govindraj
2012-03-28 11:09 ` Raja, Govindraj
2012-03-28 16:43 ` Jon Hunter
2012-03-28 16:43 ` Jon Hunter
2012-03-29 7:35 ` Raja, Govindraj
2012-03-29 7:35 ` Raja, Govindraj
2012-04-02 8:48 ` [PATCH v2] " Govindraj.R
2012-04-02 8:48 ` Govindraj.R
2012-04-02 15:44 ` Jon Hunter
2012-04-02 15:44 ` Jon Hunter
2012-04-03 13:42 ` [PATCH v3] " Govindraj.R
2012-04-03 13:42 ` Govindraj.R
2012-04-04 14:10 ` Jon Hunter
2012-04-04 14:10 ` Jon Hunter
2012-04-05 11:12 ` Shubhrajyoti
2012-04-05 11:12 ` Shubhrajyoti
2012-03-21 10:25 ` [PATCH 2/3] OMAP2+: UART: enable tx wakeup bit for wer reg Govindraj.R
2012-03-21 10:25 ` Govindraj.R
2012-03-21 10:25 ` [PATCH 3/3] OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx Govindraj.R
2012-03-21 10:25 ` Govindraj.R
2012-03-21 14:28 ` [PATCH 0/3] OMAP2+: UART: Enable tx wakeup + remove cpu checks Kevin Hilman
2012-03-21 14:28 ` Kevin Hilman
2012-03-22 6:59 ` Raja, Govindraj
2012-03-22 6:59 ` Raja, Govindraj
2012-03-22 23:40 ` Paul Walmsley
2012-03-22 23:40 ` Paul Walmsley
2012-03-23 7:47 ` Raja, Govindraj
2012-03-23 7:47 ` Raja, Govindraj
2012-04-05 11:24 ` Raja, Govindraj
2012-04-05 11:24 ` Raja, Govindraj
2012-04-05 12:26 ` Alan Cox [this message]
2012-04-05 12:26 ` Alan Cox
2012-04-05 16:47 ` Greg KH
2012-04-05 16:47 ` Greg KH
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=20120405132617.76e04217@bob.linux.org.uk \
--to=alan@linux.intel.com \
--cc=balbi@ti.com \
--cc=govindraj.raja@ti.com \
--cc=gregkh@linuxfoundation.org \
--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=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 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.