summaryrefslogtreecommitdiff
path: root/common/usb_hub.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10usb: hub: Do NOT add device if portchanged over current bit is setMinda Chen1-0/+3
2021-04-06usb: hub: Fix usb_get_port_status() for big-endian platformsAaron Williams1-2/+3
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-3/+3
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-04-09usb: Make portspeed return a read-only stringIsmael Luceno Cortes1-13/+5
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-8/+8
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-12-07usb: Correct use of debug()Simon Glass1-3/+1
2017-11-26usb: hub: identify the hub-device to usb_hub_reset_devicesPhilipp Tomsich1-2/+2
2017-10-01usb: hub: Clear BH reset status change for a 3.0 hubBin Meng1-0/+6
2017-10-01usb: hub: Clear port reset before usb_hub_port_connect_change()Bin Meng1-5/+5
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-07-29usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng1-0/+11
2017-07-29usb: hub: Parse and save TT details from device descriptorBin Meng1-0/+50
2017-07-29usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng1-0/+52
2017-07-29usb: hub: Translate USB 3.0 hub port status into old versionBin Meng1-1/+32
2017-07-29usb: hub: Add a new API to test if a hub device is root hubBin Meng1-0/+10
2017-07-29usb: hub: Remove hub_port_reset()Bin Meng1-12/+13
2017-07-29usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng1-5/+22
2017-07-29usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng1-5/+7
2017-07-29usb: hub: Revise wLength for 'get port status' requestBin Meng1-1/+1
2017-07-29usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng1-1/+11
2017-07-29usb: hub: Update handling connect status/change in usb_scan_port()Bin Meng1-6/+9
2017-07-04powerpc: 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-03Fix 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-20dm: 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-12Move 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-22dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass1-1/+1
2015-05-15usb: add device connection/disconnection detectionVincent Palatin1-1/+1
2015-05-15usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede1-1/+2
2015-05-15usb: 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