summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-06-02Merge tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-06-02usb: hub_handle_remote_wakeup() only exists for CONFIG_PM=yStephen Rothwell
2014-05-29usb: qcserial: add additional Sierra Wireless QMI devicesAleksander Morgado
2014-05-29usb: host: max3421-hcd: Use module_spi_driverSachin Kamat
2014-05-29usb: host: max3421-hcd: Allow platform-data to specify Vbus polarityDavid Mosberger-Tang
2014-05-29usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warningDavid Mosberger-Tang
2014-05-28usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue()David Mosberger-Tang
2014-05-28usb: qcserial: add Netgear AirCard 341UAleksander Morgado
2014-05-28xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman
2014-05-28usb: host: xhci-plat: add xhci_plat_start()Yoshihiro Shimoda
2014-05-28usb: host: max3421-hcd: Fix potential NULL urb dereferenceDavid Mosberger-Tang
2014-05-28usb: pci-quirks: Prevent Sony VAIO t-series from switching usb portsMathias Nyman
2014-05-28Revert "usb: gadget: net2280: Add support for PLX USB338X"Greg Kroah-Hartman
2014-05-27usb: resume child device when port is powered onDan Williams
2014-05-27usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=yDan Williams
2014-05-27usb: introduce port status lockDan Williams
2014-05-27usb: synchronize port poweroff and khubdDan Williams
2014-05-27usb: refactor port handling in hub_events()Dan Williams
2014-05-27usb: usb3 ports do not support FEAT_C_ENABLEDan Williams
2014-05-27usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failureDan Williams
2014-05-27usb: block suspension of superspeed port while hispeed peer is activeDan Williams
2014-05-27usb: make usb_port flags atomic, rename did_runtime_put to child_usageDan Williams
2014-05-27usb: sysfs link peer portsDan Williams
2014-05-27usb: find internal hub tier mismatch via acpiDan Williams
2014-05-27usb: assign usb3 external hub port peersDan Williams
2014-05-27usb: assign default peer ports for root hubsDan Williams
2014-05-27usb: cleanup setting udev->removable from port_dev->connect_typeDan Williams
2014-05-27usb: rename usb_port device objectsDan Williams
2014-05-27usb: disable port power control if not supported in wHubCharacteristicsDan Williams
2014-05-27USB: mutual exclusion for resetting a hub and power-managing a portAlan Stern
2014-05-27usb: pci_quirks: fix sparse 'symbol not declared' warningKonrad Zapalowicz
2014-05-27usb: gadget: rename CONFIG_USB_GADGET_PXA25XPaul Bolle
2014-05-27USB: storage: ene_ub6250: Use kmemdup instead of kmalloc + memcpyBenoit Taine
2014-05-27usb: usbtest: add pattern check on pipe in phase of unlink readHuang Rui
2014-05-27usb: usbtest: fix unlink write error with pattern 1Huang Rui
2014-05-27usb: usb5303: add support for reference clock specified in device treeMarek Szyprowski
2014-05-27USB: separate usb_address0 mutexes for each busTodd E Brandt
2014-05-27xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown.Denis Turischev
2014-05-27USB: yurex: fix race between probe() and read()Oliver Neukum
2014-05-27USB: appledisplay: fix race between reading and writing from the deviceOliver Neukum
2014-05-27USB: usbtmc: fix DMA on stackOliver Neukum
2014-05-27USB: cdc-acm: use BIT macroOliver Neukum