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