summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/port.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-1/+0
* | usb: check usb_hub_to_struct_hub() return valueMathias Nyman2013-06-181-2/+2
|/
* Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman2013-04-081-1/+0
|\
| * USB / PM: Don't try to hide PM QoS flags from usb_port_device_release()Rafael J. Wysocki2013-04-021-1/+0
* | USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-2/+2
|/
* Revert "usb: Register usb port's acpi power resources"Lan Tianyu2013-01-291-6/+0
* usb: enable usb port device's async suspend.Lan Tianyu2013-01-251-0/+1
* usb: expose usb port's pm qos flags to user spaceLan Tianyu2013-01-251-1/+10
* usb: add usb port auto power off mechanismLan Tianyu2013-01-251-2/+38