From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758009AbcCDCSt (ORCPT ); Thu, 3 Mar 2016 21:18:49 -0500 Received: from hqemgate15.nvidia.com ([216.228.121.64]:17643 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754809AbcCDCSr (ORCPT ); Thu, 3 Mar 2016 21:18:47 -0500 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Thu, 03 Mar 2016 18:17:32 -0800 Message-ID: <56D8ED8C.4090708@nvidia.com> Date: Fri, 4 Mar 2016 07:36:04 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Vinod Koul CC: , , , , , , Subject: Re: [PATCH V2] dma: tegra: don't open code of_device_get_match_data() References: <1456928966-1192-1-git-send-email-ldewangan@nvidia.com> <20160303160021.GV11154@localhost> In-Reply-To: <20160303160021.GV11154@localhost> X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: DRHKMAIL103.nvidia.com (10.25.59.17) To bgmail102.nvidia.com (10.25.59.11) 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 Thursday 03 March 2016 09:30 PM, Vinod Koul wrote: > 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 > OK, fine with me. Will post another patch.