aboutsummaryrefslogtreecommitdiff
path: root/common/usb_hub.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-28usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng1-0/+11
2017-07-28usb: hub: Parse and save TT details from device descriptorBin Meng1-0/+50
2017-07-28usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng1-0/+52
2017-07-28usb: hub: Translate USB 3.0 hub port status into old versionBin Meng1-1/+32
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng1-0/+10
2017-07-28usb: hub: Remove hub_port_reset()Bin Meng1-12/+13
2017-07-28usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng1-5/+22
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng1-5/+7
2017-07-28usb: hub: Revise wLength for 'get port status' requestBin Meng1-1/+1
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng1-1/+11
2017-07-28usb: hub: Update handling connect status/change in usb_scan_port()Bin Meng1-6/+9
2017-07-03powerpc: remove 4xx supportHeiko Schocher1-3/+0
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-7/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1
2016-05-06usb: hub: Don't continue on get_port_status failureMarek Vasut1-0/+1
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-1/+1
2016-03-20usb: Change power-on / scanning timeout handlingStefan Roese1-94/+223
2016-03-20usb: Remove 200 ms delay in usb_hub_port_connect_change()Stefan Roese1-3/+0
2016-03-20usb: legacy_hub_port_reset(): Speedup hub reset handlingStefan Roese1-2/+7
2015-11-19dm: usb: Avoid time delays in sandbox testsSimon Glass1-1/+9
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-2/+2
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-05usb: Fix device detection codeMarek Vasut1-3/+7
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass1-1/+1
2015-05-14usb: add device connection/disconnection detectionVincent Palatin1-1/+1
2015-05-14usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede1-1/+2
2015-05-14usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errorsHans de Goede1-2/+4
2015-04-18dm: usb: Add driver model support for hubsSimon Glass1-4/+90
2015-04-18dm: usb: Split hub detection into its own functionSimon Glass1-16/+41
2015-04-18dm: usb: Refactor port resetsSimon Glass1-2/+2
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass1-15/+26
2015-04-14usb: hub: allow pgood_delay to be specified via envTim Harvey1-0/+8
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+2
2014-11-04usb: Do not power-cycle usb devices on initHans de Goede1-39/+0
2014-08-29usb: hub: don't check CONNECTION in hub_port_reset()Stephen Warren1-3/+16
2014-06-01usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAYStephen Warren1-5/+1
2014-06-01usb: hub: fix power good delay timingStephen Warren1-3/+6
2013-08-26usb: Use well-known descriptor sizes when parsing configurationJulius Werner1-10/+4
2013-08-26USB: usb-hub: Add a weak function for resetting devicesDan Murphy1-0/+12
2013-07-29usb_hub: fix power cycling logicNikita Kiryanov1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-19/+1
2013-06-12usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su1-1/+6
2013-06-12usb: hub: make minimum power-on delay configurableKuo-Jung Su1-2/+6
2013-05-06usb: fix: Fixing Port status and feature number constantsVivek Gautam1-12/+28
2013-05-06usb: hub: Parallelize power-cycling of root-hub portsVivek Gautam1-7/+12
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam1-2/+6
2013-05-05usb: hub: Fix enumration timeoutVivek Gautam1-1/+0
2013-05-05usb: hub: Power-cycle on root-hub portsVivek Gautam1-0/+34
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam1-88/+74
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary1-0/+2