]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dwc3-generic: Add select_dr_mode operation
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 29 Nov 2018 09:52:49 +0000 (10:52 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 7 Dec 2018 15:31:45 +0000 (16:31 +0100)
commit93991cf1969077108ae36e90acb3cd25a6a449ac
tree95ad984525be29779bd31d0a9206ce5937e324fb
parent446e3a205b871943736e22565092771fac98a9a4
dwc3-generic: Add select_dr_mode operation

The select_dr_mode operation is executed when the glue driver is probed.
The role of this optional function is to configure the operating mode
of the controller at the glue level.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/usb/dwc3/dwc3-generic.c