phy: qcom-qmp-pcie: drop unused runtime PM implementation
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 7 Sep 2022 11:07:15 +0000 (13:07 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 20 Sep 2022 05:58:07 +0000 (11:28 +0530)
commit9062e92a241b2c2ef9ba11403d73c812347e725b
tree9186559a601de412675bc6137ce141bc3a319402
parentbeee6ed1d63f28284b3d2d9bc01c56436d4e9311
phy: qcom-qmp-pcie: 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-4-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c