phy: qcom: qmp-usb: split USB-C PHY driver
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sat, 13 Jan 2024 20:55:53 +0000 (22:55 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 23 Jan 2024 14:06:54 +0000 (19:36 +0530)
commit19281571a4d5b6049dad9318db081af48818b1d2
tree27f8a1248c4d1140853641f82955d6aaf086406a
parentc1214b579733df7017c0e5f97f26eeb4b66df0c6
phy: qcom: qmp-usb: split USB-C PHY driver

In preparation to adding Type-C handling for MSM8998, QCM2290 and SM6115
platforms, create new QMP USB-C PHY driver by splitting mentioned
platforms to a separate file. In future it will also be extended with
support for the DisplayPort handling. It will also be reused later for
such platforms as SDM660, SM6125, SM6150.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240113-pmi632-typec-v2-10-182d9aa0a5b3@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/Makefile
drivers/phy/qualcomm/phy-qcom-qmp-usb.c
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c [new file with mode: 0644]