From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 0/3] hvc_dcc cleanups and fixes Date: Thu, 3 Feb 2011 14:17:42 -0800 Message-ID: <20110203221742.GA4159@kroah.com> References: <1292649385-28771-1-git-send-email-sboyd@codeaurora.org> <1292875718-7980-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1292875718-7980-1-git-send-email-sboyd@codeaurora.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-arm-msm@vger.kernel.org On Mon, Dec 20, 2010 at 12:08:35PM -0800, Stephen Boyd wrote: > Here are the split patches. > > The first two patches cleanup and fix the hvc_dcc driver for my > compiler. The final patch is more controversial, it removes the > v6 and v7 differences in this driver. > > Stephen Boyd (3): > hvc_dcc: Fix bad code generation by marking assembly volatile > hvc_dcc: Simplify put_chars()/get_chars() loops > hvc_dcc: Simplify assembly for v6 and v7 ARM Can you redo these against the linux-next tree as they don't apply anymore and resend them so I can apply them? 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 S1754286Ab1BCWUz (ORCPT ); Thu, 3 Feb 2011 17:20:55 -0500 Received: from kroah.org ([198.145.64.141]:59592 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754138Ab1BCWUx (ORCPT ); Thu, 3 Feb 2011 17:20:53 -0500 Date: Thu, 3 Feb 2011 14:17:42 -0800 From: Greg KH To: Stephen Boyd Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/3] hvc_dcc cleanups and fixes Message-ID: <20110203221742.GA4159@kroah.com> References: <1292649385-28771-1-git-send-email-sboyd@codeaurora.org> <1292875718-7980-1-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1292875718-7980-1-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 20, 2010 at 12:08:35PM -0800, Stephen Boyd wrote: > Here are the split patches. > > The first two patches cleanup and fix the hvc_dcc driver for my > compiler. The final patch is more controversial, it removes the > v6 and v7 differences in this driver. > > Stephen Boyd (3): > hvc_dcc: Fix bad code generation by marking assembly volatile > hvc_dcc: Simplify put_chars()/get_chars() loops > hvc_dcc: Simplify assembly for v6 and v7 ARM Can you redo these against the linux-next tree as they don't apply anymore and resend them so I can apply them? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Thu, 3 Feb 2011 14:17:42 -0800 Subject: [PATCH 0/3] hvc_dcc cleanups and fixes In-Reply-To: <1292875718-7980-1-git-send-email-sboyd@codeaurora.org> References: <1292649385-28771-1-git-send-email-sboyd@codeaurora.org> <1292875718-7980-1-git-send-email-sboyd@codeaurora.org> Message-ID: <20110203221742.GA4159@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Dec 20, 2010 at 12:08:35PM -0800, Stephen Boyd wrote: > Here are the split patches. > > The first two patches cleanup and fix the hvc_dcc driver for my > compiler. The final patch is more controversial, it removes the > v6 and v7 differences in this driver. > > Stephen Boyd (3): > hvc_dcc: Fix bad code generation by marking assembly volatile > hvc_dcc: Simplify put_chars()/get_chars() loops > hvc_dcc: Simplify assembly for v6 and v7 ARM Can you redo these against the linux-next tree as they don't apply anymore and resend them so I can apply them? thanks, greg k-h