summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern2024-03-261-3/+13
* usb: Clarify expected behavior of dev_bin_attrs_are_visible()Elbert Mai2024-03-061-2/+5
* usb: Export BOS descriptor to sysfsElbert Mai2024-03-051-17/+61
* usb: sysfs: use kstrtobool() if possibleGuan-Yu Lin2024-02-171-10/+12
* USB: Remove remnants of Wireless USB and UWBAlan Stern2023-08-091-3/+0
* USB: core: Add wireless_status sysfs attributeBastien Nocera2023-04-031-0/+50
* USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern2023-01-311-5/+0
* usb: core: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-031-3/+4
* usb: core: sysfs: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-06-271-39/+40
* driver core: Move the "removable" attribute from USB to coreRajat Jain2021-05-271-24/+0
* usb: core: sysfs: Check for SSP rate in speed attrThinh Nguyen2021-03-231-1/+4
* USB: core: Constify static attribute_group structsRikard Falkeborn2020-11-261-7/+7
* usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao2020-09-041-0/+5
* USB: core: Replace an empty statement with a debug messageAlan Stern2020-04-231-2/+4
* usb: use kobj_to_dev() APIchenqiwu2020-02-141-3/+3
* usb: setup authorized_default attributes using usb_bus_notifyThiébaud Weksteen2019-08-081-0/+121
* USB: Add new USB LPM helpersKai-Heng Feng2019-01-181-1/+4
* USB: USB 3.2 Add sysfs entries for a usb device rx_lanes and tx_lanesMathias Nyman2018-04-221-0/+22
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-2/+3
|\
| * USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
| * usb: Apply hardware LPM attributes to 3.1 deviceLu Baolu2017-10-171-1/+2
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* usb: Convert to using %pOF instead of full_nameRob Herring2017-07-221-1/+1
* USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+2
* usb/core: Added devspec sysfs entry for devices behind the usb hubVijay Kumar2016-10-271-0/+15
* usb: no locking for reading descriptors in sysfsOliver Neukum2016-02-031-5/+1
* usb: sysfs: make locking interruptibleOliver Neukum2016-02-031-20/+49
* usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devicesMathias Nyman2016-01-241-0/+3
* usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu2015-12-011-5/+26
* usb: interface authorization: SysFS part of USB interface authorizationStefan Koch2015-09-221-0/+36
* Revert "usb: interface authorization: SysFS part of USB interface authorization"Greg Kroah-Hartman2015-08-181-36/+0
* usb: interface authorization: SysFS part of USB interface authorizationStefan Koch2015-08-141-0/+36
* usbcore: add sysfs support to xHCI usb3 hardware LPMKevin Strasser2015-07-221-0/+31
* USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-9/+4
* USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-071-1/+1
* usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2013-10-161-2/+4
* drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixesMatthias Beyer2013-10-111-2/+3
* USB: fix substandard locking for the sysfs filesAlan Stern2013-09-251-27/+26
* USB: core: be specific about attribute permissionsGreg Kroah-Hartman2013-08-251-164/+139
* usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman2013-06-051-0/+54
* USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-2/+2
* usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior2013-01-111-9/+22
* usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESETLan Tianyu2012-08-201-3/+3
* usb: Rename temp variable "config" to "val" in the set_avoid_reset_quirk()Lan Tianyu2012-08-101-3/+3
* USB: Add a sysfs file to show LTM capabilities.Sarah Sharp2012-07-111-0/+10
* USB: allow match on bInterfaceNumberBjørn Mork2012-06-131-2/+3
* sysfs: get rid of some lockdep false positivesAlan Stern2012-05-141-3/+3
* usb: Add support for indicating whether a port is removableMatthew Garrett2012-02-091-0/+23
* switch ->is_visible() to returning umode_tAl Viro2012-01-031-2/+2
* usbcore: add sysfs support to xHCI usb2 hardware LPMAndiry Xu2011-09-261-1/+58