commit | c7e3b2b58636704d504ac270031d87b716d8b273 | [log] [tgz] |
---|---|---|
author | Lucas Stach <dev@lynxeye.de> | Wed Sep 26 00:14:34 2012 +0200 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:00 2012 -0700 |
tree | ccbba6153c289fdb23ce766b80094b0a98d53bd2 | |
parent | 5527efe501c117fc86273e2d7c7b6f30884015c3 [diff] |
usb: lowlevel interface change to support multiple controllers Carry an index in the lowlevel usb functions to make specify the respective usb controller. Also pass through an controller struct from lowlevel_init to the creation of the root usb device of this controller. Signed-off-by: Lucas Stach <dev@lynxeye.de> Reviewed-by: Marek Vasut <marex@denx.de>