From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758189AbcCCP4W (ORCPT ); Thu, 3 Mar 2016 10:56:22 -0500 Received: from mga09.intel.com ([134.134.136.24]:15500 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756104AbcCCP4R (ORCPT ); Thu, 3 Mar 2016 10:56:17 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,532,1449561600"; d="scan'208";a="900453897" Date: Thu, 3 Mar 2016 21:30:21 +0530 From: Vinod Koul To: Laxman Dewangan Cc: dan.j.williams@intel.com, swarren@wwwdotorg.org, thierry.reding@gmail.com, gnurou@gmail.com, dmaengine@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2] dma: tegra: don't open code of_device_get_match_data() Message-ID: <20160303160021.GV11154@localhost> References: <1456928966-1192-1-git-send-email-ldewangan@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456928966-1192-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 Wed, Mar 02, 2016 at 07:59:26PM +0530, Laxman Dewangan wrote: > Use of_device_get_match_data() for getting matched data > instead of implementing this locally. > > Signed-off-by: Laxman Dewangan > Acked-by: Thierry Reding > > --- > Changes form V1: > - Found that it is possible to move of_device_id table to down > where this is used i.e. just above the platform driver structure. > Make this change on V2. But that is just noise and not relevant to the title which patch says. If you want to do this code move please send that separately. I have picked v1 for now -- ~Vinod