On 25 March 2015 at 12:21, Simon Glass <s...@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 <s...@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. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot