From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laxman Dewangan Subject: Re: [PATCH 1/5] ARM: tegra: Add slink controller base address Date: Fri, 19 Oct 2012 14:36:31 +0530 Message-ID: <50811817.1070806@nvidia.com> References: <1350557795-31487-1-git-send-email-ldewangan@nvidia.com> <1350557795-31487-2-git-send-email-ldewangan@nvidia.com> <50808526.1080504@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <50808526.1080504-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: "linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-tegra@vger.kernel.org On Friday 19 October 2012 04:09 AM, Stephen Warren wrote: > On 10/18/2012 04:56 AM, Laxman Dewangan wrote: >> Add base address of all slink controller of Tegra20 >> and tegra30. > Lets not add anything to iomap.h; we're trying to remove it. Instead, > just put the raw address in the AUXDATA; I assume that's the only place > these defines end up being used... OK, I will drop this change and add the base address definition in the AUXDATA file only. From mboxrd@z Thu Jan 1 00:00:00 1970 From: ldewangan@nvidia.com (Laxman Dewangan) Date: Fri, 19 Oct 2012 14:36:31 +0530 Subject: [PATCH 1/5] ARM: tegra: Add slink controller base address In-Reply-To: <50808526.1080504@wwwdotorg.org> References: <1350557795-31487-1-git-send-email-ldewangan@nvidia.com> <1350557795-31487-2-git-send-email-ldewangan@nvidia.com> <50808526.1080504@wwwdotorg.org> Message-ID: <50811817.1070806@nvidia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 19 October 2012 04:09 AM, Stephen Warren wrote: > On 10/18/2012 04:56 AM, Laxman Dewangan wrote: >> Add base address of all slink controller of Tegra20 >> and tegra30. > Lets not add anything to iomap.h; we're trying to remove it. Instead, > just put the raw address in the AUXDATA; I assume that's the only place > these defines end up being used... OK, I will drop this change and add the base address definition in the AUXDATA file only. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758073Ab2JSJHU (ORCPT ); Fri, 19 Oct 2012 05:07:20 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:18258 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753704Ab2JSJHQ (ORCPT ); Fri, 19 Oct 2012 05:07:16 -0400 X-PGP-Universal: processed; by hqnvupgp06.nvidia.com on Fri, 19 Oct 2012 02:07:14 -0700 Message-ID: <50811817.1070806@nvidia.com> Date: Fri, 19 Oct 2012 14:36:31 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Stephen Warren CC: "linux@arm.linux.org.uk" , "linux-tegra@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/5] ARM: tegra: Add slink controller base address References: <1350557795-31487-1-git-send-email-ldewangan@nvidia.com> <1350557795-31487-2-git-send-email-ldewangan@nvidia.com> <50808526.1080504@wwwdotorg.org> In-Reply-To: <50808526.1080504@wwwdotorg.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 19 October 2012 04:09 AM, Stephen Warren wrote: > On 10/18/2012 04:56 AM, Laxman Dewangan wrote: >> Add base address of all slink controller of Tegra20 >> and tegra30. > Lets not add anything to iomap.h; we're trying to remove it. Instead, > just put the raw address in the AUXDATA; I assume that's the only place > these defines end up being used... OK, I will drop this change and add the base address definition in the AUXDATA file only.