summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+1
* USB: Add EXPORT_SYMBOL for usb_alloc_devPratyush Anand2014-07-171-0/+1
* drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixesMatthias Beyer2013-10-111-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/+0
* 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/+1
* usb: Bind devices to ACPI devices when possibleMatthew Garrett2012-05-111-0/+6
* USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-291-6/+0
* 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-031-1/+1
* usbcore: get BOS descriptor setAndiry Xu2011-09-261-0/+1
* usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz2011-04-291-2/+1
* USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki2011-03-181-0/+5
* USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-161-1/+2
* USB: remove fake "address-of" expressionsAlan Stern2010-08-101-4/+2
* drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-211-1/+1
* USB: remove match_deviceMing Lei2010-05-201-33/+0
* USB: remove usb_find_deviceMing Lei2010-05-201-37/+0
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-0/+4
* USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-15/+3
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack2010-04-301-10/+10
* USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu2010-03-021-3/+0
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-32/+3
* USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-231-3/+3
OpenPOWER on IntegriCloud