From patchwork Sun May 11 23:25:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4153321 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 965309F3AE for ; Sun, 11 May 2014 23:26:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C4C5C2018A for ; Sun, 11 May 2014 23:26:11 +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 06E3420179 for ; Sun, 11 May 2014 23:26:11 +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 1Wjd61-0004i5-FV; Sun, 11 May 2014 23:23:53 +0000 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wjd5z-0004fK-Kc for linux-arm-kernel@lists.infradead.org; Sun, 11 May 2014 23:23:51 +0000 Received: by mail-pa0-f47.google.com with SMTP id lf10so4497674pab.6 for ; Sun, 11 May 2014 16:23:30 -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=yhjriTnvEXhkiAq1tGiLPWMiUwkN48Vyj7j//qFIXeI=; b=kC2k2nLYsy5WjzBJOK24GUmuKFmXUx3Z7MuJqEVopZchf7qEpsDYhOjziHJGj/gnry 6Ydl4wDo4jUgj16tkUJcY4DNdk3F9HN8Z497/pbI348/95OSF3jh5VR3pRlz6obw5Cwr udZjMi80rJG4LY2YbzUbf9ZSJY7J0uVCK5jZz2UMBjvQvCVnnxulnbE8w1Bb4WfGe+fK InQ++vcxXTZowfcq8vwa/KB8kJrKozZIzO3Sebp//JmRUczcz4cjS7/HcgEvw+FuaH7A 1/XDBgPt2iqEdLaRu+0O41CgTDF907M3ZMIqVXAPz66aPVH8o9ybruz6TsEPZ7sCWTO3 k6ow== X-Received: by 10.66.65.138 with SMTP id x10mr48998274pas.17.1399850610407; Sun, 11 May 2014 16:23:30 -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 vm3sm19395846pbc.45.2014.05.11.16.23.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 May 2014 16:23:28 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 12 May 2014 08:25:27 +0900 Message-Id: <20140511232527.20177.15638.sendpatchset@w520> In-Reply-To: <20140511232508.20177.11556.sendpatchset@w520> References: <20140511232508.20177.11556.sendpatchset@w520> Subject: [PATCH 02/03] ARM: shmobile: Use r8a7791 DT CPU Frequency for Koelsch X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140511_162351_692312_CB3E5099 X-CRM114-Status: GOOD ( 10.04 ) 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 Koelsch 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-koelsch-reference.c | 2 +- arch/arm/mach-shmobile/board-koelsch.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- 0001/arch/arm/mach-shmobile/board-koelsch-reference.c +++ work/arch/arm/mach-shmobile/board-koelsch-reference.c 2014-05-12 08:04:07.000000000 +0900 @@ -139,7 +139,7 @@ static const char * const koelsch_boards DT_MACHINE_START(KOELSCH_DT, "koelsch") .smp = smp_ops(r8a7791_smp_ops), - .init_early = r8a7791_init_early, + .init_early = shmobile_init_delay, .init_time = rcar_gen2_timer_init, .init_machine = koelsch_add_standard_devices, .init_late = shmobile_init_late, --- 0001/arch/arm/mach-shmobile/board-koelsch.c +++ work/arch/arm/mach-shmobile/board-koelsch.c 2014-05-12 08:03:53.000000000 +0900 @@ -522,7 +522,7 @@ static const char * const koelsch_boards DT_MACHINE_START(KOELSCH_DT, "koelsch") .smp = smp_ops(r8a7791_smp_ops), - .init_early = r8a7791_init_early, + .init_early = shmobile_init_delay, .init_time = rcar_gen2_timer_init, .init_machine = koelsch_init, .init_late = shmobile_init_late,