]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/phy/Makefile
phy: socionext: add USB3 PHY driver for UniPhier SoC
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Wed, 22 Aug 2018 03:50:32 +0000 (12:50 +0900)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 10 Sep 2018 08:57:13 +0000 (14:27 +0530)
commit5ab43d0f86979d6741c1dda685af3e053982e03e
tree42765a5e1adc517ef647f84108989816ed76576c
parent270d5aad53cdf93c00271eaa4568578a1ed86448
phy: socionext: add USB3 PHY driver for UniPhier SoC

Add a driver for PHY interface built into USB3 controller
implemented in UniPhier SoCs.
This driver supports High-Speed PHY and Super-Speed PHY.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Motoya Tanigawa <tanigawa.motoya@socionext.com>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/socionext/Kconfig [new file with mode: 0644]
drivers/phy/socionext/Makefile [new file with mode: 0644]
drivers/phy/socionext/phy-uniphier-usb3hs.c [new file with mode: 0644]
drivers/phy/socionext/phy-uniphier-usb3ss.c [new file with mode: 0644]