aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-06USB: Add "authorized_default" parameter to the usbcore moduleCarl-Daniel Hailfinger1-1/+16
2011-05-19USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern1-4/+1
2011-04-29usb/hcd: don't return 0 on error in usb_add_hcd()Sebastian Andrzej Siewior1-0/+1
2011-04-13USB: Fix unplug of device with active streamsMatthew Wilcox1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-13USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp1-0/+4
2011-03-13usb: Make core allocate resources per PCI-device.Sarah Sharp1-19/+89
2011-03-13usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp1-3/+4
2011-03-13usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp1-1/+10
2011-03-13usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp1-32/+43
2011-03-13usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp1-6/+9
2011-03-13usb: Initialize hcd->state roothubs.Sarah Sharp1-0/+1
2011-03-13USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp1-4/+7
2011-03-07USB: move usbcore away from hcd->stateAlan Stern1-14/+41
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2011-02-04USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell1-2/+20
2011-02-04USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell1-8/+8
2011-02-03USB: fix race between root-hub resume and wakeup requestsAlan Stern1-1/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-1/+0
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar1-0/+2
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei1-1/+0
2010-10-22USB: introduce unmap_urb_setup_for_dma()Martin Fuzzey1-5/+13
2010-10-22usb: musb: host: unmap the buffer for PIO data transfersMaulik Mankad1-1/+2
2010-08-10USB: xHCI: Supporting MSI/MSI-XDong Nguyen1-0/+1
2010-08-10USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi1-0/+5
2010-08-10USB: fix race between root-hub wakeup & controller suspendAlan Stern1-1/+4
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-14/+12
2010-08-10USB: don't stop root-hub status polls too soonAlan Stern1-7/+25
2010-08-10USB: fix failure path in usb_add_hcd()Alan Stern1-2/+16
2010-05-20USB: add missing "{}" in map_urb_for_dmaMing Lei1-1/+2
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox1-5/+3
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-2/+1
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp1-0/+69
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern1-64/+105
2010-05-20USB: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-2/+1
2010-03-02USB: fix the idProduct value for USB-3.0 root hubsAlan Stern1-1/+1
2010-03-02USB: convert to the runtime PM frameworkAlan Stern1-4/+9
2010-03-02USB: consolidate remote wakeup routinesAlan Stern1-2/+1
2010-03-02USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp1-2/+7
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp1-0/+18
2009-12-23USB core: fix recent kernel-doc warningsRandy Dunlap1-1/+3
2009-12-11USB: Check bandwidth when switching alt settings.Sarah Sharp1-12/+44
2009-12-11USB: Refactor code to find alternate interface settings.Sarah Sharp1-10/+2
2009-12-11USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten1-1/+1
2009-12-11USB: Check results of dma_map_singleLarry Finger1-4/+10
2009-09-23USB: Clean up root hub string descriptorsGeorge Spelvin1-47/+64
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-1/+1
2009-06-15USB: xhci: replace if-elseif-else with switch-caseViral Mehta1-7/+18
2009-06-15USB: Push scatter gather lists down to host controller drivers.Sarah Sharp1-1/+2