From patchwork Mon May 19 23:37:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4206901 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 1CA68BEEAB for ; Mon, 19 May 2014 23:38:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 298C520212 for ; Mon, 19 May 2014 23:38:08 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 666192020A for ; Mon, 19 May 2014 23:38:07 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmX65-0005rA-2A; Mon, 19 May 2014 23:35:57 +0000 Received: from mail-pb0-x236.google.com ([2607:f8b0:400e:c01::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmX62-0005oR-ON for linux-arm-kernel@lists.infradead.org; Mon, 19 May 2014 23:35:55 +0000 Received: by mail-pb0-f54.google.com with SMTP id jt11so6513301pbb.27 for ; Mon, 19 May 2014 16:35:33 -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=JskCzTXCinCS4BChzVr0Hd9SbKjmr1RUOb4oHsHuSUc=; b=n0NUn4A0tAiNfz3Oni6+qcJph6W91uSlw0HdseJv/dHM8NziSzt8iKYdDKj8MUrYYa 5UOgU1Mlq1vRdfxUm8Ln120ymMYXi2L7NsANleyNlRebdJcpKvcS9kO2BMz+T70C0JNg 1rr6V8GiQgRx3rHtP7kH4wt4pAfQDE8mVpYKQstqTkVLSV/fl7qpWtizfMrc/uXufJWi qvJ3Hy37/UXF/BLH6jM/0EMs7TjO4d7YhJovaGdsqKtIdz3/3ktKLQGdX/OtaB/8akTC Uk/OyI8KPVUpdYJiTNZB6WU1HM5Iu8X+uyWnIwEck8KlH4qEpid7rHq3NcMqLgWqgIeZ ikMw== X-Received: by 10.66.151.144 with SMTP id uq16mr46847433pab.68.1400542533632; Mon, 19 May 2014 16:35:33 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id sb5sm32122272pbc.13.2014.05.19.16.35.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 May 2014 16:35:32 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 20 May 2014 08:37:33 +0900 Message-Id: <20140519233733.10496.73276.sendpatchset@w520> In-Reply-To: <20140519233714.10496.31390.sendpatchset@w520> References: <20140519233714.10496.31390.sendpatchset@w520> Subject: [PATCH 02/03] ARM: shmobile: Use r8a7790 DT CPU Frequency for Lager X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140519_163554_807230_2EFBFFD9 X-CRM114-Status: GOOD ( 10.63 ) X-Spam-Score: -0.1 (/) Cc: horms@verge.net.au, Magnus Damm , 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=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 Convert the Lager board support to use shmobile_init_delay() to be able to migrate away from per-SoC delay setup functions. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/board-lager-reference.c | 2 +- arch/arm/mach-shmobile/board-lager.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- 0001/arch/arm/mach-shmobile/board-lager-reference.c +++ work/arch/arm/mach-shmobile/board-lager-reference.c 2014-05-19 22:21:00.000000000 +0900 @@ -115,7 +115,7 @@ static const char *lager_boards_compat_d DT_MACHINE_START(LAGER_DT, "lager") .smp = smp_ops(r8a7790_smp_ops), - .init_early = r8a7790_init_early, + .init_early = shmobile_init_delay, .init_time = rcar_gen2_timer_init, .init_machine = lager_add_standard_devices, .init_late = shmobile_init_late, --- 0001/arch/arm/mach-shmobile/board-lager.c +++ work/arch/arm/mach-shmobile/board-lager.c 2014-05-19 22:21:20.000000000 +0900 @@ -886,7 +886,7 @@ static const char * const lager_boards_c DT_MACHINE_START(LAGER_DT, "lager") .smp = smp_ops(r8a7790_smp_ops), - .init_early = r8a7790_init_early, + .init_early = shmobile_init_delay, .init_time = rcar_gen2_timer_init, .init_machine = lager_init, .init_late = shmobile_init_late,