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: 1747501 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id C1F353FC64 for ; Thu, 15 Nov 2012 08:35:19 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TYutI-0002Va-9V; Thu, 15 Nov 2012 08:33:40 +0000 Received: from mail-wi0-f169.google.com ([209.85.212.169]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TYutC-0002Tq-2q for linux-arm-kernel@lists.infradead.org; Thu, 15 Nov 2012 08:33:34 +0000 Received: by mail-wi0-f169.google.com with SMTP id x18so2384119wia.0 for ; Thu, 15 Nov 2012 00:33:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=ul1kPiZFVm9oM7XC4AL4aa2M62fv2nrdFkGSehU+s04=; b=I62ks23EsZR5sj0SzqRJwbL8KSeoRBLD4jdirm4NfBilFa9Pv27AfBkIYjlW2iO9xq LKg6lcqqspa8/puxljn5e+5iHdPDiCLyhGzS3YSg94QCv2fggiC/86y+yqpLJGEHhOQn lr/UPvqqLkt21MYGzGTxx8lp3ua4Fj34bw0YQXvGHSdjEoRgWiiAmiyuK8E8QGGQaPfV 0/HDrupQz46yprosvHu8qMg3/Hg1cP+n96JKZzI8i3eB1WSIzIzD4a8c+fyyr76nJ+af s1bH0//dPgWY75pAkZYVMY4TCGzfv02xqChX+XwvGtUrb3JPNUckgYx1bpEWdW5h1Nme NdmA== 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 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: ALoCoQl13YKAJuuiRGbIM7TnP3aK0bXfcJgmMbT0dpFxYIdMrSL1DcUgG/qGwbJBVL/5rf0DIkx2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121115_033334_312125_F2D91914 X-CRM114-Status: GOOD ( 11.24 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.169 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org 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 Acked-by: Arnd Bergmann Acked-by: Linus Walleij --- 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),