]> git.karo-electronics.de Git - karo-tx-uboot.git/history - drivers/usb/host/usb-uclass.c
dm: usb: Do not scan companion buses if no devices where handed over
[karo-tx-uboot.git] / drivers / usb / host / usb-uclass.c
2015-09-08 Hans de Goededm: usb: Do not scan companion buses if no devices...
2015-09-08 Hans de Goededm: usb: Add support for companion controllers
2015-09-08 Hans de Goededm: usb: Move printing of usb scan status to usb_scan_bus()
2015-09-08 Hans de Goededm: usb: Add support for interrupt queues to the dm...
2015-09-08 Hans de Goededm: usb: Copy over usb_device values from usb_scan_devi...
2015-09-08 Hans de Goededm: usb: Make usb_get_bus easier to use for callers
2015-09-08 Hans de Goededm: usb: Do not use bus->seq before device_probe(bus)
2015-09-08 Simon Glassdm: usb: sandbox: Reset emulation devices in usb stop()
2015-09-08 Simon Glassdm: usb: Allow setting up a USB controller as a device...
2015-09-08 Simon Glassdm: usb: Bind generic USB devices when there is no...
2015-09-08 Simon Glassdm: usb: Allow USB drivers to be declared and auto...
2015-09-08 Simon Glassdm: usb: Add a uclass for USB controllers