From patchwork Tue Oct 1 08:12:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2968891 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7C36A9F289 for ; Tue, 1 Oct 2013 08:48:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4C152203AF for ; Tue, 1 Oct 2013 08:48:14 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 10848201B9 for ; Tue, 1 Oct 2013 08:48:13 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VQv5L-00035G-H5; Tue, 01 Oct 2013 08:13:37 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VQv4j-0002mv-8r; Tue, 01 Oct 2013 08:12:57 +0000 Received: from mail-pb0-x22a.google.com ([2607:f8b0:400e:c01::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VQv4f-0002jE-UD for linux-arm-kernel@lists.infradead.org; Tue, 01 Oct 2013 08:12:54 +0000 Received: by mail-pb0-f42.google.com with SMTP id un15so6776928pbc.15 for ; Tue, 01 Oct 2013 01:12:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=VY7EzohDeckzkAeLbu0KM0BXMM2kEyDtogadutEddy8=; b=bq7FxJBKp+F5/KbBEvxADLAiOnlG4Os1WB+sNqGuySrVS6lJURJB4K4t4/+EmAqZ1I Sxw5qbnsq7tYy04hAHV83PZWadxC6XUALTs97v6xy7hIRNFmYdcsJ3DvcWMz3Q38VKnm ewjPyKENc7vWJcfr8ifJ4GmgBLItR4mUM8xpgexY0612Pi0BObo+T0sfpaLHWOkGaxRH ZrcYDyqJZx3wBBz/k3wQRdfVJws5OEPl6UsJfChqz+Er+VcCfNyUZT/oQo9PDvJWUvpr v9JNPFT+C2QTdZGQcgqjtokIUq+xIh7Nf5LQrI07ZvgdeC2xVVfDmGbThR5gCWbH5zBD mqHQ== X-Received: by 10.68.219.104 with SMTP id pn8mr28054818pbc.81.1380615152268; Tue, 01 Oct 2013 01:12:32 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id gh2sm5272931pbc.40.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 01:12:31 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 01 Oct 2013 17:12:57 +0900 Message-Id: <20131001081257.4136.80053.sendpatchset@w520> In-Reply-To: <20131001081143.4136.46925.sendpatchset@w520> References: <20131001081143.4136.46925.sendpatchset@w520> Subject: [PATCH 07/10] ARM: shmobile: Use arch timer on Koelsch X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131001_041254_094513_3245725C X-CRM114-Status: UNSURE ( 8.07 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 1.4 (+) Cc: ryo.kataoka.wt@renesas.com, kuninori.morimoto.gx@renesas.com, arnd@arndb.de, Magnus Damm , hisashi.nakamura.ak@renesas.com, horms@verge.net.au, yoshikazu.fujikawa.ue@renesas.com, olof@lixom.net, khilman@linaro.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, KHOP_BIG_TO_CC, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Make use of the R-Car Gen2 arch timer workaround on Koelsch. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/board-koelsch.c | 2 ++ 1 file changed, 2 insertions(+) --- 0003/arch/arm/mach-shmobile/board-koelsch.c +++ work/arch/arm/mach-shmobile/board-koelsch.c 2013-10-01 16:35:52.000000000 +0900 @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -40,5 +41,6 @@ static const char * const koelsch_boards DT_MACHINE_START(KOELSCH_DT, "koelsch") .init_early = r8a7791_init_early, .init_machine = koelsch_add_standard_devices, + .init_time = rcar_gen2_timer_init, .dt_compat = koelsch_boards_compat_dt, MACHINE_END