[U-Boot] [PATCH v2 11/80] dm: usb: Add a uclass for USB controllers
Simon Glass
sjg at chromium.org
Tue Apr 7 20:40:35 CEST 2015
On 25 March 2015 at 12:21, Simon Glass <sjg at 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 at 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.
More information about the U-Boot
mailing list