-
- Downloads
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>
Showing
- drivers/usb/Kconfig 14 additions, 0 deletionsdrivers/usb/Kconfig
- drivers/usb/host/Makefile 4 additions, 0 deletionsdrivers/usb/host/Makefile
- drivers/usb/host/usb-uclass.c 392 additions, 0 deletionsdrivers/usb/host/usb-uclass.c
- drivers/usb/musb-new/musb_uboot.c 3 additions, 1 deletiondrivers/usb/musb-new/musb_uboot.c
- include/dm/uclass-id.h 1 addition, 0 deletionsinclude/dm/uclass-id.h
- include/usb.h 280 additions, 5 deletionsinclude/usb.h
Loading
Please register or sign in to comment