From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 0/3] OMAP2+: UART: Enable tx wakeup + remove cpu checks Date: Thu, 5 Apr 2012 09:47:11 -0700 Message-ID: <20120405164711.GC16688@kroah.com> References: <1332325501-10467-1-git-send-email-govindraj.raja@ti.com> <20120405132617.76e04217@bob.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <20120405132617.76e04217@bob.linux.org.uk> Sender: linux-serial-owner@vger.kernel.org To: Alan Cox Cc: "Raja, Govindraj" , Tony Lindgren , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kevin Hilman , Paul Walmsley , Felipe Balbi , linux-omap@vger.kernel.org List-Id: linux-omap@vger.kernel.org On Thu, Apr 05, 2012 at 01:26:17PM +0100, Alan Cox wrote: > On Thu, 5 Apr 2012 16:54:03 +0530 > "Raja, Govindraj" wrote: >=20 > > On Wed, Mar 21, 2012 at 3:54 PM, Govindraj.R > > wrote: > > > From: "Govindraj.R" > > > > > > 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 > > > =A0for populating features and errata's > > > * enable tx wakeup available in wer reg for applicable > > > =A0module revision's > > > > > > Govindraj.R (3): > > > =A0OMAP2+: UART: Remove cpu checks for populating errata flags > > > =A0OMAP2+: UART: enable tx wakeup bit for wer reg > > > =A0OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not oma= p24xx > > > > > > =A0arch/arm/mach-omap2/serial.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= | =A0 13 +---- > > > =A0arch/arm/plat-omap/include/plat/omap-serial.h | =A0 =A08 +++- > > > =A0drivers/tty/serial/omap-serial.c =A0 =A0 =A0 =A0 =A0 =A0 =A0| = =A0 71 > > > ++++++++++++++++++++++++- 3 files changed, 78 insertions(+), 14 > > > deletions(-) > >=20 > > Alan / Greg, > >=20 > > With you ack on tty parts can this series be upstreamed from > > omap tree ? >=20 > Fine by me - this seems primarily to be architectural details. =46ine by me as well: Acked-by: Greg Kroah-Hartman -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Thu, 5 Apr 2012 09:47:11 -0700 Subject: [PATCH 0/3] OMAP2+: UART: Enable tx wakeup + remove cpu checks In-Reply-To: <20120405132617.76e04217@bob.linux.org.uk> References: <1332325501-10467-1-git-send-email-govindraj.raja@ti.com> <20120405132617.76e04217@bob.linux.org.uk> Message-ID: <20120405164711.GC16688@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Apr 05, 2012 at 01:26:17PM +0100, Alan Cox wrote: > On Thu, 5 Apr 2012 16:54:03 +0530 > "Raja, Govindraj" wrote: > > > On Wed, Mar 21, 2012 at 3:54 PM, Govindraj.R > > wrote: > > > From: "Govindraj.R" > > > > > > 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. Fine by me as well: Acked-by: Greg Kroah-Hartman