Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751669Ab2KPMhr (ORCPT ); Fri, 16 Nov 2012 07:37:47 -0500 Received: from mail.kernel.org ([198.145.19.201]:45308 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751634Ab2KPMhp (ORCPT ); Fri, 16 Nov 2012 07:37:45 -0500 Date: Fri, 16 Nov 2012 04:38:34 -0800 From: Greg KH To: Jun Chen Cc: Alan Cox , Bi Chao , serial , "russ.gorby" , linux-kernel@vger.kernel.org, fengguang.wu@intel.com Subject: Re: [PATCH] serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not empty. Message-ID: <20121116123834.GA9327@kroah.com> References: <1353064117.24092.4.camel@chenjun-workstation> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353064117.24092.4.camel@chenjun-workstation> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 834 Lines: 21 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/