aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-24USB: root hubs don't lie about their number of TTsAlan Stern1-2/+12
2008-04-24USB: fix comments of 2 functions in hcd.cMing Lei1-2/+0
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-9/+9
2008-02-01USB: use a real vendor and product id for root hubsGreg Kroah-Hartman1-4/+4
2008-02-01usb: dma bounce buffer supportMagnus Damm1-20/+156
2008-02-01USB: Convert from class_device to device for USB coreTony Jones1-7/+7
2007-11-28USB HCD: avoid duplicate local_irq_disable()Alan Stern1-1/+2
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-12USB: Export URB statistics for powertopSarah Sharp1-0/+2
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern1-0/+5
2007-10-12USB: break apart flush_endpoint and disable_endpointAlan Stern1-21/+27
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-11/+11
2007-10-12USB: reorganize urb->status use in usbmonAlan Stern1-1/+1
2007-10-12USB: fix mistake in usb_hcd_giveback_urbAlan Stern1-3/+4
2007-10-12USB: add urb->unlinked fieldAlan Stern1-7/+12
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-2/+7
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-124/+131
2007-10-12usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez1-15/+18
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez1-1/+72
2007-10-12USB: separate out endpoint queue management and DMA mapping routinesAlan Stern1-150/+166
2007-10-12USB: update spinlock usage for root-hub URBsAlan Stern1-23/+29
2007-10-12USB: cleanup for previous patchesAlan Stern1-5/+0
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern1-16/+24
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern1-2/+2
2007-10-12USB: add ep->enableAlan Stern1-4/+1
2007-10-12USB: add urb->epAlan Stern1-9/+4