aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
Commit message (Expand)AuthorAge
* USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth.Sarah Sharp2011-08-15
* USB: Add "authorized_default" parameter to the usbcore moduleCarl-Daniel Hailfinger2011-06-06
* USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern2011-05-19
* usb/hcd: don't return 0 on error in usb_add_hcd()Sebastian Andrzej Siewior2011-04-29
* USB: Fix unplug of device with active streamsMatthew Wilcox2011-04-13
* Fix common misspellingsLucas De Marchi2011-03-31
* USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp2011-03-13
* usb: Make core allocate resources per PCI-device.Sarah Sharp2011-03-13
* usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp2011-03-13
* usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp2011-03-13
* usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp2011-03-13
* usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp2011-03-13
* usb: Initialize hcd->state roothubs.Sarah Sharp2011-03-13
* USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp2011-03-13
* USB: move usbcore away from hcd->stateAlan Stern2011-03-07
* Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman2011-02-17
|\
| * USB: fix race between root-hub resume and wakeup requestsAlan Stern2011-02-03
* | USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell2011-02-04
* | USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell2011-02-04
|/
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-16
|\
| * USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-16
* | usb: musb: do not use dma for control transfersAnand Gadiyar2010-11-22
|/
* USB: introduce unmap_urb_setup_for_dma()Martin Fuzzey2010-10-22
* usb: musb: host: unmap the buffer for PIO data transfersMaulik Mankad2010-10-22
* USB: xHCI: Supporting MSI/MSI-XDong Nguyen2010-08-10
* USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi2010-08-10
* USB: fix race between root-hub wakeup & controller suspendAlan Stern2010-08-10
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-10
* USB: don't stop root-hub status polls too soonAlan Stern2010-08-10
* USB: fix failure path in usb_add_hcd()Alan Stern2010-08-10
* USB: add missing "{}" in map_urb_for_dmaMing Lei2010-05-20
* USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-20
* USB: remove URB_NO_SETUP_DMA_MAPAlan Stern2010-05-20
* USB: Support for allocating USB 3.0 streams.Sarah Sharp2010-05-20
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-20
* USB: remove duplicated #includeHuang Weiyi2010-05-20
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-20
* USB: fix the idProduct value for USB-3.0 root hubsAlan Stern2010-03-02
* USB: convert to the runtime PM frameworkAlan Stern2010-03-02
* USB: consolidate remote wakeup routinesAlan Stern2010-03-02
* USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp2010-03-02
* USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-20
* USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-23
* USB: Check bandwidth when switching alt settings.Sarah Sharp2009-12-11
* USB: Refactor code to find alternate interface settings.Sarah Sharp2009-12-11
* USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten2009-12-11
* USB: Check results of dma_map_singleLarry Finger2009-12-11
* USB: Clean up root hub string descriptorsGeorge Spelvin2009-09-23
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-08
* USB: xhci: replace if-elseif-else with switch-caseViral Mehta2009-06-16