[PATCH v2 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver
From: Bartlomiej Zolnierkiewicz <hidden>
Date: 2014-06-17 16:51:00
Also in:
linux-arm-msm, linux-ide, lkml
From: Bartlomiej Zolnierkiewicz <hidden>
Date: 2014-06-17 16:51:00
Also in:
linux-arm-msm, linux-ide, lkml
On Tuesday, June 17, 2014 10:42:36 AM Kumar Gala wrote:
On Jun 17, 2014, at 7:25 AM, Bartlomiej Zolnierkiewicz [off-list ref] wrote:
[...]
quoted
quoted
+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, + },This driver lacks PM suspend/resume support. I assume that the IPQ806x platform also doesn't support suspend/resume yet (if so a comment in the driver code about this would be useful), otherwise the driver should be fixed.Correct, do you want the comment in the commit message or the driver itself?
I would prefer the comment in the driver itself. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics