summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp2011-03-142-4/+27
* usb: Make core allocate resources per PCI-device.Sarah Sharp2011-03-141-19/+89
* usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp2011-03-141-3/+4
* usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp2011-03-143-16/+25
* usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp2011-03-141-32/+43
* usb: Make usb_hcd_pci_probe labels more descriptive.Sarah Sharp2011-03-141-10/+10
* usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp2011-03-141-6/+9
* USB: Clear "warm" port reset change.Sarah Sharp2011-03-141-0/+8
* USB 3.0 Hub ChangesJohn Youn2011-03-141-8/+65
* usb: Initialize hcd->state roothubs.Sarah Sharp2011-03-141-0/+1
* USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp2011-03-141-4/+7
* usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp2011-03-141-0/+5
* USB: Only treat lasting over-current conditions as errorsPaul Bolle2011-03-111-5/+19
* USB: move usbcore away from hcd->stateAlan Stern2011-03-072-21/+47
* usb: core: hub.c Remove one to many n's in a word.Justin P. Mattock2011-03-011-1/+1
* USB: use "device number" instead of "address"Alan Stern2011-02-251-26/+22
* Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman2011-02-174-3/+34
|\
| * USB: fix race between root-hub resume and wakeup requestsAlan Stern2011-02-041-1/+1
| * USB: prevent buggy hubs from crashing the USB stackAlan Stern2011-02-041-0/+5
| * Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/s...Greg Kroah-Hartman2011-01-242-1/+27
| |\
| | * usb: Realloc xHCI structures after a hub is verified.Sarah Sharp2011-01-151-0/+21
| | * xHCI: synchronize irq in xhci_suspend()Andiry Xu2011-01-151-1/+6
| * | usb: set ep_dev async suspend should be later than device_initializePeter Chen2011-01-231-1/+1
* | | USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell2011-02-041-2/+20
* | | USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell2011-02-041-8/+8
* | | USB: Core: Fix minor coding style issuesTobias Ollmann2011-01-231-13/+13
* | | USB: add helper to convert USB error codesOliver Neukum2011-01-231-0/+13
|/ /
* / kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-211-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-01-101-4/+3
|\
| * PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-241-4/+3
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-079-207/+61
|\ \
| * | USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman2010-12-221-2/+10
| |\|
| * | Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-169-207/+61
| |\ \
| | * | USB: improve uses of usb_mark_last_busyAlan Stern2010-11-163-16/+10
| | * | USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-166-110/+13
| | * | USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-165-16/+11
| | * | USB: use sysfs_merge_group for power attributesAlan Stern2010-11-161-33/+17
| | * | USB: use the no_callbacks flag for interfacesMing Lei2010-11-162-53/+31
* | | | fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+0
* | | | fs: dcache scale subdirsNick Piggin2011-01-071-3/+5
* | | | fs: dcache scale d_unhashedNick Piggin2011-01-071-0/+3
| |_|/ |/| |
* | | USB: core: Add input prompt and help text for USB_OTG configPavankumar Kondeti2010-12-171-2/+10
|/ /
* | usb: musb: do not use dma for control transfersAnand Gadiyar2010-11-221-0/+2
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-174-4/+0
* | usb: core: fix information leak to userlandVasiliy Kulikov2010-11-111-3/+4
|/
* convert get_sb_single() usersAl Viro2010-10-291-4/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-239-52/+67
|\
| * USB: accept some invalid ep0-maxpacket valuesAlan Stern2010-10-221-3/+6
| * usb: Fix issue with USB 3.0 devices after system resumeSarah Sharp2010-10-221-0/+3