From: Kumar Gala <galak@codeaurora.org>
To: Stanimir Varbanov <svarbanov@mm-sol.com>
Cc: Tejun Heo <tj@kernel.org>,
linux-ide@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver
Date: Fri, 13 Jun 2014 11:11:23 -0500 [thread overview]
Message-ID: <CB5F4E2D-7FD3-4597-AE5F-97AB47247B25@codeaurora.org> (raw)
In-Reply-To: <539B0CCD.9060509@mm-sol.com>
On Jun 13, 2014, at 9:38 AM, Stanimir Varbanov <svarbanov@mm-sol.com> wrote:
> Hi Kumar,
>
>> +
>> +static struct platform_driver qcom_ahci_driver = {
>> + .probe = qcom_ahci_probe,
>> + .remove = ata_platform_remove_one,
>> + .driver = {
>> + .name = "qcom_ahci_qcom",
>> + .owner = THIS_MODULE,
>> + .of_match_table = qcom_ahci_of_match,
>> + },
>> +};
>> +module_platform_driver(qcom_ahci_driver);
>> +
>> +MODULE_DESCRIPTION("Qualcomm AHCI SATA platform driver");
>> +MODULE_LICENSE("GPL");
>
> "GPL v2" ? Or only GPL is intentional?
should be v2, will fix
>
>> +MODULE_ALIAS("ahci:qcom");
>>
>
> missing MODULE_AUTHOR
>
> --
> regards,
> Stan
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
- k
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
next prev parent reply other threads:[~2014-06-13 16:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-12 19:13 [PATCH 1/3] ahci-platform: Bump max number of clocks to 5 Kumar Gala
2014-06-12 19:13 ` [PATCH 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver Kumar Gala
2014-06-12 19:50 ` Stephen Boyd
2014-06-12 21:23 ` Kumar Gala
2014-06-13 14:38 ` Stanimir Varbanov
2014-06-13 16:11 ` Kumar Gala [this message]
2014-06-12 19:13 ` [PATCH 3/3] ata: qcom: Add device tree bindings information Kumar Gala
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=CB5F4E2D-7FD3-4597-AE5F-97AB47247B25@codeaurora.org \
--to=galak@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=svarbanov@mm-sol.com \
--cc=tj@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome