summaryrefslogtreecommitdiff
path: root/drivers/usb/host/usb-uclass.c
Commit message (Expand)AuthorAgeLines
* dm: usb: Do not scan companion buses if no devices where handed overHans de Goede2015-05-14-8/+34
* dm: usb: Add support for companion controllersHans de Goede2015-05-14-5/+28
* dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede2015-05-14-13/+9
* dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2015-05-14-0/+36
* dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede2015-05-05-15/+28
* dm: usb: Make usb_get_bus easier to use for callersHans de Goede2015-05-05-13/+4
* dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede2015-05-05-2/+1
* dm: usb: sandbox: Reset emulation devices in usb stop()Simon Glass2015-04-18-0/+11
* dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass2015-04-18-0/+24
* dm: usb: Bind generic USB devices when there is no driverSimon Glass2015-04-18-1/+17
* dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass2015-04-18-2/+204
* dm: usb: Add a uclass for USB controllersSimon Glass2015-04-18-0/+392