Re: [PATCH v3 1/8] usb: cdns3: Set USB PHY mode in cdns3_drd_update_mode()

2024-07-26 Thread Minda Chen
> > USB PHY maybe need to set PHY mode in different USB dr mode. So translate > USB PHY mode to generic PHY mode and call generic_phy_set_mode(). > > Signed-off-by: Minda Chen > --- > drivers/usb/cdns3/drd.c | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/drivers/us

[PATCH v3 1/8] usb: cdns3: Set USB PHY mode in cdns3_drd_update_mode()

2024-07-18 Thread Minda Chen
USB PHY maybe need to set PHY mode in different USB dr mode. So translate USB PHY mode to generic PHY mode and call generic_phy_set_mode(). Signed-off-by: Minda Chen --- drivers/usb/cdns3/drd.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/usb/cdns3/drd.c b/drivers/