From patchwork Thu Nov 15 08:33: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: 12859 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 D3B7523E13 for ; Thu, 15 Nov 2012 08:33:34 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 855E0A186BB for ; Thu, 15 Nov 2012 08:33:34 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id f6so849911iag.11 for ; Thu, 15 Nov 2012 00:33:34 -0800 (PST) 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:x-gm-message-state; bh=ul1kPiZFVm9oM7XC4AL4aa2M62fv2nrdFkGSehU+s04=; b=LKEszSbZpx95lnIRmISuCduAWu16v6FL6T6eptTkzsPS3SiuP9grXfQfbiqoQmwrVM z5Xc+26wYK4q3IvZOGjzN8jG1CEpGo+Jcl24S8heBniLeSVZxSZmX28x/uQkGOPPC1fU 77/LtnclhUVAl447UN5ls9bItNYBXTNCL49bkH4lebXYm39Gj4q8HpsNU7rlXZK2giUv yRNaVezcu5RthHtLoOaW492JTy+QpIBV9FZn70TMB2+klclCC51L86GXOHpm/MjKhYlP cPuE3kc7y16AAQWu6hv1ReZ/jjL9cVoAbAMTwGQUhv2Ivuepjv9SLPi3a91EmoFVO+6V Tg/A== Received: by 10.50.140.97 with SMTP id rf1mr1800517igb.70.1352968413917; Thu, 15 Nov 2012 00:33:33 -0800 (PST) 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.67.148 with SMTP id n20csp791656igt; Thu, 15 Nov 2012 00:33:33 -0800 (PST) Received: by 10.180.72.232 with SMTP id g8mr14174438wiv.0.1352968412378; Thu, 15 Nov 2012 00:33:32 -0800 (PST) Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by mx.google.com with ESMTPS id en6si7098253wid.30.2012.11.15.00.33.31 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 15 Nov 2012 00:33:32 -0800 (PST) Received-SPF: neutral (google.com: 74.125.82.172 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.172; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.172 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-we0-f172.google.com with SMTP id u46so440154wey.3 for ; Thu, 15 Nov 2012 00:33:31 -0800 (PST) Received: by 10.216.202.138 with SMTP id d10mr194854weo.46.1352968411825; Thu, 15 Nov 2012 00:33:31 -0800 (PST) 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 i2sm5911235wiw.3.2012.11.15.00.33.30 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 15 Nov 2012 00:33:31 -0800 (PST) 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 1/1] ARM: ux500: Describe UART platform registering issues more accurately Date: Thu, 15 Nov 2012 08:33:21 +0000 Message-Id: <1352968401-6092-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQnIXc4k2FEQSuE9Tihwgz8bqVNlJJwxLjzGHJrTjK8iTBzKVmUC2g00pMNazCYYrCqwTd98 UARTs no longer require call-back information, since the reset call-back was removed in 43b5f0d69291374f602ad8e1817f329573a59010. The only AUXDATA dependencies remaining for UARTs are DMA settings. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu-db8500.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 4a0c40a..d2076ce 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -262,11 +262,10 @@ static struct device * __init u8500_of_init_devices(void) static struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { /* Requires call-back bindings. */ OF_DEV_AUXDATA("arm,cortex-a9-pmu", 0, "arm-pmu", &db8500_pmu_platdata), - /* Requires DMA and call-back bindings. */ + /* Requires DMA bindings. */ OF_DEV_AUXDATA("arm,pl011", 0x80120000, "uart0", &uart0_plat), OF_DEV_AUXDATA("arm,pl011", 0x80121000, "uart1", &uart1_plat), OF_DEV_AUXDATA("arm,pl011", 0x80007000, "uart2", &uart2_plat), - /* Requires DMA bindings. */ OF_DEV_AUXDATA("arm,pl022", 0x80002000, "ssp0", &ssp0_plat), OF_DEV_AUXDATA("arm,pl18x", 0x80126000, "sdi0", &mop500_sdi0_data), OF_DEV_AUXDATA("arm,pl18x", 0x80118000, "sdi1", &mop500_sdi1_data),