Files
u-boot/drivers/usb/host
Stephen Warren 282685e07e usb: dwc2: remove control_data_toggle[]
The control data toggle resets to DATA1 at the start of the data phase
of every setup transaction. We don't need a global variable to store
the value; we can just store it on the stack.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
2015-04-14 05:47:58 +02:00
..
2015-04-14 05:47:58 +02:00
2009-04-06 20:40:46 +02:00
2015-02-05 22:16:42 -07:00