aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki2011-03-183-12/+11
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-168-180/+433
|\
| * USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman2011-03-131-1/+10
| * USB: Disable auto-suspend for USB 3.0 hubs.Sarah Sharp2011-03-131-2/+8
| * USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp2011-03-131-28/+8
| * USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp2011-03-132-4/+27
| * usb: Make core allocate resources per PCI-device.Sarah Sharp2011-03-131-19/+89
| * usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp2011-03-131-3/+4
| * usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp2011-03-133-16/+25
| * usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp2011-03-131-32/+43
| * usb: Make usb_hcd_pci_probe labels more descriptive.Sarah Sharp2011-03-131-10/+10
| * usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp2011-03-131-6/+9
| * USB: Clear "warm" port reset change.Sarah Sharp2011-03-131-0/+8
| * USB 3.0 Hub ChangesJohn Youn2011-03-131-8/+65
| * usb: Initialize hcd->state roothubs.Sarah Sharp2011-03-131-0/+1
| * USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp2011-03-131-4/+7
| * usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp2011-03-131-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-02-281-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: 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-221-13/+13
| * | USB: add helper to convert USB error codesOliver Neukum2011-01-221-0/+13
* | | PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-2/+2
* | | USB / Hub: Do not call device_set_wakeup_capable() under spinlockRafael J. Wysocki2011-03-151-4/+6
* | | USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov2011-02-201-11/+7
* | | Revert "USB: Reset USB 3.0 devices on (re)discovery"Greg Kroah-Hartman2011-02-171-7/+11
* | | USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov2011-02-171-11/+7
* | | USB: Add quirk for Samsung Android phone modemMaciej Szmigiero2011-02-171-0/+4
* | | USB: add quirks entry for Keytouch QWERTY PanelAlan Stern2011-02-171-0/+4
| |/ |/|
* | USB: fix race between root-hub resume and wakeup requestsAlan Stern2011-02-031-1/+1
* | USB: prevent buggy hubs from crashing the USB stackAlan Stern2011-02-031-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-141-0/+21
| * | xHCI: synchronize irq in xhci_suspend()Andiry Xu2011-01-141-1/+6
* | | usb: set ep_dev async suspend should be later than device_initializePeter Chen2011-01-221-1/+1
| |/ |/|
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-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