summaryrefslogtreecommitdiff
path: root/drivers/usb/host/usb-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-2/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+4
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-6/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-3/+1
2016-03-17dm: usb: Unbind old block devices when shutting down USBSimon Glass1-1/+5
2015-11-19dm: usb: Remove inactive children after a bus scanSimon Glass1-0/+23
2015-11-19dm: usb: Deprecate usb_get_dev_index()Simon Glass1-0/+9
2015-11-19Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass1-3/+0
2015-11-19Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass1-9/+10
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-4/+4
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-05usb: USB storage-specific part ifdef in uclassPaul Kocialkowski1-0/+2
2015-07-21dm: usb: Do not assume that first child is always a hubHans de Goede1-5/+5
2015-07-21dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede1-5/+11
2015-07-21dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede1-10/+9
2015-07-21dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede1-0/+3
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede1-1/+1
2015-07-21usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede1-1/+1
2015-07-21usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede1-29/+0
2015-06-10dm: usb: Implement usb_detect_change() for driver modelSimon Glass1-0/+43
2015-05-14dm: usb: Do not scan companion buses if no devices where handed overHans de Goede1-8/+34
2015-05-14dm: usb: Add support for companion controllersHans de Goede1-5/+28
2015-05-14dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede1-13/+9
2015-05-14dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede1-0/+36
2015-05-05dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede1-15/+28
2015-05-05dm: usb: Make usb_get_bus easier to use for callersHans de Goede1-13/+4
2015-05-05dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede1-2/+1
2015-04-18dm: usb: sandbox: Reset emulation devices in usb stop()Simon Glass1-0/+11
2015-04-18dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass1-0/+24
2015-04-18dm: usb: Bind generic USB devices when there is no driverSimon Glass1-1/+17
2015-04-18dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass1-2/+204
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass1-0/+392