summaryrefslogtreecommitdiff
path: root/drivers/usb/host/usb-uclass.c
AgeCommit message (Expand)Author
2019-04-09usb: host: Print device name when scanningIsmael Luceno Cortes
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng
2017-10-01dm: usb: Remove no longer needed blk_unbind_all()Bin Meng
2017-10-01dm: usb: Fix broken usb_stop()Bin Meng
2017-09-27dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng
2017-07-28dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng
2017-07-28usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng
2017-07-28usb: add static to local symbolsMasahiro Yamada
2017-06-01dm: usb: Convert uclass to livetreeSimon Glass
2017-04-04dm: 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-17dm: usb: Unbind old block devices when shutting down USBSimon Glass
2015-11-19dm: usb: Remove inactive children after a bus scanSimon Glass
2015-11-19dm: usb: Deprecate usb_get_dev_index()Simon Glass
2015-11-19Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass
2015-11-19Revert "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-10dm: usb: Implement usb_detect_change() for driver modelSimon Glass
2015-05-14dm: usb: Do not scan companion buses if no devices where handed overHans de Goede
2015-05-14dm: usb: Add support for companion controllersHans de Goede
2015-05-14dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede
2015-05-14dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede
2015-05-05dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede
2015-05-05dm: usb: Make usb_get_bus easier to use for callersHans de Goede
2015-05-05dm: 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