Re: [PATCH 3/8] usb: dwc3: amend UTMI/UTMIW phy interface setup

2020-04-28 Thread Kever Yang
On 2020/4/28 下午2:27, Frank Wang wrote: Let move 8/16-bit UTMI+ interface initialization into DWC3 core init that is convenient for both DM_USB and u-boot traditional process. Signed-off-by: Frank Wang Reviewed-by: Kever Yang Thanks, - Kever --- drivers/usb/common/common.c | 25 +++

[PATCH 3/8] usb: dwc3: amend UTMI/UTMIW phy interface setup

2020-04-28 Thread Frank Wang
Let move 8/16-bit UTMI+ interface initialization into DWC3 core init that is convenient for both DM_USB and u-boot traditional process. Signed-off-by: Frank Wang --- drivers/usb/common/common.c | 25 ++ drivers/usb/dwc3/core.c | 65 +++-- drivers/u