aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp1-0/+86
2009-06-15USB: Add USB 3.0 roothub support to USB core.Sarah Sharp1-2/+69
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp1-2/+14
2009-06-15USB: remove unused usb_host classGreg Kroah-Hartman1-27/+0
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-0/+26
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin1-19/+12
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-07USB: mark "reject" field of struct urb as atomic_tMing Lei1-3/+3
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-5/+5
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev1-2/+2
2008-10-29USB: fix crash when URBs are unlinked after the device is goneAlan Stern1-3/+32
2008-10-17USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern1-0/+4
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-09-23USB: fix hcd interrupt disablingGeoff Levand1-1/+2
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-9/+0
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-2/+2
2008-07-21USB: handle pci_name() being constGreg Kroah-Hartman1-1/+1
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+9
2008-07-03USB: fix interrupt disabling for HCDs with shared interrupt handlersStefan Becker1-10/+28
2008-05-20USB: Core: fix race in device_createGreg Kroah-Hartman1-3/+3
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-9/+0