summaryrefslogtreecommitdiff
path: root/common/usb_hub.c
Commit message (Expand)AuthorAgeFilesLines
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-8/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* usb: Correct use of debug()Simon Glass2017-12-071-3/+1
* usb: hub: identify the hub-device to usb_hub_reset_devicesPhilipp Tomsich2017-11-261-2/+2
* usb: hub: Clear BH reset status change for a 3.0 hubBin Meng2017-10-011-0/+6
* usb: hub: Clear port reset before usb_hub_port_connect_change()Bin Meng2017-10-011-5/+5
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng2017-07-281-0/+11
* usb: hub: Parse and save TT details from device descriptorBin Meng2017-07-281-0/+50
* usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng2017-07-281-0/+52
* usb: hub: Translate USB 3.0 hub port status into old versionBin Meng2017-07-281-1/+32
* usb: hub: Add a new API to test if a hub device is root hubBin Meng2017-07-281-0/+10
* usb: hub: Remove hub_port_reset()Bin Meng2017-07-281-12/+13
* usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng2017-07-281-5/+22
* usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng2017-07-281-5/+7
* usb: hub: Revise wLength for 'get port status' requestBin Meng2017-07-281-1/+1
* usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng2017-07-281-1/+11
* usb: hub: Update handling connect status/change in usb_scan_port()Bin Meng2017-07-281-6/+9
* powerpc: remove 4xx supportHeiko Schocher2017-07-031-3/+0
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-271-7/+1
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-271-2/+1
* usb: hub: Don't continue on get_port_status failureMarek Vasut2016-05-061-0/+1
* Fix spelling of "occurred".Vagrant Cascadian2016-05-021-1/+1
* usb: Change power-on / scanning timeout handlingStefan Roese2016-03-201-94/+223
* usb: Remove 200 ms delay in usb_hub_port_connect_change()Stefan Roese2016-03-201-3/+0
* usb: legacy_hub_port_reset(): Speedup hub reset handlingStefan Roese2016-03-201-2/+7
* dm: usb: Avoid time delays in sandbox testsSimon Glass2015-11-191-1/+9
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-2/+2
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* usb: Fix device detection codeMarek Vasut2015-08-051-3/+7
* dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-211-1/+1
* usb: add device connection/disconnection detectionVincent Palatin2015-05-141-1/+1
* usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede2015-05-141-1/+2
* usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errorsHans de Goede2015-05-141-2/+4
* dm: usb: Add driver model support for hubsSimon Glass2015-04-181-4/+90
* dm: usb: Split hub detection into its own functionSimon Glass2015-04-181-16/+41
* dm: usb: Refactor port resetsSimon Glass2015-04-181-2/+2
* dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass2015-04-181-15/+26
* usb: hub: allow pgood_delay to be specified via envTim Harvey2015-04-141-0/+8
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+2
* usb: Do not power-cycle usb devices on initHans de Goede2014-11-041-39/+0
* usb: hub: don't check CONNECTION in hub_port_reset()Stephen Warren2014-08-291-3/+16
* usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAYStephen Warren2014-06-011-5/+1
* usb: hub: fix power good delay timingStephen Warren2014-06-011-3/+6
* usb: Use well-known descriptor sizes when parsing configurationJulius Werner2013-08-261-10/+4
* USB: usb-hub: Add a weak function for resetting devicesDan Murphy2013-08-261-0/+12
* usb_hub: fix power cycling logicNikita Kiryanov2013-07-291-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-19/+1
* usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su2013-06-121-1/+6