Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752628Ab2KRDOf (ORCPT ); Sat, 17 Nov 2012 22:14:35 -0500 Received: from mga09.intel.com ([134.134.136.24]:1193 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752527Ab2KRDOc convert rfc822-to-8bit (ORCPT ); Sat, 17 Nov 2012 22:14:32 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.83,271,1352102400"; d="scan'208";a="243841618" From: "Chen, Jun D" To: Greg KH CC: Alan Cox , "Bi, Chao" , serial , "Gorby, Russ" , "linux-kernel@vger.kernel.org" , "Wu, Fengguang" Subject: RE: [PATCH] serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not empty. Thread-Topic: [PATCH] serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not empty. Thread-Index: AQHNw6dVo2cgDPNgg0Ohx4WZ2lkC35fr4SoAgAMLzDA= Date: Sun, 18 Nov 2012 03:14:28 +0000 Message-ID: <9E44E06DBBA23A489DED933DBC291A850FD7A645@SHSMSX102.ccr.corp.intel.com> References: <1353064117.24092.4.camel@chenjun-workstation> <20121116123834.GA9327@kroah.com> In-Reply-To: <20121116123834.GA9327@kroah.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1267 Lines: 30 Hi, I make this patch on your tty-next tree, Do I need to make it on the branch 3.7-rc6 against? -----Original Message----- From: Greg KH [mailto:gregkh@linuxfoundation.org] Sent: Friday, November 16, 2012 8:39 PM To: Chen, Jun D Cc: Alan Cox; Bi, Chao; serial; Gorby, Russ; linux-kernel@vger.kernel.org; Wu, Fengguang Subject: Re: [PATCH] serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not empty. On Fri, Nov 16, 2012 at 06:08:37AM -0500, Jun Chen wrote: > > This patch check whether the fifo lenth is empty before writing new > data to fifo.If condition is true,ifx_spi_write need to trigger one > mrdy_assert. If condition is false,the mrdy_assert will be trigger by the next ifx_spi_io. > > Cc: Bi Chao > Signed-off-by: Chen Jun > --- > drivers/tty/serial/ifx6x60.c | 14 +++++++++++--- > 1 files changed, 11 insertions(+), 3 deletions(-) What tree did you make this against? It doesn't apply to my tty-next tree at all :( greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/