From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751935AbbCVKeZ (ORCPT ); Sun, 22 Mar 2015 06:34:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55023 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751800AbbCVKeV (ORCPT ); Sun, 22 Mar 2015 06:34:21 -0400 Date: Sun, 22 Mar 2015 11:34:17 +0100 From: Greg Kroah-Hartman To: Dmitry Torokhov Cc: Kevin Cernekee , "JD (Jiandong) Zheng" , Ray Jui , Desmond Liu , linux-serial@vger.kernel.org, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] serial: 8250_dw: fix 'cts-override' Message-ID: <20150322103417.GA21904@kroah.com> References: <20150310003731.GA21791@dtor-ws> <20150311130053.GA16733@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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: > >>> 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(-) > >> > >> Should this go into 4.0-final, or can it wait for 4.1-rc1? > >> I'm guessing 4.0-final, but want to make sure. > > > > I'd like to have it in 4.0 but since there are no users of the feature > > in mainline yet I think it can wait. > > > > Could you please pick it for 4.1? Will do, thanks. greg k-h