summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* USB: xhci: replace if-elseif-else with switch-caseViral Mehta2009-06-161-7/+18
* USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-161-1/+2
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-161-0/+86
* USB: Add USB 3.0 roothub support to USB core.Sarah Sharp2009-06-161-2/+69
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-161-2/+14
* USB: remove unused usb_host classGreg Kroah-Hartman2009-06-161-27/+0Star
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-0/+26
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-251-19/+12Star
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-251-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/+2Star
* USB: fix hcd interrupt disablingGeoff Levand2008-09-231-1/+2
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-9/+0Star
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-221-2/+2
* USB: handle pci_name() being constGreg Kroah-Hartman2008-07-221-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-041-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-251-9/+0Star
* USB: root hubs don't lie about their number of TTsAlan Stern2008-04-251-2/+12
* USB: fix comments of 2 functions in hcd.cMing Lei2008-04-251-2/+0Star
* USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-011-9/+9
* USB: use a real vendor and product id for root hubsGreg Kroah-Hartman2008-02-011-4/+4
* usb: dma bounce buffer supportMagnus Damm2008-02-011-20/+156
* USB: Convert from class_device to device for USB coreTony Jones2008-02-011-7/+7
* USB HCD: avoid duplicate local_irq_disable()Alan Stern2007-11-281-1/+2
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0Star
* USB: Export URB statistics for powertopSarah Sharp2007-10-121-0/+2
* USB: flush outstanding URBs when suspendingAlan Stern2007-10-121-0/+5
* USB: break apart flush_endpoint and disable_endpointAlan Stern2007-10-121-21/+27
* USB: Eliminate urb->status usage!Alan Stern2007-10-121-11/+11
* USB: reorganize urb->status use in usbmonAlan Stern2007-10-121-1/+1
* USB: fix mistake in usb_hcd_giveback_urbAlan Stern2007-10-121-3/+4
* USB: add urb->unlinked fieldAlan Stern2007-10-121-7/+12
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-2/+7
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-121-124/+131
* usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez2007-10-121-15/+18
* usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez2007-10-121-1/+72
* USB: separate out endpoint queue management and DMA mapping routinesAlan Stern2007-10-121-150/+166
* USB: update spinlock usage for root-hub URBsAlan Stern2007-10-121-23/+29
* USB: cleanup for previous patchesAlan Stern2007-10-121-5/+0Star
* USB: avoid using urb->pipe in usbcoreAlan Stern2007-10-121-16/+24
* USB: add direction bit to urb->transfer_flagsAlan Stern2007-10-121-2/+2
* USB: add ep->enableAlan Stern2007-10-121-4/+1Star
* USB: add urb->epAlan Stern2007-10-121-9/+4Star