
7 Apr
2015
7 Apr
'15
8:45 p.m.
On 25 March 2015 at 12:22, Simon Glass sjg@chromium.org 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 in the correct way. This way the code at least builds (although it likely will not work).
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/usb/gadget/ci_udc.c | 4 ++++ drivers/usb/host/usb-uclass.c | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+)
Applied to u-boot-dm/next.