From patchwork Wed Aug 20 13:02:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4751071 Return-Path: X-Original-To: patchwork-linux-sh@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 733ACC0338 for ; Wed, 20 Aug 2014 13:00:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6A8BE2013A for ; Wed, 20 Aug 2014 13:00:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 40AB220136 for ; Wed, 20 Aug 2014 13:00:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753062AbaHTNAi (ORCPT ); Wed, 20 Aug 2014 09:00:38 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:41301 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752988AbaHTNAh (ORCPT ); Wed, 20 Aug 2014 09:00:37 -0400 Received: by mail-pd0-f176.google.com with SMTP id y10so11947063pdj.21 for ; Wed, 20 Aug 2014 06:00:37 -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=6qyUKat7kKfud8aMWspX2Iki60IXo4su76I79ibpwdc=; b=XO2s0sKxpTS65B7BStI62FL3VwdStw5DI8MgRsV3A3pigUJirDGmlZwHnfcyCj9Wdj dFzsfEZTJ2SbC54YDxIj04pD+dqHiOqu3ddnzTTjqswZ1HOuSR2TKf6iriJcaxCPvbr6 bFQQ0p4bZZXaLZATBk024Tx0FIcDpraZeYgMY7rx6+4OnZX//N0G8Q5s8cNAmZlHA5yM 2m8d2SwBpCTxOUjGpIH3Y6VWAPq3nYC1qAXAvvlcucTATZnASEmCIPlFJRPzu3m9nn9h oqO/p1/hFmntjqay/MtnKVN4soujcYA8foJ3smyNzUVCBcj4/GllwYTy/BFf47VIbZsb ejTg== X-Received: by 10.70.131.40 with SMTP id oj8mr59272819pdb.35.1408539636914; Wed, 20 Aug 2014 06:00:36 -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 bo1sm12796395pdb.76.2014.08.20.06.00.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Aug 2014 06:00:35 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Wed, 20 Aug 2014 22:02:54 +0900 Message-Id: <20140820130254.32075.82301.sendpatchset@w520> In-Reply-To: <20140820130201.32075.45257.sendpatchset@w520> References: <20140820130201.32075.45257.sendpatchset@w520> Subject: [PATCH 06/10] ARM: shmobile: r8a7778: Use shmobile_init_delay() Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, 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 Adjust the r8a7778 SoC support code to use shmobile_init_delay() together with CPU Frequency settings from the DTS. Get rid of the C code version. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/setup-r8a7778.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/mach-shmobile/setup-r8a7778.c +++ work/arch/arm/mach-shmobile/setup-r8a7778.c 2014-08-20 21:17:45.000000000 +0900 @@ -574,7 +574,7 @@ void __init r8a7778_init_irq_extpin(int void __init r8a7778_init_delay(void) { - shmobile_setup_delay(800, 1, 3); /* Cortex-A9 @ 800MHz */ + shmobile_init_delay(); } #ifdef CONFIG_USE_OF