summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.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/+5
* usb: core: message: don't print on ENOMEMWolfram Sang2016-08-301-4/+1
* usbnet: move the CDC parser into USB coreOliver Neukum2016-07-181-0/+153
* drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger2016-04-261-20/+17
* drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger2016-04-261-8/+7
* usb: message: remove redundant declarationKris Borer2015-10-041-2/+0
* usb: interface authorization: Introduces the USB interface authorizationStefan Koch2015-09-221-0/+38
* usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-09-221-0/+1
* USB: don't cancel queued resets when unbinding driversAlan Stern2015-01-251-20/+3
* usb: core: log higher level message on malformed LANGID descriptorScot Doyle2014-09-281-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-201-3/+2
| |\
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* | | Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-011-2/+5
|\ \ \
| * | | usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede2014-03-041-2/+5
| | |/ | |/|
* | | staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea2014-02-071-0/+1
|/ /
* | usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* | USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-071-2/+2
|/
* usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp2013-10-161-0/+4
* usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-031-22/+27
* USB: simplify the interface of usb_get_status()Alan Stern2013-07-311-4/+9
* usb: message: Fixed parenthesis error in sizeof function.Tülin İzer2013-05-171-1/+1
* usb: message: Fixed error: 'no space before bracket'Tülin İzer2013-05-171-7/+7
* usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior2013-01-111-1/+1
* USB: core: Free the allocated memory before exiting on errorSachin Kamat2012-11-211-1/+2
* usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-211-9/+0
* USB: fix endpoint-disabling for failed config changesAlan Stern2012-11-111-23/+31
* USB: core: remove unused dbg() call in message.cGreg Kroah-Hartman2012-09-131-2/+0
* USB: Enable Latency Tolerance Messaging (LTM).Sarah Sharp2012-07-111-0/+3
* USB: Fix LPM disable count mismatch on driver unbind.Sarah Sharp2012-07-111-0/+1
* USB: Disable LPM while the device is unconfigured.Sarah Sharp2012-07-111-3/+4
* Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman2012-06-201-1/+2
|\
| * USB: fix gathering of interface associationsDaniel Mack2012-06-141-1/+2
* | USB: allow match on bInterfaceNumberBjørn Mork2012-06-131-2/+3
|/
* USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp2012-05-181-0/+38
* USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2012-04-171-3/+3
* USB: don't clear urb->dev in scatter-gather libraryAlan Stern2012-04-061-5/+6
* USB: message: cleanup min_t() cast in usb_sg_init()Dan Carpenter2011-09-291-1/+1
* USB: additional regression fix for device removalAlan Stern2011-07-071-1/+8
* USB: fix regression occurring during device removalAlan Stern2011-07-011-0/+2
* USB: Free bandwidth when usb_disable_device is called.Sarah Sharp2011-06-151-1/+14
* usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp2011-03-131-11/+11
* USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-161-1/+0
* USB: use the no_callbacks flag for interfacesMing Lei2010-11-161-0/+2
* USB: disable endpoints after unbinding interfaces, not beforeAlan Stern2010-10-221-7/+7
* USB: fix bug in initialization of interface minor numbersAlan Stern2010-09-241-0/+1
* usb: allow drivers to use allocated bandwidth until unboundThadeu Lima de Souza Cascardo2010-09-031-11/+11
* USB: fix oops in usb_sg_init()Alan Stern2010-06-301-2/+5
* USB: simplify usb_sg_init()Alan Stern2010-05-201-55/+38
OpenPOWER on IntegriCloud