summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.c
Commit message (Expand)AuthorAgeFilesLines
...
* remove redundant NULL check on freeLucas Stach2014-02-101-2/+1
* usb: Turn some printf into pr_*Sascha Hauer2013-09-271-3/+3
* usb: make usb devices children of the corresponding hostSascha Hauer2013-09-241-0/+2
* usb: implement a usb_host_detect to scan individual USB hostsSascha Hauer2013-06-211-13/+25
* usb: move scanned status into coreSascha Hauer2013-06-211-1/+8
* usb: rename USB devices to reflect bus structureSascha Hauer2013-06-211-3/+11
* treewide: Use dev_add_param_int_ro where possibleSascha Hauer2013-04-111-9/+10
* usb: add parameters info on usb deviceJean-Christophe PLAGNIOL-VILLARD2013-01-231-0/+14
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | driver: register busJean-Christophe PLAGNIOL-VILLARD2012-09-231-0/+5
|/
* Merge branch 'for-next/usb'Sascha Hauer2012-09-051-1/+2
|\
| * usb: use ep-specific pwrgood delaySteffen Trumtrar2012-08-311-1/+2
* | trivial: fix spelling in usb codeSteffen Trumtrar2012-08-311-2/+2
|/
* USB core: Allocate tmpbuf using dma_allocSascha Hauer2012-06-301-11/+18
* USB core: device descriptor using dma_allocSascha Hauer2012-06-301-25/+28
* USB core: allocate setup_packet using dma_allocSascha Hauer2012-06-301-7/+11
* usb: fix driver nameJean-Christophe PLAGNIOL-VILLARD2012-04-231-0/+1
* USB ehci: speed up initializationSascha Hauer2012-04-121-1/+1
* Merge branch 'next'Sascha Hauer2011-10-091-18/+45
|\
| * Extended USB device matching.Rosen Kolev2011-09-231-0/+34
| * usb: honour timeout fieldsSascha Hauer2011-09-201-13/+5
| * usb/core: make print dev like linux lsusbJean-Christophe PLAGNIOL-VILLARD2011-09-201-5/+6
* | usb.c: warning on USB_MAXINTERFACES overflowAntony Pavlov2011-09-131-0/+10
|/
* usb: make locally used functions staticSascha Hauer2011-05-181-17/+10
* commands: seperate usb command from usb coreSascha Hauer2011-04-111-20/+1
* drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD2010-08-021-0/+1397