Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965445AbbD1L0h (ORCPT ); Tue, 28 Apr 2015 07:26:37 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48299 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965207AbbD1L0b (ORCPT ); Tue, 28 Apr 2015 07:26:31 -0400 Date: Tue, 28 Apr 2015 13:26:28 +0200 From: Greg KH To: Pramod Gurav Cc: linux-arm-msm@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, bryanh@codeaurora.org, sboyd@codeaurora.org, jslaby@suse.cz Subject: Re: [PATCH v3 1/3] tty: serial: msm: Add mask value for UART_DM registers Message-ID: <20150428112628.GA8228@kroah.com> References: <1428668396-6955-1-git-send-email-gpramod@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1428668396-6955-1-git-send-email-gpramod@codeaurora.org> 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 Content-Length: 1151 Lines: 31 On Fri, Apr 10, 2015 at 05:49:54PM +0530, Pramod Gurav wrote: > The bit masks for RFR_LEVEL1 and STALE_TIMEOUT_MSB values in MR1 and > IPR registers respectively are different for UART and UART_DM hardware > cores. We have been using UART core mask values for these. Add the same > for UART_DM core. > > There is no bit setting as UART_IPR_RXSTALE_LAST for UART_DM core so do > it only for UART core. > > Signed-off-by: Pramod Gurav > --- > Changes since v2: > > - Changed the sequnce of code to avoid duplication of code. > > drivers/tty/serial/msm_serial.c | 26 ++++++++++++++++++++------ > drivers/tty/serial/msm_serial.h | 2 ++ > 2 files changed, 22 insertions(+), 6 deletions(-) I only have patch 1/3 in my inbox, please resend all of them, not just individual ones you have redone, as that makes it impossible to keep track of patches in series. thanks, 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/