From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [Patch v2 4/4] tty: serial: msm: Remove direct access to GSBI Date: Thu, 29 May 2014 08:43:42 -0700 Message-ID: <20140529154342.GA28679@kroah.com> References: <1398357082-5102-1-git-send-email-agross@codeaurora.org> <1398357082-5102-5-git-send-email-agross@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kumar Gala Cc: Andy Gross , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-msm , Santosh Shilimkar List-Id: linux-arm-msm@vger.kernel.org On Thu, May 29, 2014 at 10:14:35AM -0500, Kumar Gala wrote: > > On Apr 24, 2014, at 11:31 AM, Andy Gross wrote: > > > This patch removes direct access of the GSBI registers. GSBI configuration > > should be done through the GSBI driver directly. > > > > Signed-off-by: Andy Gross > > --- > > drivers/tty/serial/msm_serial.c | 48 ++------------------------------------- > > drivers/tty/serial/msm_serial.h | 5 ---- > > 2 files changed, 2 insertions(+), 51 deletions(-) > > Greg, > > Any update on pulling this is for next? I thought this was going through someone else's tree, sorry. And, there seemd to be a second set of patches for this, which I don't have anywhere :( If you want me to take all of these, or just this one, Andy, can you please resend? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Thu, 29 May 2014 08:43:42 -0700 Subject: [Patch v2 4/4] tty: serial: msm: Remove direct access to GSBI In-Reply-To: References: <1398357082-5102-1-git-send-email-agross@codeaurora.org> <1398357082-5102-5-git-send-email-agross@codeaurora.org> Message-ID: <20140529154342.GA28679@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, May 29, 2014 at 10:14:35AM -0500, Kumar Gala wrote: > > On Apr 24, 2014, at 11:31 AM, Andy Gross wrote: > > > This patch removes direct access of the GSBI registers. GSBI configuration > > should be done through the GSBI driver directly. > > > > Signed-off-by: Andy Gross > > --- > > drivers/tty/serial/msm_serial.c | 48 ++------------------------------------- > > drivers/tty/serial/msm_serial.h | 5 ---- > > 2 files changed, 2 insertions(+), 51 deletions(-) > > Greg, > > Any update on pulling this is for next? I thought this was going through someone else's tree, sorry. And, there seemd to be a second set of patches for this, which I don't have anywhere :( If you want me to take all of these, or just this one, Andy, can you please resend? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965114AbaE2PkN (ORCPT ); Thu, 29 May 2014 11:40:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39542 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933154AbaE2PkG (ORCPT ); Thu, 29 May 2014 11:40:06 -0400 Date: Thu, 29 May 2014 08:43:42 -0700 From: Greg Kroah-Hartman To: Kumar Gala Cc: Andy Gross , linux-kernel@vger.kernel.org, devicetree , linux-arm-kernel@lists.infradead.org, linux-arm-msm , Santosh Shilimkar Subject: Re: [Patch v2 4/4] tty: serial: msm: Remove direct access to GSBI Message-ID: <20140529154342.GA28679@kroah.com> References: <1398357082-5102-1-git-send-email-agross@codeaurora.org> <1398357082-5102-5-git-send-email-agross@codeaurora.org> 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 Thu, May 29, 2014 at 10:14:35AM -0500, Kumar Gala wrote: > > On Apr 24, 2014, at 11:31 AM, Andy Gross wrote: > > > This patch removes direct access of the GSBI registers. GSBI configuration > > should be done through the GSBI driver directly. > > > > Signed-off-by: Andy Gross > > --- > > drivers/tty/serial/msm_serial.c | 48 ++------------------------------------- > > drivers/tty/serial/msm_serial.h | 5 ---- > > 2 files changed, 2 insertions(+), 51 deletions(-) > > Greg, > > Any update on pulling this is for next? I thought this was going through someone else's tree, sorry. And, there seemd to be a second set of patches for this, which I don't have anywhere :( If you want me to take all of these, or just this one, Andy, can you please resend? thanks, greg k-h