commit | 9b82eebe174434091224ea8bf146ac903354eba4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:21:59 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:20 2015 -0600 |
tree | 224edb789248837681a889d5ace46131fefe776d | |
parent | 94f54d1ecf6ab11804e6e5723ef6521cac55e958 [diff] |
dm: usb: Add a uclass for USB controllers Add a uclass that can represent a USB controller. For now we do not create devices for things attached to the controller. This will be added later. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>