Thread (7 messages) 7 messages, 3 authors, 2014-06-13

[PATCH 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver

From: Stanimir Varbanov <hidden>
Date: 2014-06-13 14:38:11
Also in: linux-arm-msm, linux-ide, lkml

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?
+MODULE_ALIAS("ahci:qcom");
missing MODULE_AUTHOR

-- 
regards,
Stan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help