Re: [PATCH] serial: 8250_dw: fix 'cts-override'

2015-03-22 Thread Greg Kroah-Hartman
On Fri, Mar 20, 2015 at 11:00:43AM -0700, Dmitry Torokhov wrote: > Hi Greg, > > On Wed, Mar 11, 2015 at 10:25 AM, Dmitry Torokhov wrote: > > Hi Greg, > > > > On Wed, Mar 11, 2015 at 6:00 AM, Greg Kroah-Hartman > > wrote: > >> On Mon, Mar 09, 2015 at 05:37:31PM -0700, Dmitry Torokhov wrote: > >>>

Re: [PATCH] serial: 8250_dw: fix 'cts-override'

2015-03-20 Thread Dmitry Torokhov
Hi Greg, On Wed, Mar 11, 2015 at 10:25 AM, Dmitry Torokhov wrote: > Hi Greg, > > On Wed, Mar 11, 2015 at 6:00 AM, Greg Kroah-Hartman > wrote: >> On Mon, Mar 09, 2015 at 05:37:31PM -0700, Dmitry Torokhov wrote: >>> We are dealing with CTS, not DSR here (we dealt with DSR a few lines >>> above), s

Re: [PATCH] serial: 8250_dw: fix 'cts-override'

2015-03-11 Thread Dmitry Torokhov
Hi Greg, On Wed, Mar 11, 2015 at 6:00 AM, Greg Kroah-Hartman wrote: > On Mon, Mar 09, 2015 at 05:37:31PM -0700, Dmitry Torokhov wrote: >> We are dealing with CTS, not DSR here (we dealt with DSR a few lines >> above), so set appropriate bits. >> >> Reported-by: Kevin Cernekee >> Signed-off-by: D

Re: [PATCH] serial: 8250_dw: fix 'cts-override'

2015-03-11 Thread Greg Kroah-Hartman
On Mon, Mar 09, 2015 at 05:37:31PM -0700, Dmitry Torokhov wrote: > We are dealing with CTS, not DSR here (we dealt with DSR a few lines > above), so set appropriate bits. > > Reported-by: Kevin Cernekee > Signed-off-by: Dmitry Torokhov > --- > drivers/tty/serial/8250/8250_dw.c | 6 +++--- > 1 f

[PATCH] serial: 8250_dw: fix 'cts-override'

2015-03-09 Thread Dmitry Torokhov
We are dealing with CTS, not DSR here (we dealt with DSR a few lines above), so set appropriate bits. Reported-by: Kevin Cernekee Signed-off-by: Dmitry Torokhov --- drivers/tty/serial/8250/8250_dw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/tty/serial/825