summaryrefslogtreecommitdiffstats
path: root/include/linux/phy
diff options
context:
space:
mode:
authorVivek Gautam2018-09-04 12:17:17 +0200
committerKishon Vijay Abraham I2018-09-26 09:39:36 +0200
commit2ba3c43f09c50eb1c0472decdfba71010d8694dc (patch)
tree70751bae3b7d526431e5ea767083c5d0c364cdf9 /include/linux/phy
parentdt-bindings: phy-qcom-qmp: Add UFS phy compatible string for sdm845 (diff)
downloadkernel-qcow2-linux-2ba3c43f09c50eb1c0472decdfba71010d8694dc.tar.gz
kernel-qcow2-linux-2ba3c43f09c50eb1c0472decdfba71010d8694dc.tar.xz
kernel-qcow2-linux-2ba3c43f09c50eb1c0472decdfba71010d8694dc.zip
phy: qcom-ufs: Remove stale methods that handle ref clk
Remove ufs_qcom_phy_enable/(disable)_dev_ref_clk() that are not being used by any code. Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'include/linux/phy')
-rw-r--r--include/linux/phy/phy-qcom-ufs.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/phy/phy-qcom-ufs.h b/include/linux/phy/phy-qcom-ufs.h
index 0a2c18a9771d..9dd85071bcce 100644
--- a/include/linux/phy/phy-qcom-ufs.h
+++ b/include/linux/phy/phy-qcom-ufs.h
@@ -17,20 +17,6 @@
#include "phy.h"
-/**
- * ufs_qcom_phy_enable_dev_ref_clk() - Enable the device
- * ref clock.
- * @phy: reference to a generic phy.
- */
-void ufs_qcom_phy_enable_dev_ref_clk(struct phy *phy);
-
-/**
- * ufs_qcom_phy_disable_dev_ref_clk() - Disable the device
- * ref clock.
- * @phy: reference to a generic phy.
- */
-void ufs_qcom_phy_disable_dev_ref_clk(struct phy *phy);
-
int ufs_qcom_phy_set_tx_lane_enable(struct phy *phy, u32 tx_lanes);
void ufs_qcom_phy_save_controller_version(struct phy *phy,
u8 major, u16 minor, u16 step);