From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH ] dmaengine: tegra: Move of_device_id table near to its user Date: Fri, 4 Mar 2016 20:36:19 +0530 Message-ID: <20160304150618.GB11154@localhost> References: <1457087111-15549-1-git-send-email-ldewangan@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1457087111-15549-1-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Laxman Dewangan Cc: dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org, thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org On Fri, Mar 04, 2016 at 03:55:11PM +0530, Laxman Dewangan wrote: > After using the function of_device_get_match_data(), the > of_device_id table for tegra20 dma is not used by probe() > and hence moving it near to place where platform driver is > defined as this table used only on this data structure. Applied, thanks -- ~Vinod From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759327AbcCDPC2 (ORCPT ); Fri, 4 Mar 2016 10:02:28 -0500 Received: from mga14.intel.com ([192.55.52.115]:12258 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751415AbcCDPCX (ORCPT ); Fri, 4 Mar 2016 10:02:23 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,536,1449561600"; d="scan'208";a="663847464" Date: Fri, 4 Mar 2016 20:36:19 +0530 From: Vinod Koul To: Laxman Dewangan Cc: dan.j.williams@intel.com, swarren@wwwdotorg.org, thierry.reding@gmail.com, dmaengine@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH ] dmaengine: tegra: Move of_device_id table near to its user Message-ID: <20160304150618.GB11154@localhost> References: <1457087111-15549-1-git-send-email-ldewangan@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457087111-15549-1-git-send-email-ldewangan@nvidia.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 04, 2016 at 03:55:11PM +0530, Laxman Dewangan wrote: > After using the function of_device_get_match_data(), the > of_device_id table for tegra20 dma is not used by probe() > and hence moving it near to place where platform driver is > defined as this table used only on this data structure. Applied, thanks -- ~Vinod