aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Fix RST error in hub.cAlan Stern2022-09-051-1/+1
* USB: core: Prevent nested device-reset callsAlan Stern2022-08-301-0/+10
* usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke2022-07-081-1/+8
* usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman2022-06-121-39/+21
* usb: hub: port: add sysfs entry to switch port powerMichael Grzeschik2022-06-121-19/+20
* usb: hub: Simplify error and success path in port_over_current_notifyBhuvanesh Surachari2022-05-191-5/+3
* usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-1/+1
* usb: remove Link Powermanagement (LPM) disable before port reset.Mathias Nyman2022-02-171-12/+1
* usb: core: Bail out when port is stuck in reset loopKai-Heng Feng2022-01-261-2/+6
* USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern2022-01-031-1/+1
* usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng2021-12-171-1/+4
* usb: hub: make wait_for_connected() take an int instead of a pointer to intDan Carpenter2021-12-171-3/+3
* usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman2021-12-151-5/+19
* usb: hub: Fix locking issues with address0_mutexMathias Nyman2021-11-231-8/+12
* usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman2021-11-171-3/+11
* usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman2021-07-211-12/+56
* usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman2021-07-211-24/+28
* Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman2021-06-211-0/+7
|\
| * usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn2021-06-171-0/+7
* | driver core: Move the "removable" attribute from USB to coreRajat Jain2021-05-271-6/+7
* | USB: Verify the port status when timeout happens during port suspendChris Chiu2021-05-211-0/+21
|/
* usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun2021-05-131-3/+3
* usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui2021-04-091-1/+1
* usb: core: hub: Print speed name based on ssp rateThinh Nguyen2021-03-231-3/+7
* usb: core: hub: Remove port_speed_is_ssp()Thinh Nguyen2021-03-231-30/+1
* usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen2021-03-231-0/+78
* usb: core: Replace in_interrupt() in commentsAhmed S. Darwish2020-10-281-1/+2
* USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern2020-10-021-1/+12
* USB: hub: Clean up use of port initialization schemes and retriesAlan Stern2020-10-021-23/+26
* Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum2020-09-251-40/+59
* USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman2020-09-161-59/+40
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-1/+1
* USB: OTG: rename product list of devicesGreg Kroah-Hartman2020-06-191-2/+2
* USB: rename USB OTG hub configuration optionGreg Kroah-Hartman2020-06-191-1/+1
* Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman2020-05-181-1/+5
|\
| * usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca2020-05-151-1/+5
* | usb: core: hub: use true,false for bool variableJason Yan2020-04-281-1/+1
|/
* USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern2020-04-231-3/+1
* USB: hub: Fix handling of connect changes during sleepAlan Stern2020-04-231-0/+14
* usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca2020-03-041-1/+5
* usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca2020-03-041-1/+1
* USB: hub: Don't record a connect-change event during reset-resumeAlan Stern2020-02-101-5/+0
* USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar2020-02-101-0/+15
* usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta2020-01-151-0/+1
* usb: missing parentheses in USE_NEW_SCHEMEQi Zhou2020-01-081-1/+1
* usb, kcov: collect coverage from hub_eventAndrey Konovalov2019-12-041-0/+5
* usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng2019-11-071-3/+2
* usb: hub: Check device descriptor before resusciationDavid Heinzelmann2019-10-101-85/+111
* usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng2019-07-031-2/+5