phy: qcom-qmp: create copies of QMP PHY driver
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 7 Jun 2022 21:35:32 +0000 (00:35 +0300)
committerVinod Koul <vkoul@kernel.org>
Thu, 9 Jun 2022 18:19:40 +0000 (23:49 +0530)
commit94a407cc17a445ddb3f7315cee0b0916d35d177c
treee08fd96ffa60fcff70ca3628c4e87640322892b8
parent5abaa500ff19a1a8de1e4fb3ac3015985d677a11
phy: qcom-qmp: create copies of QMP PHY driver

In order to split and cleanup the single monstrous QMP PHY driver,
create blind copies of the current file. They will be used for:
- PCIe (and a separate msm8996 PCIe PHY driver)
- UFS
- USB
- Combo DP + USB

Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Tested-by: Bjorn Andersson <bjorn.andersson@linaro.org> # UFS, PCIe and USB on SC8180X
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20220607213203.2819885-2-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-combo.c [new file with mode: 0644]
drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c [new file with mode: 0644]
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c [new file with mode: 0644]
drivers/phy/qualcomm/phy-qcom-qmp-ufs.c [new file with mode: 0644]
drivers/phy/qualcomm/phy-qcom-qmp-usb.c [new file with mode: 0644]