From patchwork Wed Oct 14 10:19:21 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 53640 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9EAO8uw003733 for ; Wed, 14 Oct 2009 10:24:51 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756152AbZJNKYq (ORCPT ); Wed, 14 Oct 2009 06:24:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756153AbZJNKYq (ORCPT ); Wed, 14 Oct 2009 06:24:46 -0400 Received: from mail-yx0-f188.google.com ([209.85.210.188]:43635 "EHLO mail-yx0-f188.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756152AbZJNKYp (ORCPT ); Wed, 14 Oct 2009 06:24:45 -0400 Received: by yxe26 with SMTP id 26so5199643yxe.4 for ; Wed, 14 Oct 2009 03:24:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :in-reply-to:references:subject; bh=6oWQAU6+x9oGIkYt8Jt5fI929FaCrJeqClNKXNb5oQQ=; b=D8pa3kghwZvhvhRbQTdSzk1MlEBKLjkEScltu9n8THf7dHD/8QVWF25qpERLLqM7m/ 62GVtUbRV7mMoILquGC6I6yjOr/3TzRE6nkjGZI7Oj5zQ0gNDDnSsH++fPPURxrXGCOR wztOaVdnbt2u+czPDfJJ1EuPyWzmXz60Po1Xw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=a1Byd7eOcoORNwgOtrfLjbtv40ZtsyKQ9fPUX2AM0zLSc5AAKygtd4rmP/qO3TqJLi AGCW9ddPjR7//5j2ThQjxxtVpL4DCHAKtkStgT2GSaJyddeP9TmecpE4wkH663hnTTtO Q6YUBlS93nrQuj/AeGENWztmUa1GsbVWUhgnM= Received: by 10.150.240.4 with SMTP id n4mr9658454ybh.1.1255515849447; Wed, 14 Oct 2009 03:24:09 -0700 (PDT) Received: from rxone.opensource.se (49.14.32.202.bf.2iij.net [202.32.14.49]) by mx.google.com with ESMTPS id 22sm3460240ywh.4.2009.10.14.03.24.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Oct 2009 03:24:08 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Date: Wed, 14 Oct 2009 19:19:21 +0900 Message-Id: <20091014101921.21842.29686.sendpatchset@rxone.opensource.se> In-Reply-To: <20091014101821.21842.40286.sendpatchset@rxone.opensource.se> References: <20091014101821.21842.40286.sendpatchset@rxone.opensource.se> Subject: [PATCH 07/07] sh: R-Standby CMT timer resume order workaround Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org --- 0001/arch/sh/kernel/cpu/sh4a/setup-sh7724.c +++ work/arch/sh/kernel/cpu/sh4a/setup-sh7724.c 2009-10-14 18:08:37.000000000 +0900 @@ -261,7 +261,7 @@ static struct sh_timer_config cmt_platfo .timer_bit = 5, .clk = "cmt0", .clockevent_rating = 125, - .clocksource_rating = 200, + //.clocksource_rating = 200, }; static struct resource cmt_resources[] = {