PHY: Ingenic: Add USB PHY driver using generic PHY framework.
author周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Mon, 16 Nov 2020 14:19:06 +0000 (22:19 +0800)
committerVinod Koul <vkoul@kernel.org>
Sat, 5 Dec 2020 08:09:30 +0000 (13:39 +0530)
commit31de313dfdcf6971b0a1c30f86eabaa1eede74b3
tree6d953e20c195711a0371b78ae0413f37e06aa0ff
parent4f6ecfaf3e22a70d905a627a0e84e9edb2b32835
PHY: Ingenic: Add USB PHY driver using generic PHY framework.

Used the generic PHY framework API to create the PHY, this driver
supoorts USB OTG PHY used in JZ4770 SoC, JZ4775 SoC, JZ4780 SoC,
X1000 SoC, X1830 SoC and X2000 SoC.

Co-developed-by: 漆鹏振 (Qi Pengzhen) <aric.pzqi@ingenic.com>
Signed-off-by: 漆鹏振 (Qi Pengzhen) <aric.pzqi@ingenic.com>
Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Tested-by: 周正 (Zhou Zheng) <sernia.zhou@foxmail.com>
Tested-by: H. Nikolaus Schaller <hns@goldelico.com>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20201116141906.11758-4-zhouyanjie@wanyeetech.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/ingenic/Kconfig [new file with mode: 0644]
drivers/phy/ingenic/Makefile [new file with mode: 0644]
drivers/phy/ingenic/phy-ingenic-usb.c [new file with mode: 0644]