From patchwork Fri Aug 9 09:50:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2841862 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 B4179BF546 for ; Fri, 9 Aug 2013 10:36:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CC9232038B for ; Fri, 9 Aug 2013 10:36:48 +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 B6CC220386 for ; Fri, 9 Aug 2013 10:36:47 +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 1V7jLq-0004l4-5L; Fri, 09 Aug 2013 09:51:19 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V7jL3-0008Ik-Q7; Fri, 09 Aug 2013 09:50:29 +0000 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V7jKv-0008G1-EF for linux-arm-kernel@lists.infradead.org; Fri, 09 Aug 2013 09:50:23 +0000 Received: by mail-pa0-f46.google.com with SMTP id fa1so2834508pad.5 for ; Fri, 09 Aug 2013 02:49:59 -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=IOEOgq8WI4ahCGfvr/SXhdiSfJ5nmICVlkE9yZp8Xkw=; b=sUYBi8MmSuIjTwc6DHGNkDXHymHO5tvS+pl7zLCjm9THRwmeRH0cYsPokq2H4a+O42 a0aruXjBd2TE7IMSH7uX7VrJUQOhvyITIRVmsxP733DiiLsAcu6oFgbHCjJroS9OUKH8 GW0G1xbr8+BcUvQWEawvlUMVBsOtE62roI+vVx1tyHOsGEkRZ7XryjXpblzFSq1ALi43 LypzEEzCskreeS0m/YRdyDiiK69SvnHVtVuy3fqEI5L899YlXOy5EqNuq102EOfk74Du FbcDhWBo/azZbB0oHYiI+Y88NpZD+rd16lfi81oEpVWIdAY1aP6vi0HLk7UD1BBNdTT9 nGwQ== X-Received: by 10.66.233.37 with SMTP id tt5mr10466902pac.95.1376041799611; Fri, 09 Aug 2013 02:49:59 -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 ue9sm21593330pab.7.2013.08.09.02.49.56 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 09 Aug 2013 02:49:58 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Fri, 09 Aug 2013 18:50:10 +0900 Message-Id: <20130809095010.6530.87879.sendpatchset@w520> In-Reply-To: <20130809094748.6530.16511.sendpatchset@w520> References: <20130809094748.6530.16511.sendpatchset@w520> Subject: [PATCH 13/14] ARM: shmobile: Rename to r8a7778_init_early() X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130809_055021_623216_1B18C0C4 X-CRM114-Status: UNSURE ( 8.66 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , arnd@arndb.de, 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=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable 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 Rename r8a7778_init_delay() into r8a7778_init_early() to make the function name show that more than just delay setup may happen in the future. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/board-bockw-reference.c | 2 +- arch/arm/mach-shmobile/board-bockw.c | 2 +- arch/arm/mach-shmobile/include/mach/r8a7778.h | 2 +- arch/arm/mach-shmobile/setup-r8a7778.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) --- 0001/arch/arm/mach-shmobile/board-bockw-reference.c +++ work/arch/arm/mach-shmobile/board-bockw-reference.c 2013-08-09 17:21:15.000000000 +0900 @@ -54,7 +54,7 @@ static const char *bockw_boards_compat_d }; DT_MACHINE_START(BOCKW_DT, "bockw") - .init_early = r8a7778_init_delay, + .init_early = r8a7778_init_early, .init_irq = r8a7778_init_irq_dt, .init_machine = bockw_init, .dt_compat = bockw_boards_compat_dt, --- 0001/arch/arm/mach-shmobile/board-bockw.c +++ work/arch/arm/mach-shmobile/board-bockw.c 2013-08-09 17:21:01.000000000 +0900 @@ -276,7 +276,7 @@ static const char *bockw_boards_compat_d }; DT_MACHINE_START(BOCKW_DT, "bockw") - .init_early = r8a7778_init_delay, + .init_early = r8a7778_init_early, .init_irq = r8a7778_init_irq_dt, .init_machine = bockw_init, .dt_compat = bockw_boards_compat_dt, --- 0001/arch/arm/mach-shmobile/include/mach/r8a7778.h +++ work/arch/arm/mach-shmobile/include/mach/r8a7778.h 2013-08-09 17:21:43.000000000 +0900 @@ -26,7 +26,7 @@ extern void r8a7778_add_ether_device(str extern void r8a7778_add_dt_devices(void); extern void r8a7778_init_late(void); -extern void r8a7778_init_delay(void); +extern void r8a7778_init_early(void); extern void r8a7778_init_irq_dt(void); extern void r8a7778_clock_init(void); extern void r8a7778_init_irq_extpin(int irlm); --- 0001/arch/arm/mach-shmobile/setup-r8a7778.c +++ work/arch/arm/mach-shmobile/setup-r8a7778.c 2013-08-09 17:20:46.000000000 +0900 @@ -368,7 +368,7 @@ void __init r8a7778_init_irq_extpin(int &irqpin_platform_data, sizeof(irqpin_platform_data)); } -void __init r8a7778_init_delay(void) +void __init r8a7778_init_early(void) { shmobile_setup_delay(800, 1, 3); /* Cortex-A9 @ 800MHz */ } @@ -404,7 +404,7 @@ static const char *r8a7778_compat_dt[] _ }; DT_MACHINE_START(R8A7778_DT, "Generic R8A7778 (Flattened Device Tree)") - .init_early = r8a7778_init_delay, + .init_early = r8a7778_init_early, .init_irq = r8a7778_init_irq_dt, .dt_compat = r8a7778_compat_dt, .init_late = r8a7778_init_late,