From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Fri, 16 Nov 2012 01:01:07 +0000 Subject: Re: [PATCH 00/10] serial: sh-sci fixes - console PM, SCIFB, SMP lockup, etc. Message-Id: <20121116010107.GA6068@kroah.com> List-Id: References: <509A0658.1010503@renesas.com> <509A0B4E.1030801@renesas.com> In-Reply-To: <509A0B4E.1030801@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Wed, Nov 07, 2012 at 04:18:38PM +0900, Shinya Kuribayashi wrote: > On 11/7/2012 3:57 PM, Shinya Kuribayashi wrote: > > Hi Paul and serial forks, > [...] > > Takashi YOSHII (4): > > serial: sh-sci: fix condition test to set SCBRR > > serial: sh-sci: support lower baud rate > > serial: sh-sci: mask SCTFDR/RFDR according to fifosize > > serial: sh-sci: fix common SCIFB regmap definition > > > > Teppei Kamijou (1): > > serial: sh-sci: console runtime PM support (revisit) > > > > drivers/tty/serial/sh-sci.c | 140 ++++++++++++++++++-------------------------- > > 1 file changed, 56 insertions(+), 84 deletions(-) > > Oops, I forgot to append proper From: author lines in five commits > (patch 04/10 to 09/10). Didn't mean to supersede your authoship. > > I'd respin the patchset later, waiting for some feedback. Can you please resend this with this fixed up if you want to get this into 3.8? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 00/10] serial: sh-sci fixes - console PM, SCIFB, SMP lockup, etc. Date: Thu, 15 Nov 2012 17:01:07 -0800 Message-ID: <20121116010107.GA6068@kroah.com> References: <509A0658.1010503@renesas.com> <509A0B4E.1030801@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f46.google.com ([209.85.220.46]:61100 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911Ab2KPBBL (ORCPT ); Thu, 15 Nov 2012 20:01:11 -0500 Received: by mail-pa0-f46.google.com with SMTP id hz1so1473502pad.19 for ; Thu, 15 Nov 2012 17:01:10 -0800 (PST) Content-Disposition: inline In-Reply-To: <509A0B4E.1030801@renesas.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Shinya Kuribayashi Cc: lethal@linux-sh.org, magnus.damm@gmail.com, rjw@sisk.pl, alan@linux.intel.com, takashi.yoshii.zj@renesas.com, linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org On Wed, Nov 07, 2012 at 04:18:38PM +0900, Shinya Kuribayashi wrote: > On 11/7/2012 3:57 PM, Shinya Kuribayashi wrote: > > Hi Paul and serial forks, > [...] > > Takashi YOSHII (4): > > serial: sh-sci: fix condition test to set SCBRR > > serial: sh-sci: support lower baud rate > > serial: sh-sci: mask SCTFDR/RFDR according to fifosize > > serial: sh-sci: fix common SCIFB regmap definition > > > > Teppei Kamijou (1): > > serial: sh-sci: console runtime PM support (revisit) > > > > drivers/tty/serial/sh-sci.c | 140 ++++++++++++++++++-------------------------- > > 1 file changed, 56 insertions(+), 84 deletions(-) > > Oops, I forgot to append proper From: author lines in five commits > (patch 04/10 to 09/10). Didn't mean to supersede your authoship. > > I'd respin the patchset later, waiting for some feedback. Can you please resend this with this fixed up if you want to get this into 3.8? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Thu, 15 Nov 2012 17:01:07 -0800 Subject: [PATCH 00/10] serial: sh-sci fixes - console PM, SCIFB, SMP lockup, etc. In-Reply-To: <509A0B4E.1030801@renesas.com> References: <509A0658.1010503@renesas.com> <509A0B4E.1030801@renesas.com> Message-ID: <20121116010107.GA6068@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Nov 07, 2012 at 04:18:38PM +0900, Shinya Kuribayashi wrote: > On 11/7/2012 3:57 PM, Shinya Kuribayashi wrote: > > Hi Paul and serial forks, > [...] > > Takashi YOSHII (4): > > serial: sh-sci: fix condition test to set SCBRR > > serial: sh-sci: support lower baud rate > > serial: sh-sci: mask SCTFDR/RFDR according to fifosize > > serial: sh-sci: fix common SCIFB regmap definition > > > > Teppei Kamijou (1): > > serial: sh-sci: console runtime PM support (revisit) > > > > drivers/tty/serial/sh-sci.c | 140 ++++++++++++++++++-------------------------- > > 1 file changed, 56 insertions(+), 84 deletions(-) > > Oops, I forgot to append proper From: author lines in five commits > (patch 04/10 to 09/10). Didn't mean to supersede your authoship. > > I'd respin the patchset later, waiting for some feedback. Can you please resend this with this fixed up if you want to get this into 3.8? thanks, greg k-h