Re: [RFC PATCH] OMAP: UART: Enable tx wakeup bit in wer

2012-03-08 Thread Raja, Govindraj
On Wed, Mar 7, 2012 at 11:27 AM, Paul Walmsley p...@pwsan.com wrote: Hi On Tue, 6 Mar 2012, Raja, Govindraj wrote: I see two ways of adding this tx wake-up flag. 1.) passing a feature flag from pdata and populating the feature value to wer. 2.) Duplicating the uart1/2/3 hwmod for

Re: [RFC PATCH] OMAP: UART: Enable tx wakeup bit in wer

2012-03-06 Thread Raja, Govindraj
On Tue, Mar 6, 2012 at 1:53 AM, Paul Walmsley p...@pwsan.com wrote: Hello Govindraj Do you intend to update and repost this serial patch?  Or should someone else deal with it?  It would be good to get support for this additional wakeup bit. Thanks for reminding. (I had got preempted with

Re: [RFC PATCH] OMAP: UART: Enable tx wakeup bit in wer

2012-03-06 Thread Paul Walmsley
Hi On Tue, 6 Mar 2012, Raja, Govindraj wrote: I see two ways of adding this tx wake-up flag. 1.) passing a feature flag from pdata and populating the feature value to wer. 2.) Duplicating the uart1/2/3 hwmod for omap3430 without dev attrib and uart1/2/3/4 hwmod for omap3630 with

Re: [RFC PATCH] OMAP: UART: Enable tx wakeup bit in wer

2012-03-05 Thread Paul Walmsley
Hello Govindraj Do you intend to update and repost this serial patch? Or should someone else deal with it? It would be good to get support for this additional wakeup bit. - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [RFC PATCH] OMAP: UART: Enable tx wakeup bit in wer

2012-01-25 Thread Paul Walmsley
cc'ing linux-arm-kernel also Hi some comments On Tue, 24 Jan 2012, Govindraj.R wrote: From: Govindraj.R govindraj.r...@ti.com On omap3630 onwards uart wer reg has bit 7 for tx wakeup enable. Without this bit set some uart sluggishness might be seen while printing data on console,

Re: [RFC PATCH] OMAP: UART: Enable tx wakeup bit in wer

2012-01-25 Thread Paul Walmsley
cc'ing linux-arm-kernel also (correct address this time) Hi some comments On Tue, 24 Jan 2012, Govindraj.R wrote: From: Govindraj.R govindraj.r...@ti.com On omap3630 onwards uart wer reg has bit 7 for tx wakeup enable. Without this bit set some uart sluggishness might be seen while

[RFC PATCH] OMAP: UART: Enable tx wakeup bit in wer

2012-01-24 Thread Govindraj.R
From: Govindraj.R govindraj.r...@ti.com On omap3630 onwards uart wer reg has bit 7 for tx wakeup enable. Without this bit set some uart sluggishness might be seen while printing data on console, response is better when enabling this bit. Tested with Beagle XM (OMAP3630) Cc: Kevin Hilman