summaryrefslogtreecommitdiff
path: root/drivers/usb/core/port.c
AgeCommit message (Expand)Author
2024-04-04usb: Disable USB3 LPM at shutdownKai-Heng Feng
2024-03-26USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-05usb: core: Set connect_type of ports based on DT nodeStephen Boyd
2024-03-05usb: port: Don't try to peer unused USB ports based on locationMathias Nyman
2024-02-19usb: core: constify the struct device_type usageRicardo B. Marliere
2023-10-21usb: core: Remove duplicated check in usb_hub_create_port_deviceHeiner Kallweit
2023-10-16usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus
2023-06-13usb: core: add sysfs entry for usb device stateRoy Luo
2022-11-08usb: core: stop USB enumeration if too many retriesRay Chi
2022-11-03usb: core: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-06-12usb: hub: port: add sysfs entry to switch port powerMichael Grzeschik
2022-02-11usb: core: Unregister device on component_add() failureFabio M. De Francesco
2021-12-30usb: Link the ports to the connectors they are attached toHeikki Krogerus
2020-11-26USB: core: Constify static attribute_group structsRikard Falkeborn
2020-03-04usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca
2019-08-05USB: Disable USB2 LPM at shutdownKai-Heng Feng
2018-10-02usb: export firmware port location in sysfsBjørn Mork
2018-05-31usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat
2018-03-22usb: core: introduce per-port over-current countersRichard Leitner
2017-11-04USB: core: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2016-05-02Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki
2016-01-08USB / PM: Allow USB devices to remain runtime-suspended when sleepingTomeu Vizoso
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman
2015-12-04usb: Quiet down false peer failure messagesDon Zickus
2015-12-01usb: core: lpm: add sysfs node for usb3 lpm permitLu Baolu
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki
2014-07-09usb: force warm reset to break link re-connect livelockDan Williams
2014-06-17usb: fix hub-port pm_runtime_enable() vs runtime pm transitionsDan Williams
2014-06-17usb: quiet peer failure warning, disable poweroffDan Williams
2014-05-27usb: resume child device when port is powered onDan Williams
2014-05-27usb: introduce port status lockDan Williams
2014-05-27usb: usb3 ports do not support FEAT_C_ENABLEDan Williams
2014-05-27usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failureDan Williams
2014-05-27usb: block suspension of superspeed port while hispeed peer is activeDan Williams
2014-05-27usb: make usb_port flags atomic, rename did_runtime_put to child_usageDan Williams
2014-05-27usb: sysfs link peer portsDan Williams
2014-05-27usb: find internal hub tier mismatch via acpiDan Williams
2014-05-27usb: assign usb3 external hub port peersDan Williams
2014-05-27usb: assign default peer ports for root hubsDan Williams
2014-05-27usb: rename usb_port device objectsDan Williams
2014-05-27usb: disable port power control if not supported in wHubCharacteristicsDan Williams
2014-05-27USB: mutual exclusion for resetting a hub and power-managing a portAlan Stern
2013-08-25USB: core: be specific about attribute permissionsGreg Kroah-Hartman
2013-08-15usb: Don't fail port power resume on device disconnect.Sarah Sharp
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-06-18usb: check usb_hub_to_struct_hub() return valueMathias Nyman