summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* 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/+0Star
* usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng2018-03-091-0/+1
* USB: of: clean up device-node helperJohan Hovold2017-11-281-2/+1Star
* 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/+1Star
|\
| * Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold2016-05-021-7/+1Star
* | usb: core: move root hub's device node assignment after it is added to busPeter Chen2016-04-281-1/+0Star
|/
* 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-251-1/+1
* USB: core, devio: use to_usb_deviceGeliang Tang2016-01-251-1/+1
* Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-211-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/+0Star
|/
* 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
* USB: Use usb_disabled() consistentlyViresh Kumar2015-03-261-2/+2
* usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2015-01-091-0/+1
* USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-3/+1Star
* USB: Add EXPORT_SYMBOL for usb_alloc_devPratyush Anand2014-07-181-0/+1
* drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixesMatthias Beyer2013-10-121-1/+1
* usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-031-23/+37
* usb: ehci: Only sleep for post-resume handover if devices use persistJulius Werner2013-05-201-0/+33
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-2/+2
|\
| * USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-2/+2
* | driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman2013-04-111-1/+1
* | driver core: add uid and gid to devtmpfsKay Sievers2013-04-081-1/+2
|/
* usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-211-9/+0Star
* USB: use bus_to_hdc instead of container_ofYuanhan Liu2012-10-241-2/+2
* USB: Disable LPM while the device is unconfigured.Sarah Sharp2012-07-111-0/+1
* usb: fix breakage on systems without ACPISasha Levin2012-05-161-4/+1Star
* usb: Bind devices to ACPI devices when possibleMatthew Garrett2012-05-121-0/+6
* USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-301-6/+0Star
* USB: cleanup the handling of the PM complete callOliver Neukum2012-01-241-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-041-1/+1
* usbcore: get BOS descriptor setAndiry Xu2011-09-271-0/+1