OSDN Git Service

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)
commit51e8114f80d07663e38668a53b12eebbc91abd7f
tree6232ad4ab0c5510bc879770424330de9e9cc2a77
parentf06b9fc9a8140483592c072061dc279cdaf96095
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]