phy: realtek: usb: add new driver for the Realtek RTD SoC USB 3.0 PHY
authorStanley Chang <stanley_chang@realtek.com>
Wed, 13 Dec 2023 03:10:08 +0000 (11:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Jan 2024 01:36:14 +0000 (17:36 -0800)
commitb48415afe5fd7e6f5912d4c45720217b77d8e7ea
tree09fc6cf7f25b778148d20eba33968b57bfe2d704
parenteeda494542e55b603c7b80e14bfc5ee4ab7f9814
phy: realtek: usb: add new driver for the Realtek RTD SoC USB 3.0 PHY

Realtek DHC (digital home center) RTD SoCs support DWC3 XHCI USB
controller. Added the driver to drive the USB 3.0 PHY transceivers.

Note: New driver, remove the port status notification on legacy USB PHY.
Use the generic PHY to notify the usb device connect and disconnect.
To avoid using these PHYs would require describing the very same
PHY using both the generic "phy" property and the deprecated "usb-phy"
property.

Signed-off-by: Stanley Chang <stanley_chang@realtek.com>
Link: https://lore.kernel.org/r/20231213031203.4911-3-stanley_chang@realtek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/phy/realtek/Kconfig
drivers/phy/realtek/Makefile
drivers/phy/realtek/phy-rtk-usb3.c [new file with mode: 0644]