summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Add routines for endpoint checks in old driversAlan Stern2023-04-201-0/+76
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-4/+4
|\
| * driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman2023-01-271-2/+2
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | USB: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-01-171-1/+1
|/
* usb/core: fix repeated words in commentsJilin Yuan2022-07-271-1/+1
* USB: core: Update kerneldoc for usb_get_dev() and usb_get_intf()Alan Stern2022-02-251-0/+8
* usb: Remove usb_for_each_port()Heikki Krogerus2021-12-301-46/+0
* usb: Iterator for portsHeikki Krogerus2021-04-091-0/+46
* Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman2021-03-151-0/+32
|\
| * drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann2021-03-111-0/+32
* | USB: core: no need to save usb_devices_rootGreg Kroah-Hartman2021-03-101-5/+3
|/
* usb: core: Replace in_interrupt() in commentsAhmed S. Darwish2020-10-281-2/+2
* usb: don't inherity DMA properties for USB devicesChristoph Hellwig2020-09-171-12/+0
* USB: Fix up terminologyGreg Kroah-Hartman2020-07-011-3/+2
* usb: remove commented out dma wrappersChristoph Hellwig2019-09-031-222/+0
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | USB: move usb debugfs directory creation to the usb common coreGreg Kroah-Hartman2019-06-061-6/+4
|/
* usb: core: make default autosuspend delay configurableMans Rullgard2019-03-011-2/+2
* usb: core: add option of only authorizing internal devicesDmitry Torokhov2019-02-221-7/+26
* USB: check usb_get_extra_descriptor for proper sizeMathias Payer2018-12-051-3/+3
* USB: handle NULL config in usb_find_alt_setting()Alan Stern2018-09-201-0/+2
* USB: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-21/+5
* usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng2018-03-201-0/+1
* Revert "usb: core: Add "quirks" parameter for usbcore"Greg Kroah-Hartman2018-03-121-1/+0
* usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng2018-03-091-0/+1
* USB: of: clean up device-node helperJohan Hovold2017-11-281-2/+1
* USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
* USB: of: fix root-hub device-tree node handlingJohan Hovold2017-06-131-2/+2
* USB: core: fix device node leakJohan Hovold2017-06-131-0/+2
* USB: core: fix up kerneldoc commentJohan Hovold2017-03-241-2/+13
* USB: core: add helpers to retrieve endpoints in reverse orderJohan Hovold2017-03-231-36/+76
* USB: core: add helpers to retrieve endpointsJohan Hovold2017-03-231-0/+83
* usb: separate out sysdev pointer from usb_busArnd Bergmann2017-03-231-9/+9
* USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+3
* usb: core: setup dma_pfn_offset for USB devices and, interfacesRoger Quadros2016-09-131-0/+11
* Merge 4.6-rc7 into usb-nextGreg Kroah-Hartman2016-05-091-7/+1
|\
| * Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold2016-05-021-7/+1
* | usb: core: move root hub's device node assignment after it is added to busPeter Chen2016-04-281-1/+0
|/
* usb/core: usb_alloc_dev(): fix setting of ->portnumNicolai Stange2016-03-181-2/+3
* USB: core: let USB device know device nodePeter Chen2016-03-051-0/+10
* usb: core: switch bus numbering to using idrHeiner Kallweit2016-02-031-0/+1
* USB: core, wusbcore: use bus_to_hcdGeliang Tang2016-01-241-1/+1
* USB: core, devio: use to_usb_deviceGeliang Tang2016-01-241-1/+1
* Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-201-1/+7
|\
| * USB / PM: Allow USB devices to remain runtime-suspended when sleepingTomeu Vizoso2016-01-081-1/+7
* | usb: make "nousb" a clear module parameterOliver Neukum2015-12-041-5/+0
|/
* usb: interface authorization: Use a flag for the default device authorizationStefan Koch2015-09-221-1/+1
* USB: Move usb_disabled() towards top of the fileViresh Kumar2015-03-261-16/+16