]> git.baikalelectronics.ru Git - uboot.git/commit
phy: Move qcom SoCs specific phy drivers to qcom folder
authorSumit Garg <sumit.garg@linaro.org>
Thu, 4 Aug 2022 14:27:09 +0000 (19:57 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 26 Aug 2022 14:55:45 +0000 (10:55 -0400)
commit1f33c4a6d5bb071ab655ca48ecd06610116322ef
treeeecab6a76768461a175e1576dcce165d5c36a2d6
parent946a9e1a3621ba8e064d0477ec3fe3bdc297eea7
phy: Move qcom SoCs specific phy drivers to qcom folder

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/msm8916-usbh-phy.c [deleted file]
drivers/phy/phy-qcom-ipq4019-usb.c [deleted file]
drivers/phy/qcom/Kconfig [new file with mode: 0644]
drivers/phy/qcom/Makefile [new file with mode: 0644]
drivers/phy/qcom/msm8916-usbh-phy.c [new file with mode: 0644]
drivers/phy/qcom/phy-qcom-ipq4019-usb.c [new file with mode: 0644]