aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05USB: Disable USB2 LPM at shutdownKai-Heng Feng1-0/+9
2018-10-02usb: export firmware port location in sysfsBjørn Mork1-0/+10
2018-05-31usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat1-0/+23
2018-03-22usb: core: introduce per-port over-current countersRichard Leitner1-0/+10
2017-11-04USB: core: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-05-02Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold1-6/+0
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+6
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki1-0/+6
2016-01-08USB / PM: Allow USB devices to remain runtime-suspended when sleepingTomeu Vizoso1-0/+6
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-2/+2
2015-12-04usb: Quiet down false peer failure messagesDon Zickus1-2/+2
2015-12-01usb: core: lpm: add sysfs node for usb3 lpm permitLu Baolu1-1/+88
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-2/+2
2014-07-09usb: force warm reset to break link re-connect livelockDan Williams1-9/+12
2014-06-17usb: fix hub-port pm_runtime_enable() vs runtime pm transitionsDan Williams1-19/+46
2014-06-17usb: quiet peer failure warning, disable poweroffDan Williams1-5/+19
2014-05-27usb: resume child device when port is powered onDan Williams1-1/+8
2014-05-27usb: introduce port status lockDan Williams1-5/+1
2014-05-27usb: usb3 ports do not support FEAT_C_ENABLEDan Williams1-1/+2
2014-05-27usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failureDan Williams1-1/+0
2014-05-27usb: block suspension of superspeed port while hispeed peer is activeDan Williams1-0/+73
2014-05-27usb: make usb_port flags atomic, rename did_runtime_put to child_usageDan Williams1-2/+2
2014-05-27usb: sysfs link peer portsDan Williams1-5/+34
2014-05-27usb: find internal hub tier mismatch via acpiDan Williams1-4/+52
2014-05-27usb: assign usb3 external hub port peersDan Williams1-8/+24
2014-05-27usb: assign default peer ports for root hubsDan Williams1-5/+68
2014-05-27usb: rename usb_port device objectsDan Williams1-2/+8
2014-05-27usb: disable port power control if not supported in wHubCharacteristicsDan Williams1-5/+8
2014-05-27USB: mutual exclusion for resetting a hub and power-managing a portAlan Stern1-0/+6
2013-08-25USB: core: be specific about attribute permissionsGreg Kroah-Hartman1-4/+3
2013-08-15usb: Don't fail port power resume on device disconnect.Sarah Sharp1-8/+5
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2013-06-18usb: check usb_hub_to_struct_hub() return valueMathias Nyman1-2/+2
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+0
2013-04-08Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman1-1/+0
2013-04-02USB / PM: Don't try to hide PM QoS flags from usb_port_device_release()Rafael J. Wysocki1-1/+0
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-2/+2
2013-01-29Revert "usb: Register usb port's acpi power resources"Lan Tianyu1-6/+0
2013-01-25usb: enable usb port device's async suspend.Lan Tianyu1-0/+1
2013-01-25usb: expose usb port's pm qos flags to user spaceLan Tianyu1-1/+10
2013-01-25usb: add usb port auto power off mechanismLan Tianyu1-2/+38
2013-01-25usb: add runtime pm support for usb port deviceLan Tianyu1-0/+46
2013-01-25usb: Register usb port's acpi power resourcesLan Tianyu1-0/+5
2013-01-20usb: Add "portX/connect_type" attribute to expose usb port's connect typeLan Tianyu1-0/+43
2013-01-20usb: fix compilation error and warning of driver/usb/core/port.c on arm and blackfinLan Tianyu1-0/+2
2013-01-18usb: Add driver/usb/core/(port.c,hub.h) filesLan Tianyu1-0/+66