From: Andy Gross <agross@codeaurora.org>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: Vinod Koul <vinod.koul@intel.com>,
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 <bjorn.andersson@sonymobile.com>,
Kumar Gala <galak@codeaurora.org>
Subject: Re: [Patch v3 2/2] dmaengine: Add ADM driver
Date: Wed, 11 Feb 2015 22:47:48 -0600 [thread overview]
Message-ID: <20150212044748.GB29515@qualcomm.com> (raw)
In-Reply-To: <20150212012814.GI11190@codeaurora.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
WARNING: multiple messages have this Message-ID (diff)
From: agross@codeaurora.org (Andy Gross)
To: linux-arm-kernel@lists.infradead.org
Subject: [Patch v3 2/2] dmaengine: Add ADM driver
Date: Wed, 11 Feb 2015 22:47:48 -0600 [thread overview]
Message-ID: <20150212044748.GB29515@qualcomm.com> (raw)
In-Reply-To: <20150212012814.GI11190@codeaurora.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
next prev parent reply other threads:[~2015-02-12 4:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-11 6:03 [Patch v3 0/2] Add Qualcomm ADM dmaengine driver Andy Gross
2015-02-11 6:03 ` Andy Gross
2015-02-11 6:03 ` [Patch v3 1/2] dt/bindings: qcom_adm: Fix channel specifiers Andy Gross
2015-02-11 6:03 ` Andy Gross
2015-02-11 6:03 ` [Patch v3 2/2] dmaengine: Add ADM driver Andy Gross
2015-02-11 6:03 ` Andy Gross
2015-02-12 1:28 ` Stephen Boyd
2015-02-12 1:28 ` Stephen Boyd
2015-02-12 4:47 ` Andy Gross [this message]
2015-02-12 4:47 ` Andy Gross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150212044748.GB29515@qualcomm.com \
--to=agross@codeaurora.org \
--cc=bjorn.andersson@sonymobile.com \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sboyd@codeaurora.org \
--cc=vinod.koul@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.