This series clean up the QMP PHY drivers somewhat after the recent driver split. Included are also some fixes for runtime PM not being disabled on driver unbind. Note that these apply on top of the qmp-pcie series posted yesterday: https://lore.kernel.org/all/20220906074550.4383-1-johan+linaro@xxxxxxxxxx/ Johan Johan Hovold (16): phy: qcom-qmp-combo: disable runtime PM on unbind phy: qcom-qmp-combo: drop unused defines phy: qcom-qmp-pcie: drop unused runtime PM implementation phy: qcom-qmp-pcie: drop unused defines phy: qcom-qmp-pcie-msm8996: drop unused runtime PM implementation phy: qcom-qmp-pcie-msm8996: drop unused defines phy: qcom-qmp-ufs: drop unused runtime PM implementation phy: qcom-qmp-ufs: drop unused defines phy: qcom-qmp-usb: disable runtime PM on unbind phy: qcom-qmp-usb: drop unused defines phy: qcom-qmp: silence noisy probe phy: qcom-qmp-combo: shorten function prefixes phy: qcom-qmp-pcie-msm8996: drop unused secondary init tables phy: qcom-qmp-pcie-msm8996: shorten function prefixes phy: qcom-qmp-ufs: shorten function prefixes phy: qcom-qmp-usb: shorten function prefixes drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 189 ++++++++--------- .../phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c | 191 +++++------------- drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 64 ------ drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 163 ++++----------- drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 143 ++++++------- 5 files changed, 238 insertions(+), 512 deletions(-) -- 2.35.1