Re: [U-Boot] [PATCH v2 11/80] dm: usb: Add a uclass for USB controllers

2015-04-07 Thread Simon Glass
On 25 March 2015 at 12:21, Simon Glass 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 > --- > > Changes in v2: None > > drivers/usb/Kconfig

[U-Boot] [PATCH v2 11/80] dm: usb: Add a uclass for USB controllers

2015-03-25 Thread Simon Glass
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 --- Changes in v2: None drivers/usb/Kconfig | 14 ++ drivers/usb/host/Makefile | 4 + drivers/