From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [patch v3 08/36] Hexagon: Add delay functions Date: Fri, 09 Sep 2011 10:07:05 +0200 Message-ID: <7440179.BsgeraFyS5@wuerfel> References: <20110909010847.294039464@codeaurora.org> <20110909010915.450346603@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20110909010915.450346603@codeaurora.org> Sender: linux-hexagon-owner@vger.kernel.org To: Richard Kuo Cc: linux-arch@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Thursday 08 September 2011 20:08:55 Richard Kuo wrote: > Added read_current_timer elsewhere. > > udelay is based off of __vmgettime() which returns processor ticks. > > Removed __delay and CONFIG_GENERIC_CALIBRATE_DELAY. > > Signed-off-by: Richard Kuo Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.186]:55938 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758461Ab1IIIHZ (ORCPT ); Fri, 9 Sep 2011 04:07:25 -0400 From: Arnd Bergmann Subject: Re: [patch v3 08/36] Hexagon: Add delay functions Date: Fri, 09 Sep 2011 10:07:05 +0200 Message-ID: <7440179.BsgeraFyS5@wuerfel> In-Reply-To: <20110909010915.450346603@codeaurora.org> References: <20110909010847.294039464@codeaurora.org> <20110909010915.450346603@codeaurora.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Richard Kuo Cc: linux-arch@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20110909080705.Pe4MvUn6mUh5IprW-2RN94lom0IGSOcG5yhzlS7Yv4A@z> On Thursday 08 September 2011 20:08:55 Richard Kuo wrote: > Added read_current_timer elsewhere. > > udelay is based off of __vmgettime() which returns processor ticks. > > Removed __delay and CONFIG_GENERIC_CALIBRATE_DELAY. > > Signed-off-by: Richard Kuo Acked-by: Arnd Bergmann