Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932220AbbFTQ51 (ORCPT ); Sat, 20 Jun 2015 12:57:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60353 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751529AbbFTQ5T (ORCPT ); Sat, 20 Jun 2015 12:57:19 -0400 Date: Sat, 20 Jun 2015 09:57:18 -0700 From: Greg Kroah-Hartman To: "manfred.schlaegl@gmx.at" Cc: Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Manfred Schlaegl Subject: Re: [PATCH] serial: imx: count tty buffer overruns Message-ID: <20150620165718.GA31390@kroah.com> References: <558597B0.80104@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <558597B0.80104@gmx.at> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 632 Lines: 20 On Sat, Jun 20, 2015 at 06:41:20PM +0200, manfred.schlaegl@gmx.at wrote: > As can be seen in function uart_insert_char (serial_core) the element > buf_overrun of struct uart_icount is used to count overruns of > tty-buffer. > Added support for counting of overruns in imx driver analogue to > serial_core. > > Signed-off-by: Manfred Schlaegl Your From: line in your email doesn't match this, please fix up and resend. Same goes for your other serial patch. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/