summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* USB: xHCI: Supporting MSI/MSI-XDong Nguyen2010-08-101-0/+1
* USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi2010-08-101-0/+5
* USB: fix race between root-hub wakeup & controller suspendAlan Stern2010-08-101-1/+4
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-14/+12
* USB: don't stop root-hub status polls too soonAlan Stern2010-08-101-7/+25
* USB: fix failure path in usb_add_hcd()Alan Stern2010-08-101-2/+16
* USB: add missing "{}" in map_urb_for_dmaMing Lei2010-05-201-1/+2
* USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-201-5/+3
* USB: remove URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-2/+1
* USB: Support for allocating USB 3.0 streams.Sarah Sharp2010-05-201-0/+69
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-64/+105
* USB: remove duplicated #includeHuang Weiyi2010-05-201-1/+0
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-2/+1
* USB: fix the idProduct value for USB-3.0 root hubsAlan Stern2010-03-021-1/+1
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-4/+9
* USB: consolidate remote wakeup routinesAlan Stern2010-03-021-2/+1
* USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp2010-03-021-2/+7
* USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-201-0/+18
* USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-231-1/+3
* USB: Check bandwidth when switching alt settings.Sarah Sharp2009-12-111-12/+44
* USB: Refactor code to find alternate interface settings.Sarah Sharp2009-12-111-10/+2
* USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten2009-12-111-1/+1
* USB: Check results of dma_map_singleLarry Finger2009-12-111-4/+10
* USB: Clean up root hub string descriptorsGeorge Spelvin2009-09-231-47/+64
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* USB: xhci: replace if-elseif-else with switch-caseViral Mehta2009-06-151-7/+18
* USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-151-1/+2
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-151-0/+86
* USB: Add USB 3.0 roothub support to USB core.Sarah Sharp2009-06-151-2/+69
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-151-2/+14
* USB: remove unused usb_host classGreg Kroah-Hartman2009-06-151-27/+0
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-0/+26
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-241-19/+12
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-241-1/+1
* USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-071-3/+3
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-5/+5
* USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2009-01-071-2/+2
* USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-291-3/+32
* USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern2008-10-171-0/+4
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+2
* USB: fix hcd interrupt disablingGeoff Levand2008-09-231-1/+2
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-9/+0
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-211-2/+2
* USB: handle pci_name() being constGreg Kroah-Hartman2008-07-211-1/+1
* Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds2008-07-061-0/+9
* USB: fix interrupt disabling for HCDs with shared interrupt handlersStefan Becker2008-07-031-10/+28
* USB: Core: fix race in device_createGreg Kroah-Hartman2008-05-201-3/+3
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-241-9/+0
* USB: root hubs don't lie about their number of TTsAlan Stern2008-04-241-2/+12
* USB: fix comments of 2 functions in hcd.cMing Lei2008-04-241-2/+0
OpenPOWER on IntegriCloud