Skip to content

Commit 7a784bc

Browse files
jhovoldgregkh
authored andcommitted
Revert "phy: realtek: usb: Add driver for the Realtek SoC USB 2.0 PHY"
This reverts commit 134e6d2. 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: 134e6d2 ("phy: realtek: usb: Add driver for the Realtek SoC USB 2.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-3-johan+linaro@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 258ea41 commit 7a784bc

5 files changed

Lines changed: 0 additions & 1349 deletions

File tree

drivers/phy/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ source "drivers/phy/motorola/Kconfig"
8787
source "drivers/phy/mscc/Kconfig"
8888
source "drivers/phy/qualcomm/Kconfig"
8989
source "drivers/phy/ralink/Kconfig"
90-
source "drivers/phy/realtek/Kconfig"
9190
source "drivers/phy/renesas/Kconfig"
9291
source "drivers/phy/rockchip/Kconfig"
9392
source "drivers/phy/samsung/Kconfig"

drivers/phy/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ obj-y += allwinner/ \
2626
mscc/ \
2727
qualcomm/ \
2828
ralink/ \
29-
realtek/ \
3029
renesas/ \
3130
rockchip/ \
3231
samsung/ \

drivers/phy/realtek/Kconfig

Lines changed: 0 additions & 20 deletions
This file was deleted.

drivers/phy/realtek/Makefile

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)