On 07/11/2023 09:31, Stanley Chang wrote: > 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. > ... > + > +module_platform_driver(rtk_usb3phy_driver); > + > +MODULE_LICENSE("GPL"); > +MODULE_ALIAS("platform: rtk-usb3phy"); Same as in the other patch. Drop. Best regards, Krzysztof