summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2011-03-18USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-03-17Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-03-16Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki
2011-03-15USB / Hub: Do not call device_set_wakeup_capable() under spinlockRafael J. Wysocki
2011-03-13USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman
2011-03-13xhci: Clean up cycle bit math used during stalls.Sarah Sharp
2011-03-13xhci: Fix cycle bit calculation during stall handling.Sarah Sharp
2011-03-13xhci: Update internal dequeue pointers after stalls.Sarah Sharp
2011-03-13USB: Disable auto-suspend for USB 3.0 hubs.Sarah Sharp
2011-03-13USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp
2011-03-13xhci: Return canceled URBs immediately when host is halted.Sarah Sharp
2011-03-13xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp
2011-03-13xhci: Fix re-init on power loss after resume.Sarah Sharp
2011-03-13xhci: Make roothub functions deal with device removal.Sarah Sharp
2011-03-13xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.Sarah Sharp
2011-03-13xhci: Return a USB 3.0 hub descriptor for USB3 roothub.Sarah Sharp
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp
2011-03-13xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp
2011-03-13xhci: Refactor bus suspend state into a struct.Sarah Sharp
2011-03-13xhci: Index with a port array instead of PORTSC addresses.Sarah Sharp
2011-03-13USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp
2011-03-13usb: Make core allocate resources per PCI-device.Sarah Sharp
2011-03-13usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp
2011-03-13usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp
2011-03-13usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp
2011-03-13usb: Make usb_hcd_pci_probe labels more descriptive.Sarah Sharp
2011-03-13xhci: Change hcd_priv into a pointer.Sarah Sharp
2011-03-13xhci: Always use usb_hcd in URB instead of converting xhci_hcd.Sarah Sharp
2011-03-13xhci: Modify check for TT info.Sarah Sharp
2011-03-13usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp
2011-03-13USB: Clear "warm" port reset change.Sarah Sharp
2011-03-13USB 3.0 Hub ChangesJohn Youn
2011-03-13xhci: Remove references to HC_STATE_RUNNING.Sarah Sharp
2011-03-13usb: Initialize hcd->state roothubs.Sarah Sharp
2011-03-13xhci: Remove references to HC_STATE_HALT.Sarah Sharp
2011-03-13xHCI: prolong host controller halt time limitAndiry Xu
2011-03-13xHCI: Remove redundant variable in xhci_resume()Andiry Xu
2011-03-13xhci: Rename variables and reduce register reads.Sarah Sharp
2011-03-13xhci: Rework port suspend structures for limited ports.Sarah Sharp
2011-03-13USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp
2011-03-13xhci: Remove old no-op test.Sarah Sharp
2011-03-13usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp
2011-03-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Russell King