We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7832f6d + 59fba08 commit 914a020Copy full SHA for 914a020
drivers/phy/qualcomm/phy-qcom-ufs.c
@@ -675,3 +675,8 @@ int ufs_qcom_phy_power_off(struct phy *generic_phy)
675
return 0;
676
}
677
EXPORT_SYMBOL_GPL(ufs_qcom_phy_power_off);
678
+
679
+MODULE_AUTHOR("Yaniv Gardi <ygardi@codeaurora.org>");
680
+MODULE_AUTHOR("Vivek Gautam <vivek.gautam@codeaurora.org>");
681
+MODULE_DESCRIPTION("Universal Flash Storage (UFS) QCOM PHY");
682
+MODULE_LICENSE("GPL v2");
0 commit comments