]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/usb.h
dm: usb: Add a uclass for USB controllers
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:21:59 +0000 (12:21 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:20 +0000 (11:11 -0600)
commitde31213fb8f1cc25f7e9096029a44dee7a774167
tree224edb789248837681a889d5ace46131fefe776d
parent56a71f891b78351e949d98bdfc14d89fd0782640
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>
drivers/usb/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/usb-uclass.c [new file with mode: 0644]
drivers/usb/musb-new/musb_uboot.c
include/dm/uclass-id.h
include/usb.h