
7 Apr
2015
7 Apr
'15
8:40 p.m.
On 25 March 2015 at 12:21, Simon Glass sjg@chromium.org wrote:
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
Changes in v2: None
drivers/usb/Kconfig | 14 ++ drivers/usb/host/Makefile | 4 + drivers/usb/host/usb-uclass.c | 392 ++++++++++++++++++++++++++++++++++++++ drivers/usb/musb-new/musb_uboot.c | 4 +- include/dm/uclass-id.h | 1 + include/usb.h | 285 ++++++++++++++++++++++++++- 6 files changed, 694 insertions(+), 6 deletions(-) create mode 100644 drivers/usb/host/usb-uclass.c
Applied to u-boot-dm/next.