scsi/ufs: qcom: Remove ufs_qcom_phy_*() calls from host
authorVivek Gautam <vivek.gautam@codeaurora.org>
Tue, 4 Sep 2018 10:17:18 +0000 (15:47 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 26 Sep 2018 07:39:37 +0000 (13:09 +0530)
commit1e1e465c6d23aa7d1858eb2894408f15770af16c
tree70e3b9e151c1322a452208f3968a39372b319dd3
parent2ba3c43f09c50eb1c0472decdfba71010d8694dc
scsi/ufs: qcom: Remove ufs_qcom_phy_*() calls from host

The host makes direct calls into phy using ufs_qcom_phy_*()
APIs. These APIs are only defined for 20nm qcom-ufs-qmp phy
which is not being used by any architecture as yet. Future
architectures too are not going to use 20nm ufs phy.
So remove these ufs_qcom_phy_*() calls from host to let further
change declare the 20nm phy as broken.
Also remove couple of stale enum defines for ufs phy.

Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/qualcomm/phy-qcom-ufs-i.h
drivers/scsi/ufs/ufs-qcom.c
drivers/scsi/ufs/ufs-qcom.h
include/linux/phy/phy-qcom-ufs.h [deleted file]