phy: qcom-qmp: switch to explicit reset helpers
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 27 Apr 2022 06:32:43 +0000 (08:32 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 3 May 2022 04:41:01 +0000 (10:11 +0530)
commit0a97630ac9726436e319e38cb95d73706581c6c4
tree0422e17ed6c5f5b059e99faad9acc5c55c993a7d
parent4d2900f20edfe541f75756a00deeb2ffe7c66bc1
phy: qcom-qmp: switch to explicit reset helpers

Switch to consistently using the explicit reset-controller API which
makes it clear that the reset controllers are used exclusively by the
PHY driver.

Note that the deprecated of_reset_control_get() and
devm_reset_control_get() are just transitional wrappers for the explicit
API so there's no functional change.

Suggested-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220427063243.32576-4-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp.c