Skip to content

Commit 258ea41

Browse files
jhovoldgregkh
authored andcommitted
Revert "phy: realtek: usb: Add driver for the Realtek SoC USB 3.0 PHY"
This reverts commit adda6e8. The recently added Realtek PHY drivers depend on the new port status notification mechanism which was built on the deprecated USB PHY implementation and devicetree binding. Specifically, using these PHYs would require describing the very same PHY using both the generic "phy" property and the deprecated "usb-phy" property which is clearly wrong. We should not be building new functionality on top of the legacy USB PHY implementation even if it is currently stuck in some kind of transitional limbo. Revert the new Realtek PHY drivers for now so that the port status notification interface can be reverted and replaced. Fixes: adda6e8 ("phy: realtek: usb: Add driver for the Realtek SoC USB 3.0 PHY") Cc: stable@vger.kernel.org # 6.6 Cc: Stanley Chang <stanley_chang@realtek.com> Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Link: https://lore.kernel.org/r/20231106110654.31090-2-johan+linaro@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d2f51b3 commit 258ea41

3 files changed

Lines changed: 0 additions & 774 deletions

File tree

drivers/phy/realtek/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,4 @@ config PHY_RTK_RTD_USB2PHY
1717
DWC3 USB IP. This driver will do the PHY initialization
1818
of the parameters.
1919

20-
config PHY_RTK_RTD_USB3PHY
21-
tristate "Realtek RTD USB3 PHY Transceiver Driver"
22-
depends on USB_SUPPORT
23-
select GENERIC_PHY
24-
select USB_PHY
25-
select USB_COMMON
26-
help
27-
Enable this to support Realtek SoC USB3 phy transceiver.
28-
The DHC (digital home center) RTD series SoCs used the Synopsys
29-
DWC3 USB IP. This driver will do the PHY initialization
30-
of the parameters.
31-
3220
endif # ARCH_REALTEK || COMPILE_TEST

drivers/phy/realtek/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# SPDX-License-Identifier: GPL-2.0
22
obj-$(CONFIG_PHY_RTK_RTD_USB2PHY) += phy-rtk-usb2.o
3-
obj-$(CONFIG_PHY_RTK_RTD_USB3PHY) += phy-rtk-usb3.o

0 commit comments

Comments
 (0)