summaryrefslogtreecommitdiff
path: root/drivers/usb/host/usb-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek1-2/+3
2019-04-09usb: host: Print device name when scanningIsmael Luceno Cortes1-8/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng1-11/+0
2017-10-01dm: usb: Remove no longer needed blk_unbind_all()Bin Meng1-5/+1
2017-10-01dm: usb: Fix broken usb_stop()Bin Meng1-0/+28
2017-09-27dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng1-0/+11
2017-07-29dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng1-0/+11
2017-07-29usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng1-2/+0
2017-07-29usb: add static to local symbolsMasahiro Yamada1-9/+9
2017-06-01dm: usb: Convert uclass to livetreeSimon Glass1-5/+3
2017-04-05dm: 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-18dm: usb: Unbind old block devices when shutting down USBSimon Glass1-1/+5
2015-11-20dm: usb: Remove inactive children after a bus scanSimon Glass1-0/+23
2015-11-20dm: usb: Deprecate usb_get_dev_index()Simon Glass1-0/+9
2015-11-20Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass1-3/+0
2015-11-20Revert "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-12Move 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-22dm: usb: Do not assume that first child is always a hubHans de Goede1-5/+5
2015-07-22dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede1-5/+11
2015-07-22dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede1-10/+9
2015-07-22dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede1-0/+3
2015-07-22usb: Add an usb_device parameter to usb_reset_root_portHans de Goede1-1/+1
2015-07-22usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede1-1/+1
2015-07-22usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede1-29/+0
2015-06-11dm: usb: Implement usb_detect_change() for driver modelSimon Glass1-0/+43
2015-05-15dm: usb: Do not scan companion buses if no devices where handed overHans de Goede1-8/+34
2015-05-15dm: usb: Add support for companion controllersHans de Goede1-5/+28
2015-05-15dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede1-13/+9
2015-05-15dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede1-0/+36
2015-05-06dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede1-15/+28
2015-05-06dm: usb: Make usb_get_bus easier to use for callersHans de Goede1-13/+4
2015-05-06dm: 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