From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gross Subject: Re: [Patch v3 2/2] dmaengine: Add ADM driver Date: Wed, 11 Feb 2015 22:47:48 -0600 Message-ID: <20150212044748.GB29515@qualcomm.com> References: <1423634619-614-1-git-send-email-agross@codeaurora.org> <1423634619-614-3-git-send-email-agross@codeaurora.org> <20150212012814.GI11190@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:34596 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753447AbbBLErv (ORCPT ); Wed, 11 Feb 2015 23:47:51 -0500 Content-Disposition: inline In-Reply-To: <20150212012814.GI11190@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: Vinod Koul , devicetree@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Bjorn Andersson , Kumar Gala On Wed, Feb 11, 2015 at 05:28:14PM -0800, Stephen Boyd wrote: > On 02/11, Andy Gross wrote: > > +static struct platform_driver adm_dma_driver = { > > + .probe = adm_dma_probe, > > + .remove = adm_dma_remove, > > + .driver = { > > + .name = "adm-dma-engine", > > + .owner = THIS_MODULE, > > + .of_match_table = adm_of_match, > > + }, > > +}; > > The THIS_MODULE script will find you. Am I a script? darn it. I skimmed right over that. I'll resend. -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: agross@codeaurora.org (Andy Gross) Date: Wed, 11 Feb 2015 22:47:48 -0600 Subject: [Patch v3 2/2] dmaengine: Add ADM driver In-Reply-To: <20150212012814.GI11190@codeaurora.org> References: <1423634619-614-1-git-send-email-agross@codeaurora.org> <1423634619-614-3-git-send-email-agross@codeaurora.org> <20150212012814.GI11190@codeaurora.org> Message-ID: <20150212044748.GB29515@qualcomm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Feb 11, 2015 at 05:28:14PM -0800, Stephen Boyd wrote: > On 02/11, Andy Gross wrote: > > +static struct platform_driver adm_dma_driver = { > > + .probe = adm_dma_probe, > > + .remove = adm_dma_remove, > > + .driver = { > > + .name = "adm-dma-engine", > > + .owner = THIS_MODULE, > > + .of_match_table = adm_of_match, > > + }, > > +}; > > The THIS_MODULE script will find you. Am I a script? darn it. I skimmed right over that. I'll resend. -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project