summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c
Commit message (Expand)AuthorAgeFilesLines
* usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi2017-12-151-0/+24
* usb: core: Fix logging messages with spurious periods after newlinesJoe Perches2017-12-061-3/+3
* USB: add device-tree support for interfacesJohan Hovold2017-11-281-5/+13
* usb: core: lower log level when device is not able to deal with stringKai-Heng Feng2017-11-281-1/+1
* usb: core: message: remember to reset 'ret' to 0 when necessaryFelipe Balbi2017-11-091-0/+2
* usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi2017-11-071-7/+40
* usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi2017-11-071-3/+3
* usb: core: add Status Type definitionsFelipe Balbi2017-11-071-2/+2
* USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
* USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman2017-09-211-0/+4
* usb: get rid of some ReST doc build errorsMauro Carvalho Chehab2017-04-111-0/+1
* usb: core: update comments for send message functionsJaejoong Kim2017-01-191-18/+15Star
* 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/+1Star
* 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-271-20/+17Star
* drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger2016-04-271-8/+7Star
* usb: message: remove redundant declarationKris Borer2015-10-041-2/+0Star
* 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/+3Star
* usb: core: log higher level message on malformed LANGID descriptorScot Doyle2014-09-291-3/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-031-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-201-3/+2Star
| |\
| * | 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-021-2/+5
|\ \ \
| * | | usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede2014-03-051-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-091-1/+0Star
* | USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-081-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-08-011-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-121-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/+0Star
* USB: fix endpoint-disabling for failed config changesAlan Stern2012-11-121-23/+31
* USB: core: remove unused dbg() call in message.cGreg Kroah-Hartman2012-09-131-2/+0Star
* 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-211-1/+2
|\
| * USB: fix gathering of interface associationsDaniel Mack2012-06-151-1/+2
* | USB: allow match on bInterfaceNumberBjørn Mork2012-06-141-2/+3
|/
* USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp2012-05-191-0/+38
* USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2012-04-181-3/+3
* USB: don't clear urb->dev in scatter-gather libraryAlan Stern2012-04-061-5/+6