From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Subject: [07/61] dma: simplify getting .drvdata From: Vinod Koul Message-Id: <20180422061733.GU6014@localhost> Date: Sun, 22 Apr 2018 11:47:33 +0530 To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, kernel-janitors@vger.kernel.org, Ludovic Desroches , Dan Williams , Li Yang , Zhang Wei , Linus Walleij , linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linuxppc-dev@lists.ozlabs.org List-ID: T24gVGh1LCBBcHIgMTksIDIwMTggYXQgMDQ6MDU6MzdQTSArMDIwMCwgV29sZnJhbSBTYW5nIHdy b3RlOgo+IFdlIHNob3VsZCBnZXQgZHJ2ZGF0YSBmcm9tIHN0cnVjdCBkZXZpY2UgZGlyZWN0bHku IEdvaW5nIHZpYQo+IHBsYXRmb3JtX2RldmljZSBpcyBhbiB1bm5lZWRlZCBzdGVwIGJhY2sgYW5k IGZvcnRoLgoKRG8geW91IG1pbmQgc3BsaXR0aW5nIHRoaXMgcGVyIGRyaXZlciBwbGVhc2UsIHRo YXQgbWFrZXMgaXQgZWFzeSB0byBtYW5hZ2UKZm9yIG1lIDopCg== From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Date: Sun, 22 Apr 2018 06:29:33 +0000 Subject: Re: [PATCH 07/61] dma: simplify getting .drvdata Message-Id: <20180422061733.GU6014@localhost> List-Id: References: <20180419140641.27926-8-wsa+renesas@sang-engineering.com> In-Reply-To: <20180419140641.27926-8-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, kernel-janitors@vger.kernel.org, Ludovic Desroches , Dan Williams , Li Yang , Zhang Wei , Linus Walleij , linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linuxppc-dev@lists.ozlabs.org On Thu, Apr 19, 2018 at 04:05:37PM +0200, Wolfram Sang wrote: > We should get drvdata from struct device directly. Going via > platform_device is an unneeded step back and forth. Do you mind splitting this per driver please, that makes it easy to manage for me :) -- ~Vinod From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com ([134.134.136.126]:62705 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750762AbeDVGM7 (ORCPT ); Sun, 22 Apr 2018 02:12:59 -0400 Date: Sun, 22 Apr 2018 11:47:33 +0530 From: Vinod Koul To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, kernel-janitors@vger.kernel.org, Ludovic Desroches , Dan Williams , Li Yang , Zhang Wei , Linus Walleij , linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 07/61] dma: simplify getting .drvdata Message-ID: <20180422061733.GU6014@localhost> References: <20180419140641.27926-1-wsa+renesas@sang-engineering.com> <20180419140641.27926-8-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180419140641.27926-8-wsa+renesas@sang-engineering.com> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Thu, Apr 19, 2018 at 04:05:37PM +0200, Wolfram Sang wrote: > We should get drvdata from struct device directly. Going via > platform_device is an unneeded step back and forth. Do you mind splitting this per driver please, that makes it easy to manage for me :) -- ~Vinod From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Vinod Koul) Date: Sun, 22 Apr 2018 11:47:33 +0530 Subject: [PATCH 07/61] dma: simplify getting .drvdata In-Reply-To: <20180419140641.27926-8-wsa+renesas@sang-engineering.com> References: <20180419140641.27926-1-wsa+renesas@sang-engineering.com> <20180419140641.27926-8-wsa+renesas@sang-engineering.com> Message-ID: <20180422061733.GU6014@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Apr 19, 2018 at 04:05:37PM +0200, Wolfram Sang wrote: > We should get drvdata from struct device directly. Going via > platform_device is an unneeded step back and forth. Do you mind splitting this per driver please, that makes it easy to manage for me :) -- ~Vinod