summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)Author
2022-01-03USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern
2021-12-17usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng
2021-12-17usb: hub: make wait_for_connected() take an int instead of a pointer to intDan Carpenter
2021-12-15usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman
2021-11-23usb: hub: Fix locking issues with address0_mutexMathias Nyman
2021-11-17usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman
2021-07-21usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman
2021-07-21usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman
2021-06-21Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman
2021-06-17usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain
2021-05-21USB: Verify the port status when timeout happens during port suspendChris Chiu
2021-05-13usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun
2021-04-09usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui
2021-03-23usb: core: hub: Print speed name based on ssp rateThinh Nguyen
2021-03-23usb: core: hub: Remove port_speed_is_ssp()Thinh Nguyen
2021-03-23usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish
2020-10-02USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern
2020-10-02USB: hub: Clean up use of port initialization schemes and retriesAlan Stern
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum
2020-09-16USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-19USB: OTG: rename product list of devicesGreg Kroah-Hartman
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman
2020-05-15usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca
2020-04-28usb: core: hub: use true,false for bool variableJason Yan
2020-04-23USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern
2020-04-23USB: hub: Fix handling of connect changes during sleepAlan Stern
2020-03-04usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca
2020-03-04usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca
2020-02-10USB: hub: Don't record a connect-change event during reset-resumeAlan Stern
2020-02-10USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar
2020-01-15usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta
2020-01-08usb: missing parentheses in USE_NEW_SCHEMEQi Zhou
2019-12-04usb, kcov: collect coverage from hub_eventAndrey Konovalov
2019-11-07usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng
2019-10-10usb: hub: Check device descriptor before resusciationDavid Heinzelmann
2019-07-03usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng
2019-06-20USB: core: correct a spelling mistake in the commentHarry Pan
2019-06-05usb: Add devaddr in struct usb_deviceJim Lin
2019-05-21usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen
2019-05-21usb: core: hub: Enable/disable U1/U2 in configured stateThinh Nguyen
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-05-03USB: Export usb_wakeup_enabled_descendants()Douglas Anderson
2019-04-17USB: core: Don't unbind interfaces following device reset failureAlan Stern
2019-04-16USB: hub: Remove returned value 'status' since never usedMathieu Malaterre
2019-02-08usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski