commit | de31213fb8f1cc25f7e9096029a44dee7a774167 | [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 | 56a71f891b78351e949d98bdfc14d89fd0782640 [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>