OSDN Git Service

phy: qcom-qmp-pcie-msm8996: drop unused runtime PM implementation
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 7 Sep 2022 11:07:17 +0000 (13:07 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 20 Sep 2022 05:58:07 +0000 (11:28 +0530)
commitcec61c070d408703c40446022f579ecb2aa050dc
tree5d04597c5978f0fbc48e0e4f449b30f756e19e61
parent52d8d441a8546b836a91619a0c21cc7c4103cad4
phy: qcom-qmp-pcie-msm8996: drop unused runtime PM implementation

Drop the unused and incomplete runtime PM implementation, which was
only used by USB PHYs before splitting the QMP driver.

Note that the runtime PM was never disabled (and state restored) on
driver unbind.

This effectively reverts commit ac0d239936bd ("phy: qcom-qmp: Add
support for runtime PM").

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20220907110728.19092-6-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c