rv1126-uboot/drivers/usb
Jagan Teki 2136741eb8 UPSTREAM: usb: dwc3: Fix UTMI/UTMIW phy interface initialization
DWC3 support phy interfaces like 8/16-bit UTMI+. phy interface
initialization code would handle them properly along with UNKNOWN
type by default if none of the user/board doesn't need to use the
phy interfaces at all.

The current code is masking the 8/16-bit UTMI+ interface bits globally
which indeed effect the UNKNOWN cases, therefore it effects the platforms
which are not using phy interfaces at all.

So, handle the phy masking bits accordingly on respective interface
type cases.

Conflicts:
	drivers/usb/dwc3/core.h

Change-Id: I28ce66d68984e30fa308a0b5a52c321d7bd96eda
Fixes: 6b7ebff00190 ("usb: dwc3: Add phy interface for dwc3_uboot")
Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit 5c207282f53f86ecbf8c25cb691030d8c643ba1c)
2020-01-07 17:25:04 +08:00
..
cdns3 UPSTREAM: usb: cdns3: ep0: Fix build warnings related to cache ops 2020-01-07 17:25:04 +08:00
common UPSTREAM: usb: common: add support to get maximum speed from dt 2020-01-07 17:24:51 +08:00
dwc3 UPSTREAM: usb: dwc3: Fix UTMI/UTMIW phy interface initialization 2020-01-07 17:25:04 +08:00
emul UPSTREAM: usb: Add nonblock argument to submit_int_msg 2020-01-07 17:25:00 +08:00
eth UPSTREAM: usb: composite: Move bitmap related operations to ./include/linux/bitmap.h 2020-01-07 17:24:55 +08:00
gadget UPSTREAM: usb: dwc2: fix possible alignment issues 2020-01-07 17:25:03 +08:00
host UPSTREAM: usb: xhci: support 1.1 or later version 2020-01-07 17:25:03 +08:00
musb UPSTREAM: usb: musb_hcd: fix compilation error 2020-01-07 17:25:01 +08:00
musb-new UPSTREAM: usb: Add nonblock argument to submit_int_msg 2020-01-07 17:25:00 +08:00
phy UPSTREAM: usb: xhci: move xhci.h to include usb 2020-01-07 17:25:01 +08:00
ulpi UPSTREAM: usb: ulpi: kconfig: Remove meaningless choice default 2020-01-07 17:24:47 +08:00
Kconfig UPSTREAM: usb: Add Cadence USB3 host and gadget driver 2020-01-07 17:25:03 +08:00