From patchwork Tue Oct 2 08:13:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 11908 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 65BA524146 for ; Tue, 2 Oct 2012 08:13:47 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 1B83DA1809F for ; Tue, 2 Oct 2012 08:13:47 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so13594640iej.11 for ; Tue, 02 Oct 2012 01:13:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=beDq88AnUtwVd7/SknZZoIaUVhBOrcdXGKGT4bPyLkg=; b=VTuwANRptqSEaKbrRpMqSJJiu7gdtiZtjZfmGRJdLa/hwSMPVKeUUrP5It/l4StqXQ tiHUGGNiJ0k8iR4Gpr2Z35QcQ0OkHQcXkGzrMFu67BciDAmsJfIQgPk3lei12p/EshMQ xvHhoAgkHHe7NqmjqPyydBJ7BBMGrNV/TZV8jb8cTQJslJ4PVe69dXf6UBwia6jdZ4r8 fX9I6msy7fmmytkuV52zppR3ARbbc+3yutowkG/fykMFwLXqyAtz99L6WNJrSseI0JIz t8ojjjB3umm7Z1aa75jK9moYe2BDfRdVrk/ENp7VgxVti4TeOroQecgOHMNDFpprbSkz cQ4A== Received: by 10.50.154.137 with SMTP id vo9mr7436292igb.28.1349165626894; Tue, 02 Oct 2012 01:13:46 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.184.232 with SMTP id ex8csp69894igc; Tue, 2 Oct 2012 01:13:45 -0700 (PDT) Received: by 10.216.136.66 with SMTP id v44mr9656209wei.159.1349165625368; Tue, 02 Oct 2012 01:13:45 -0700 (PDT) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id a8si2090287wix.3.2012.10.02.01.13.44 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Oct 2012 01:13:45 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wg0-f50.google.com with SMTP id 16so693650wgi.31 for ; Tue, 02 Oct 2012 01:13:44 -0700 (PDT) Received: by 10.216.240.3 with SMTP id d3mr9687878wer.87.1349165624895; Tue, 02 Oct 2012 01:13:44 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id p4sm1193936wix.0.2012.10.02.01.13.43 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Oct 2012 01:13:44 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones Subject: [PATCH 08/10] ARM: ux500: Stop calling the UIB init function when using Device Tree Date: Tue, 2 Oct 2012 09:13:21 +0100 Message-Id: <1349165603-24401-9-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1349165603-24401-1-git-send-email-lee.jones@linaro.org> References: <1349165603-24401-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQnS1c3x1k6uCcM+TwVyOki8ehaYIwfsRxiCNyj3zJFG+l2X5N+oAqI5HY/WJj18Mhak4HX+ As there will be a Device Tree created for the UIBs, there is no need to call the UIB initiation functions. Each device will be detailed and registered from the Device Tree instead. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu-db8500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 610ad7f..f85659b 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -345,7 +345,7 @@ DT_MACHINE_START(U8500_DT, "ST-Ericsson U8500 platform (Device Tree Support)") .timer = &ux500_timer, .handle_irq = gic_handle_irq, .init_machine = u8500_init_machine, - .init_late = ux500_init_late, + .init_late = NULL, .dt_compat = u8500_dt_board_compat, MACHINE_END