aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-30Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-69/+7
2011-03-29drivers: Final irq namespace conversionThomas Gleixner2-2/+2
2011-03-26Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stableRussell King1-69/+7
2011-03-24Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds8-28/+19
2011-03-23USB: cdc-acm: fix potential null-pointer dereference on disconnectJohan Hovold1-1/+2
2011-03-23USB: cdc-acm: fix potential null-pointer dereferenceJohan Hovold1-0/+2
2011-03-23USB: cdc-acm: fix memory corruption / panicJohan Hovold1-0/+2
2011-03-23USB: Fix 'bad dma' problem on WDM device disconnectRobert Lukassen1-1/+1
2011-03-23usb: wwan: fix compilation without CONFIG_PM_RUNTIMEOliver Neukum1-2/+1
2011-03-23USB: uss720 fixup refcount positionPeter Holik1-4/+3
2011-03-23usb: musb: blackfin: fix typo in new bfin_musb_vbus_status funcMike Frysinger1-1/+1
2011-03-23usb: musb: blackfin: fix typo in new dev_pm_ops structBob Liu1-1/+1
2011-03-23usb: musb: blackfin: fix typo in platform driver nameMike Frysinger1-1/+1
2011-03-23usb: musb: Fix for merge issueHema HK1-4/+4
2011-03-23ehci-hcd: Bug fix: don't set a QH's Halt bitAlan Stern1-12/+0
2011-03-23USB: Do not pass negative length to snoop_urb()Michal Sojka1-1/+1
2011-03-23tmio: Silence warnings introduced by mfd changesAndres Salomon1-4/+4
2011-03-23mfd: mfd_cell is now implicitly available to tc6393xb driversAndres Salomon1-4/+4
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-03-18USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki3-12/+11
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds4-5/+5
2011-03-17Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-5/+0
2011-03-16Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-2700/+0
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds8-41/+33
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds5-0/+847
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds30-126/+123
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds110-3589/+8104
2011-03-16ARM: pxa25x_udc: stop handling gpio-vbus internallyDmitry Eremin-Solenikov1-69/+7
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-2/+2
2011-03-15USB / Hub: Do not call device_set_wakeup_capable() under spinlockRafael J. Wysocki1-4/+6
2011-03-13USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman1-1/+10
2011-03-13xhci: Clean up cycle bit math used during stalls.Sarah Sharp1-5/+3
2011-03-13xhci: Fix cycle bit calculation during stall handling.Sarah Sharp1-0/+14
2011-03-13xhci: Update internal dequeue pointers after stalls.Sarah Sharp2-3/+35
2011-03-13USB: Disable auto-suspend for USB 3.0 hubs.Sarah Sharp1-2/+8
2011-03-13USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp2-30/+8
2011-03-13xhci: Return canceled URBs immediately when host is halted.Sarah Sharp2-2/+9
2011-03-13xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp3-4/+13
2011-03-13xhci: Fix re-init on power loss after resume.Sarah Sharp1-4/+19
2011-03-13xhci: Make roothub functions deal with device removal.Sarah Sharp1-0/+16
2011-03-13xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.Sarah Sharp1-0/+18
2011-03-13xhci: Return a USB 3.0 hub descriptor for USB3 roothub.Sarah Sharp1-20/+114
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp6-88/+341
2011-03-13xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp3-8/+14
2011-03-13xhci: Refactor bus suspend state into a struct.Sarah Sharp5-34/+59
2011-03-13xhci: Index with a port array instead of PORTSC addresses.Sarah Sharp2-53/+95
2011-03-13USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp3-4/+29
2011-03-13usb: Make core allocate resources per PCI-device.Sarah Sharp1-19/+89
2011-03-13usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp1-3/+4
2011-03-13usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp3-16/+25