From patchwork Fri Aug 23 12:23:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 19447 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ve0-f199.google.com (mail-ve0-f199.google.com [209.85.128.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 2D9FA248E6 for ; Fri, 23 Aug 2013 12:24:18 +0000 (UTC) Received: by mail-ve0-f199.google.com with SMTP id m1sf436434ves.10 for ; Fri, 23 Aug 2013 05:24:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-gm-message-state:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=kjbMGZ5UMEgUYw7dB6fzS+iNWr6eod3D6UMyYOYkkYk=; b=P1Zjum432ug43kJvReyG4FmDazxMFu3tseViV97b+V4cgpUVV/37OkLBoyjKhtNLcG gYPq9ndDJFaDrxh2oZ6CaGsGY55glo0lHqDCB2iPSvn/7XNZJm7SA5PvM2ErVD7hlOK0 llckTQtPN7d2hLeCEqoBXQ863G5r7xP9UWFjTOosPPHdr0jfzO2AQDwxBno6UjHXM5mG NMeRtUEer/6djhpLO4yu2zylL3yotZRh5euF2PaMpD3sp19GMrbGGDyKViJmr5uDKifF DY6oJGx1n9oyM94hMAcYGVXFNzjgNV+TSf2g9y5em/tVhVUYYpyxiRcnc+86KqVSktjp ckdQ== X-Received: by 10.224.223.198 with SMTP id il6mr16670442qab.7.1377260657992; Fri, 23 Aug 2013 05:24:17 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.85.4 with SMTP id d4ls1426754qez.76.gmail; Fri, 23 Aug 2013 05:24:17 -0700 (PDT) X-Received: by 10.52.35.98 with SMTP id g2mr13748433vdj.0.1377260657911; Fri, 23 Aug 2013 05:24:17 -0700 (PDT) Received: from mail-ve0-f174.google.com (mail-ve0-f174.google.com [209.85.128.174]) by mx.google.com with ESMTPS id aa5si5472715vdc.52.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Aug 2013 05:24:17 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.174 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.174; Received: by mail-ve0-f174.google.com with SMTP id d10so368034vea.19 for ; Fri, 23 Aug 2013 05:24:17 -0700 (PDT) X-Gm-Message-State: ALoCoQmijcWk4EMFrQeENloIy2u2m6zhcWUGTgirtnZrq/9tQ79ew0GHBVtm+hGzYKNtL+5R+xeG X-Received: by 10.220.164.70 with SMTP id d6mr16283908vcy.19.1377260657844; Fri, 23 Aug 2013 05:24:17 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.174.196 with SMTP id u4csp90101vcz; Fri, 23 Aug 2013 05:24:17 -0700 (PDT) X-Received: by 10.15.35.196 with SMTP id g44mr26242649eev.18.1377260656639; Fri, 23 Aug 2013 05:24:16 -0700 (PDT) Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by mx.google.com with ESMTPS id l45si16791026eep.64.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Aug 2013 05:24:16 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.83.42 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.83.42; Received: by mail-ee0-f42.google.com with SMTP id b45so263759eek.29 for ; Fri, 23 Aug 2013 05:24:16 -0700 (PDT) X-Received: by 10.14.173.4 with SMTP id u4mr289220eel.81.1377260656061; Fri, 23 Aug 2013 05:24:16 -0700 (PDT) Received: from localhost.localdomain (cpc15-aztw25-2-0-cust493.aztw.cable.virginmedia.com. [92.233.57.238]) by mx.google.com with ESMTPSA id f49sm24417729eec.7.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Aug 2013 05:24:15 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@linaro.org, Lee Jones Subject: [PATCH 13/40] ARM: ux500: Stop passing GPIO pdata when booitng with ATAGs enabled Date: Fri, 23 Aug 2013 13:23:13 +0100 Message-Id: <1377260620-18829-14-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1377260620-18829-1-git-send-email-lee.jones@linaro.org> References: <1377260620-18829-1-git-send-email-lee.jones@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: lee.jones@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.174 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , It's time to remove all ATAG support from ux500 and rely solely on Device Tree booting. This patch is part of that endeavour. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index f185e53..2c4885a 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -51,14 +51,9 @@ #include "board-mop500.h" #include "board-mop500-regulators.h" -static struct abx500_gpio_platform_data ab8500_gpio_pdata = { - .gpio_base = MOP500_AB8500_PIN_GPIO(1), -}; - struct ab8500_platform_data ab8500_platdata = { .irq_base = MOP500_AB8500_IRQ_BASE, .regulator = &ab8500_regulator_plat_data, - .gpio = &ab8500_gpio_pdata, }; /*