summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/usb-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: usb: Unbind old block devices when shutting down USBSimon Glass2016-03-171-1/+5
* dm: usb: Remove inactive children after a bus scanSimon Glass2015-11-191-0/+23
* dm: usb: Deprecate usb_get_dev_index()Simon Glass2015-11-191-0/+9
* Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass2015-11-191-3/+0
* Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass2015-11-191-9/+10
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-4/+4
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* usb: USB storage-specific part ifdef in uclassPaul Kocialkowski2015-08-051-0/+2
* dm: usb: Do not assume that first child is always a hubHans de Goede2015-07-211-5/+5
* dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2015-07-211-5/+11
* dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede2015-07-211-10/+9
* dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede2015-07-211-0/+3
* usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-211-1/+1
* usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-211-1/+1
* usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-211-29/+0
* dm: usb: Implement usb_detect_change() for driver modelSimon Glass2015-06-101-0/+43
* dm: usb: Do not scan companion buses if no devices where handed overHans de Goede2015-05-141-8/+34
* dm: usb: Add support for companion controllersHans de Goede2015-05-141-5/+28
* dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede2015-05-141-13/+9
* dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2015-05-141-0/+36
* dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede2015-05-051-15/+28
* dm: usb: Make usb_get_bus easier to use for callersHans de Goede2015-05-051-13/+4
* dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede2015-05-051-2/+1
* dm: usb: sandbox: Reset emulation devices in usb stop()Simon Glass2015-04-181-0/+11
* dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass2015-04-181-0/+24
* dm: usb: Bind generic USB devices when there is no driverSimon Glass2015-04-181-1/+17
* dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass2015-04-181-2/+204
* dm: usb: Add a uclass for USB controllersSimon Glass2015-04-181-0/+392
OpenPOWER on IntegriCloud