]> git.baikalelectronics.ru Git - kernel.git/commit
phy: qcom-snps: Add SNPS USB PHY driver for QCOM based SOCs
authorWesley Cheng <wcheng@codeaurora.org>
Mon, 4 May 2020 23:54:24 +0000 (16:54 -0700)
committerVinod Koul <vkoul@kernel.org>
Tue, 5 May 2020 05:14:04 +0000 (10:44 +0530)
commit0180ad940a4d95e8d7213817b810dd48ab3f23e2
tree6232ad4ab0c5510bc879770424330de9e9cc2a77
parent5a1d43dd9687ca14a47dd61ddfc82cf40b62f852
phy: qcom-snps: Add SNPS USB PHY driver for QCOM based SOCs

This adds the SNPS FemtoPHY V2 driver used in QCOM SOCs.  There
are potentially multiple instances of this UTMI PHY on the
SOC, all which can utilize this driver.  The V2 driver will
have a different register map compared to V1.

Signed-off-by: Wesley Cheng <wcheng@codeaurora.org>
Reviewed-by: Philipp Zabel <pza@pengutronix.de>
Reviewed-by: Manu Gautam <mgautam@codeaurora.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/1588636467-23409-3-git-send-email-wcheng@codeaurora.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/Kconfig
drivers/phy/qualcomm/Makefile
drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c [new file with mode: 0644]