summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/port.c
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Fix access violation during port device removalAlan Stern2024-04-231-2/+6
* usb: Disable USB3 LPM at shutdownKai-Heng Feng2024-04-041-1/+3
* USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern2024-03-261-4/+34
* Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-1/+3
|\
| * usb: core: Set connect_type of ports based on DT nodeStephen Boyd2024-03-051-0/+2
| * usb: core: constify the struct device_type usageRicardo B. Marliere2024-02-191-1/+1
* | usb: port: Don't try to peer unused USB ports based on locationMathias Nyman2024-03-051-2/+3
|/
* usb: core: Remove duplicated check in usb_hub_create_port_deviceHeiner Kallweit2023-10-211-2/+1
* usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus2023-10-161-2/+17
* usb: core: add sysfs entry for usb device stateRoy Luo2023-06-131-4/+28
* usb: core: stop USB enumeration if too many retriesRay Chi2022-11-081-0/+27
* usb: core: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-031-1/+2
* usb: hub: port: add sysfs entry to switch port powerMichael Grzeschik2022-06-121-0/+83
* usb: core: Unregister device on component_add() failureFabio M. De Francesco2022-02-111-3/+6
* usb: Link the ports to the connectors they are attached toHeikki Krogerus2021-12-301-0/+32
* USB: core: Constify static attribute_group structsRikard Falkeborn2020-11-261-2/+2
* usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca2020-03-041-2/+8
* USB: Disable USB2 LPM at shutdownKai-Heng Feng2019-08-051-0/+9
* usb: export firmware port location in sysfsBjørn Mork2018-10-021-0/+10
* usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat2018-05-311-0/+23
* usb: core: introduce per-port over-current countersRichard Leitner2018-03-221-0/+10
* USB: core: Remove redundant license textGreg Kroah-Hartman2017-11-041-10/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold2016-05-021-6/+0
* Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-201-0/+6
|\
| * Merge branch 'pm-core'Rafael J. Wysocki2016-01-211-0/+6
| |\
| | * USB / PM: Allow USB devices to remain runtime-suspended when sleepingTomeu Vizoso2016-01-081-0/+6
* | | Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-131-2/+2
|\| |
| * | usb: Quiet down false peer failure messagesDon Zickus2015-12-041-2/+2
| |/
* / usb: core: lpm: add sysfs node for usb3 lpm permitLu Baolu2015-12-011-1/+88
|/
* USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-2/+2
* usb: force warm reset to break link re-connect livelockDan Williams2014-07-091-9/+12
* usb: fix hub-port pm_runtime_enable() vs runtime pm transitionsDan Williams2014-06-171-19/+46
* usb: quiet peer failure warning, disable poweroffDan Williams2014-06-171-5/+19
* usb: resume child device when port is powered onDan Williams2014-05-271-1/+8
* usb: introduce port status lockDan Williams2014-05-271-5/+1
* usb: usb3 ports do not support FEAT_C_ENABLEDan Williams2014-05-271-1/+2
* usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failureDan Williams2014-05-271-1/+0
* usb: block suspension of superspeed port while hispeed peer is activeDan Williams2014-05-271-0/+73
* usb: make usb_port flags atomic, rename did_runtime_put to child_usageDan Williams2014-05-271-2/+2
* usb: sysfs link peer portsDan Williams2014-05-271-5/+34
* usb: find internal hub tier mismatch via acpiDan Williams2014-05-271-4/+52
* usb: assign usb3 external hub port peersDan Williams2014-05-271-8/+24
* usb: assign default peer ports for root hubsDan Williams2014-05-271-5/+68
* usb: rename usb_port device objectsDan Williams2014-05-271-2/+8
* usb: disable port power control if not supported in wHubCharacteristicsDan Williams2014-05-271-5/+8
* USB: mutual exclusion for resetting a hub and power-managing a portAlan Stern2014-05-271-0/+6
* USB: core: be specific about attribute permissionsGreg Kroah-Hartman2013-08-251-4/+3
* usb: Don't fail port power resume on device disconnect.Sarah Sharp2013-08-151-8/+5
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-1/+0
|\