From patchwork Wed Sep 12 11:47:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 1443221 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (unknown [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 821A23FE79 for ; Wed, 12 Sep 2012 11:57:49 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TBlQF-0006bq-2H; Wed, 12 Sep 2012 11:47:59 +0000 Received: from na3sys009aog127.obsmtp.com ([74.125.149.107]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1TBlPI-0006NJ-K7 for linux-arm-kernel@lists.infradead.org; Wed, 12 Sep 2012 11:47:02 +0000 Received: from mail-ob0-f177.google.com ([209.85.214.177]) (using TLSv1) by na3sys009aob127.postini.com ([74.125.148.12]) with SMTP ID DSNKUFB2M7gryiT1b1McfvIHna0bBhfKfTqK@postini.com; Wed, 12 Sep 2012 04:47:00 PDT Received: by obbta17 with SMTP id ta17so2565041obb.36 for ; Wed, 12 Sep 2012 04:46:59 -0700 (PDT) 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:in-reply-to:references :x-gm-message-state; bh=idKHhpZMUzMhaqwfCNhCSxnx7mFHT3ygyF5qMl90/LM=; b=VSdupOgs2PapIlxBhHthSCLu5ApvecBM2hp1VyIikYDEihKQpmUTCpSA2QKBxNgz30 KczqYA9RhaVhU0zRx/kSG1ArkzcA0ebrOin85tx8helnjNYz7BpYfTsdVnV7Pi/ZJcvp Thn/R52QGoUv0bVCX9+ZgLG/zPBB4R+R2HkbZNW2zeibC4fF8lz2dA8yJHBVvPRp3H4N RWVwlzqBUNZ5wCTUHb2ecYDuKIqfoWhVmvwjlWM3+gSwU1VvmAxan52cupl8NCZ5P7K0 UGELU9ioblGqxUuZhO1PDJZ6rsLoYNIBEZNFKw3rq2JaxV1pR9OMgIgjI1Jkve9nz+H5 /YSA== Received: by 10.60.8.71 with SMTP id p7mr22367702oea.56.1347450419322; Wed, 12 Sep 2012 04:46:59 -0700 (PDT) Received: from barack.emea.dhcp.ti.com (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id c6sm19835570obd.22.2012.09.12.04.46.56 (version=SSLv3 cipher=OTHER); Wed, 12 Sep 2012 04:46:58 -0700 (PDT) From: Peter Ujfalusi To: Mark Brown , Liam Girdwood , Tony Lindgren , Russell King , Vinod Koul , Dan Williams , Jarkko Nikula Subject: [PATCH 06/11] ARM: OMAP4: hwmod_data: Add resource names to McPDM memory ranges Date: Wed, 12 Sep 2012 14:47:02 +0300 Message-Id: <1347450427-27627-7-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1347450427-27627-1-git-send-email-peter.ujfalusi@ti.com> References: <1347450427-27627-1-git-send-email-peter.ujfalusi@ti.com> X-Gm-Message-State: ALoCoQlmtFX0KdEp9G0GTreD5J+VJRKxpEiZxvN2bIdc7IG14AwrkSXqU0BfgHv6ulsx0fRRksA3 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.107 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: alsa-devel@alsa-project.org, Janusz Krzysztofik , Ricardo Neri , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 To help the driver to get the correct memory range to access McPDM registers. Signed-off-by: Peter Ujfalusi --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 242aee4..f65251e 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -5059,6 +5059,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_per__mcbsp4 = { static struct omap_hwmod_addr_space omap44xx_mcpdm_addrs[] = { { + .name = "mpu", .pa_start = 0x40132000, .pa_end = 0x4013207f, .flags = ADDR_TYPE_RT @@ -5077,6 +5078,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcpdm = { static struct omap_hwmod_addr_space omap44xx_mcpdm_dma_addrs[] = { { + .name = "dma", .pa_start = 0x49032000, .pa_end = 0x4903207f, .flags = ADDR_TYPE_RT