summaryrefslogtreecommitdiff
path: root/drivers/usb/host/usb-uclass.c
Commit message (Expand)AuthorAgeLines
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-27-6/+1
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-27-3/+1
* dm: usb: Unbind old block devices when shutting down USBSimon Glass2016-03-17-1/+5
* dm: usb: Remove inactive children after a bus scanSimon Glass2015-11-19-0/+23
* dm: usb: Deprecate usb_get_dev_index()Simon Glass2015-11-19-0/+9
* Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass2015-11-19-3/+0
* Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass2015-11-19-9/+10
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-23-4/+4
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11-0/+1
* usb: USB storage-specific part ifdef in uclassPaul Kocialkowski2015-08-05-0/+2
* dm: usb: Do not assume that first child is always a hubHans de Goede2015-07-21-5/+5
* dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2015-07-21-5/+11
* dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede2015-07-21-10/+9
* dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede2015-07-21-0/+3
* usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-21-1/+1
* usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-21-1/+1
* usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-21-29/+0
* dm: usb: Implement usb_detect_change() for driver modelSimon Glass2015-06-10-0/+43
* 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