On Fri, Mar 21, 2025 at 03:58:48PM +0200, Ivaylo Ivanov wrote: > As the driver now resides outside the phy subdirectory under a different > name, refactor all definitions, structures and functions to explicitly > specify what code is Qualcomm-specific and what is not. > > Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@xxxxxxxxx> > --- > drivers/phy/phy-snps-eusb2.c | 256 +++++++++++++++++------------------ > 1 file changed, 128 insertions(+), 128 deletions(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx> > > -module_platform_driver(qcom_snps_eusb2_hsphy_driver); > -MODULE_DESCRIPTION("Qualcomm SNPS eUSB2 HS PHY driver"); > +module_platform_driver(snps_eusb2_hsphy_driver); > +MODULE_DESCRIPTION("SNPS eUSB2 HS PHY driver"); Nit: Synopsys > MODULE_LICENSE("GPL"); > -- > 2.43.0 > -- With best wishes Dmitry