From patchwork Fri May 3 14:31:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 2517371 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id 3146A3FCA5 for ; Fri, 3 May 2013 14:34:12 +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 1UYH3g-0005gK-PG; Fri, 03 May 2013 14:34:00 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UYH3Z-0000fc-32; Fri, 03 May 2013 14:33:53 +0000 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UYH3O-0000ck-H1 for linux-arm-kernel@lists.infradead.org; Fri, 03 May 2013 14:33:44 +0000 Received: by mail-wg0-f53.google.com with SMTP id y10so1725440wgg.32 for ; Fri, 03 May 2013 07:33:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=r01uGh9jWnjPuc92O8Dy9mhUVUjoK5eXRWdsCWh1OXs=; b=FyLAyQndmQStFoxaqcAqWDDPNz+ZyG3zV+PRF0fEANpD0bXRFjxL32fFO6X9BF/t21 OHhGx+AoInShdiWFRPj2V5zDo8m+fdd1B0hdgVRzyGEH8anH/kGNGUtkNEVHGkHcyVt2 HZDyZVKdKfhY1NCSFh+Z9ajN+18MFqYaeRxFLytr3vZzpicmuGCm5C7UAcJDOxhe+GSO aFKVb1hBeNCIkW9ad5kJzGFj62ImLGLVZH8RzHz4+l+aLF/Fslf0ilo3e74DNiOxuvD/ LcNrb1W2UZqM+Hr8Jjz6EH4ND+BJZQ/3D0m/NmSlCvULQmAMlMtCD1y1ipo5F22H02Ii 2e8g== X-Received: by 10.194.59.132 with SMTP id z4mr14264824wjq.57.1367591598282; Fri, 03 May 2013 07:33:18 -0700 (PDT) Received: from localhost.localdomain (cpc34-aztw25-2-0-cust250.18-1.cable.virginmedia.com. [86.16.136.251]) by mx.google.com with ESMTPSA id o3sm17516019wia.2.2013.05.03.07.33.16 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 May 2013 07:33:17 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 01/63] ARM: ux500: Supply address location names for the DMA40 DMA controller Date: Fri, 3 May 2013 15:31:47 +0100 Message-Id: <1367591569-32197-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1367591569-32197-1-git-send-email-lee.jones@linaro.org> References: <1367591569-32197-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQl4T4oVT/ROoQDNiRo0mi5ooZGOYu/CZMzs6FPjowzKqRpApCynb7p1VHWutbGwGAmmLy/w X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130503_103342_845180_623D9996 X-CRM114-Status: UNSURE ( 8.52 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 T_FILL_THIS_FORM_SHORT Fill in a short form with personal information Cc: Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de, srinidhi.kasagar@stericsson.com 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 The DMA40 controller uses two sets of base addresses. In order to have the resources setup by the of_platform framework so they are searchable by name instead of index, we have to set names for them. The names have to be the same as the ones used to fetch them back out of the resource structure. Acked-by: Linus Walleij Signed-off-by: Lee Jones --- arch/arm/boot/dts/dbx5x0.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index aaa63d0..0f462b7 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -186,6 +186,7 @@ compatible = "stericsson,db8500-dma40", "stericsson,dma40"; reg = <0x801C0000 0x1000 0x40010000 0x800>; + reg-names = "base", "lcpa"; interrupts = <0 25 0x4>; };