aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/port.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-11usb: core: Unregister device on component_add() failureGravatar Fabio M. De Francesco 1-3/+6
2021-12-30usb: Link the ports to the connectors they are attached toGravatar Heikki Krogerus 1-0/+32
2020-11-26USB: core: Constify static attribute_group structsGravatar Rikard Falkeborn 1-2/+2
2020-03-04usb: core: port: do error out if usb_autopm_get_interface() failsGravatar Eugeniu Rosca 1-2/+8
2019-08-05USB: Disable USB2 LPM at shutdownGravatar Kai-Heng Feng 1-0/+9
2018-10-02usb: export firmware port location in sysfsGravatar Bjørn Mork 1-0/+10
2018-05-31usb: hub: Per-port setting to use old enumeration schemeGravatar Nicolas Boichat 1-0/+23
2018-03-22usb: core: introduce per-port over-current countersGravatar Richard Leitner 1-0/+10
2017-11-04USB: core: Remove redundant license textGravatar Greg Kroah-Hartman 1-10/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 1-0/+1
2016-05-02Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Gravatar Johan Hovold 1-6/+0
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+6
2016-01-21Merge branch 'pm-core'Gravatar Rafael J. Wysocki 1-0/+6
2016-01-08USB / PM: Allow USB devices to remain runtime-suspended when sleepingGravatar Tomeu Vizoso 1-0/+6
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGravatar Greg Kroah-Hartman 1-2/+2
2015-12-04usb: Quiet down false peer failure messagesGravatar Don Zickus 1-2/+2
2015-12-01usb: core: lpm: add sysfs node for usb3 lpm permitGravatar Lu Baolu 1-1/+88
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreGravatar Rafael J. Wysocki 1-2/+2
2014-07-09usb: force warm reset to break link re-connect livelockGravatar Dan Williams 1-9/+12
2014-06-17usb: fix hub-port pm_runtime_enable() vs runtime pm transitionsGravatar Dan Williams 1-19/+46
2014-06-17usb: quiet peer failure warning, disable poweroffGravatar Dan Williams 1-5/+19
2014-05-27usb: resume child device when port is powered onGravatar Dan Williams 1-1/+8
2014-05-27usb: introduce port status lockGravatar Dan Williams 1-5/+1
2014-05-27usb: usb3 ports do not support FEAT_C_ENABLEGravatar Dan Williams 1-1/+2
2014-05-27usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failureGravatar Dan Williams 1-1/+0
2014-05-27usb: block suspension of superspeed port while hispeed peer is activeGravatar Dan Williams 1-0/+73
2014-05-27usb: make usb_port flags atomic, rename did_runtime_put to child_usageGravatar Dan Williams 1-2/+2
2014-05-27usb: sysfs link peer portsGravatar Dan Williams 1-5/+34
2014-05-27usb: find internal hub tier mismatch via acpiGravatar Dan Williams 1-4/+52
2014-05-27usb: assign usb3 external hub port peersGravatar Dan Williams 1-8/+24
2014-05-27usb: assign default peer ports for root hubsGravatar Dan Williams 1-5/+68
2014-05-27usb: rename usb_port device objectsGravatar Dan Williams 1-2/+8
2014-05-27usb: disable port power control if not supported in wHubCharacteristicsGravatar Dan Williams 1-5/+8
2014-05-27USB: mutual exclusion for resetting a hub and power-managing a portGravatar Alan Stern 1-0/+6
2013-08-25USB: core: be specific about attribute permissionsGravatar Greg Kroah-Hartman 1-4/+3
2013-08-15usb: Don't fail port power resume on device disconnect.Gravatar Sarah Sharp 1-8/+5
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2013-06-18usb: check usb_hub_to_struct_hub() return valueGravatar Mathias Nyman 1-2/+2
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineGravatar Rafael J. Wysocki 1-1/+0
2013-04-08Merge 3.9-rc6 into usb-nextGravatar Greg Kroah-Hartman 1-1/+0
2013-04-02USB / PM: Don't try to hide PM QoS flags from usb_port_device_release()Gravatar Rafael J. Wysocki 1-1/+0
2013-03-28USB: remove CONFIG_USB_SUSPEND optionGravatar Alan Stern 1-2/+2
2013-01-29Revert "usb: Register usb port's acpi power resources"Gravatar Lan Tianyu 1-6/+0
2013-01-25usb: enable usb port device's async suspend.Gravatar Lan Tianyu 1-0/+1
2013-01-25usb: expose usb port's pm qos flags to user spaceGravatar Lan Tianyu 1-1/+10
2013-01-25usb: add usb port auto power off mechanismGravatar Lan Tianyu 1-2/+38
2013-01-25usb: add runtime pm support for usb port deviceGravatar Lan Tianyu 1-0/+46
2013-01-25usb: Register usb port's acpi power resourcesGravatar Lan Tianyu 1-0/+5
2013-01-20usb: Add "portX/connect_type" attribute to expose usb port's connect typeGravatar Lan Tianyu 1-0/+43
2013-01-20usb: fix compilation error and warning of driver/usb/core/port.c on arm and b...Gravatar Lan Tianyu 1-0/+2