Re: [U-Boot] [PATCH v2 44/80] dm: usb: Allow setting up a USB controller as a device/gadget

2015-04-07 Thread Simon Glass
On 25 March 2015 at 12:22, Simon Glass wrote: > Some controllers support OTG (on-the-go) where they can operate as either > host or device. The gadget layer in U-Boot supports this. > > While this layer does not interact with driver model, we can provide a > function which sets up the controller i

[U-Boot] [PATCH v2 44/80] dm: usb: Allow setting up a USB controller as a device/gadget

2015-03-25 Thread Simon Glass
Some controllers support OTG (on-the-go) where they can operate as either host or device. The gadget layer in U-Boot supports this. While this layer does not interact with driver model, we can provide a function which sets up the controller in the correct way. This way the code at least builds (al