aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-17USB: usbtest: add a timeout for scatter-gather testsAlan Stern1-1/+15
2014-06-17USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern1-3/+16
2014-06-17usb: fix hub-port pm_runtime_enable() vs runtime pm transitionsDan Williams3-19/+54
2014-06-17usb: quiet peer failure warning, disable poweroffDan Williams1-5/+19
2014-06-17usb: improve "not suspended yet" message in hub_suspend()Dan Williams1-1/+2
2014-06-17xhci: Fix sleeping with IRQs disabled in xhci_stop_device()Mathias Nyman1-1/+1
2014-06-17usb: fix ->update_hub_device() vs hdev->maxchildDan Williams1-12/+12
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-40/+0
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds144-6277/+10865
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-8/+8
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-17/+47
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-3/+3
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb into nextLinus Torvalds141-6265/+10853
2014-06-02Merge tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds1-1/+1
2014-06-02usb: hub_handle_remote_wakeup() only exists for CONFIG_PM=yStephen Rothwell1-0/+6
2014-05-29usb: qcserial: add additional Sierra Wireless QMI devicesAleksander Morgado1-0/+6
2014-05-29usb: host: max3421-hcd: Use module_spi_driverSachin Kamat1-14/+1
2014-05-29usb: host: max3421-hcd: Allow platform-data to specify Vbus polarityDavid Mosberger-Tang1-2/+4
2014-05-29usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warningDavid Mosberger-Tang1-34/+60
2014-05-28usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue()David Mosberger-Tang1-2/+5
2014-05-28usb: qcserial: add Netgear AirCard 341UAleksander Morgado1-0/+1
2014-05-28xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman1-10/+10
2014-05-28usb: host: xhci-plat: add xhci_plat_start()Yoshihiro Shimoda1-1/+6
2014-05-28usb: host: max3421-hcd: Fix potential NULL urb dereferenceDavid Mosberger-Tang1-1/+3
2014-05-28usb: pci-quirks: Prevent Sony VAIO t-series from switching usb portsMathias Nyman1-0/+7
2014-05-28Revert "usb: gadget: net2280: Add support for PLX USB338X"Greg Kroah-Hartman3-1131/+91
2014-05-27usb: resume child device when port is powered onDan Williams2-14/+37
2014-05-27usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=yDan Williams2-46/+49
2014-05-27usb: introduce port status lockDan Williams4-37/+72
2014-05-27usb: synchronize port poweroff and khubdDan Williams1-1/+20
2014-05-27usb: refactor port handling in hub_events()Dan Williams1-189/+185
2014-05-27usb: usb3 ports do not support FEAT_C_ENABLEDan Williams1-1/+2
2014-05-27usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failureDan Williams1-1/+0
2014-05-27usb: block suspension of superspeed port while hispeed peer is activeDan Williams3-17/+93
2014-05-27usb: make usb_port flags atomic, rename did_runtime_put to child_usageDan Williams3-25/+25
2014-05-27usb: sysfs link peer portsDan Williams1-5/+34
2014-05-27usb: find internal hub tier mismatch via acpiDan Williams4-22/+83
2014-05-27usb: assign usb3 external hub port peersDan Williams1-8/+24
2014-05-27usb: assign default peer ports for root hubsDan Williams5-27/+134
2014-05-27usb: cleanup setting udev->removable from port_dev->connect_typeDan Williams2-33/+23
2014-05-27usb: rename usb_port device objectsDan Williams4-189/+158
2014-05-27usb: disable port power control if not supported in wHubCharacteristicsDan Williams3-11/+20
2014-05-27USB: mutual exclusion for resetting a hub and power-managing a portAlan Stern3-0/+19
2014-05-27usb: pci_quirks: fix sparse 'symbol not declared' warningKonrad Zapalowicz1-0/+1
2014-05-27usb: gadget: rename CONFIG_USB_GADGET_PXA25XPaul Bolle1-1/+1
2014-05-27USB: storage: ene_ub6250: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-2/+1
2014-05-27usb: usbtest: add pattern check on pipe in phase of unlink readHuang Rui1-0/+3
2014-05-27usb: usbtest: fix unlink write error with pattern 1Huang Rui1-0/+10