summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-21Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman1-0/+7
2021-06-17usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn1-0/+7
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain1-6/+7
2021-05-21USB: Verify the port status when timeout happens during port suspendChris Chiu1-0/+21
2021-05-13usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun1-3/+3
2021-04-09usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui1-1/+1
2021-03-23usb: core: hub: Print speed name based on ssp rateThinh Nguyen1-3/+7
2021-03-23usb: core: hub: Remove port_speed_is_ssp()Thinh Nguyen1-30/+1
2021-03-23usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen1-0/+78
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish1-1/+2
2020-10-02USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern1-1/+12
2020-10-02USB: hub: Clean up use of port initialization schemes and retriesAlan Stern1-23/+26
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum1-40/+59
2020-09-16USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman1-59/+40
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-19USB: OTG: rename product list of devicesGreg Kroah-Hartman1-2/+2
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman1-1/+1
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman1-1/+5
2020-05-15usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca1-1/+5
2020-04-28usb: core: hub: use true,false for bool variableJason Yan1-1/+1
2020-04-23USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern1-3/+1
2020-04-23USB: hub: Fix handling of connect changes during sleepAlan Stern1-0/+14
2020-03-04usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-1/+5
2020-03-04usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca1-1/+1
2020-02-10USB: hub: Don't record a connect-change event during reset-resumeAlan Stern1-5/+0
2020-02-10USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar1-0/+15
2020-01-15usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta1-0/+1
2020-01-08usb: missing parentheses in USE_NEW_SCHEMEQi Zhou1-1/+1
2019-12-05usb, kcov: collect coverage from hub_eventAndrey Konovalov1-0/+5
2019-11-07usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng1-3/+2
2019-10-10usb: hub: Check device descriptor before resusciationDavid Heinzelmann1-85/+111
2019-07-03usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng1-2/+5
2019-06-20USB: core: correct a spelling mistake in the commentHarry Pan1-1/+1
2019-06-05usb: Add devaddr in struct usb_deviceJim Lin1-1/+3
2019-05-21usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen1-12/+16
2019-05-21usb: core: hub: Enable/disable U1/U2 in configured stateThinh Nguyen1-2/+2
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-3/+4
2019-05-03USB: Export usb_wakeup_enabled_descendants()Douglas Anderson1-3/+4
2019-04-17USB: core: Don't unbind interfaces following device reset failureAlan Stern1-1/+4
2019-04-16USB: hub: Remove returned value 'status' since never usedMathieu Malaterre1-7/+6
2019-02-08usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski1-0/+7
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng1-8/+4
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng1-6/+6
2019-01-18usb: hub: add retry routine after intr URB submit errorNicolas Saenz Julienne1-6/+37
2018-12-10Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman1-2/+3
2018-12-05USB: check usb_get_extra_descriptor for proper sizeMathias Payer1-1/+1
2018-12-05USB: Fix invalid-free bug in port_over_current_notify()Alan Stern1-1/+2
2018-12-05usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman1-0/+10
2018-11-15usb: core: Fix hub port connection events lostDennis Wassenberg1-1/+3