summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-049-17/+47
| |\
| * | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-2/+2
|\ \ \
| * | | replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro2014-05-061-2/+2
| |/ /
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-06-101-40/+0Star
|\ \ \
| * | | MIPS: MSP71xx: Remove checks for two macrosPaul Bolle2014-05-231-40/+0Star
| |/ /
* | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-08144-6277/+10865
|\ \ \ | |_|/ |/| |
| * | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-052-8/+8
| |\ \
| | * | tile: usb: Use irq_alloc/free_hwirqThomas Gleixner2014-05-162-8/+8
| | |/
| * | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-3/+3
| |\ \
| | * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-182-3/+3
| * | | Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-03141-6265/+10853
| |\ \ \
| | * | | usb: hub_handle_remote_wakeup() only exists for CONFIG_PM=yStephen Rothwell2014-06-031-0/+6
| | * | | usb: qcserial: add additional Sierra Wireless QMI devicesAleksander Morgado2014-05-291-0/+6
| | * | | usb: host: max3421-hcd: Use module_spi_driverSachin Kamat2014-05-291-14/+1Star
| | * | | usb: host: max3421-hcd: Allow platform-data to specify Vbus polarityDavid Mosberger-Tang2014-05-291-2/+4
| | * | | usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warningDavid Mosberger-Tang2014-05-291-34/+60
| | * | | usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue()David Mosberger-Tang2014-05-291-2/+5
| | * | | usb: qcserial: add Netgear AirCard 341UAleksander Morgado2014-05-281-0/+1
| | * | | usb: host: xhci-plat: add xhci_plat_start()Yoshihiro Shimoda2014-05-281-1/+6
| | * | | usb: host: max3421-hcd: Fix potential NULL urb dereferenceDavid Mosberger-Tang2014-05-281-1/+3
| | * | | Revert "usb: gadget: net2280: Add support for PLX USB338X"Greg Kroah-Hartman2014-05-283-1131/+91Star
| | * | | usb: resume child device when port is powered onDan Williams2014-05-282-14/+37
| | * | | usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=yDan Williams2014-05-282-46/+49
| | * | | usb: introduce port status lockDan Williams2014-05-284-37/+72
| | * | | usb: synchronize port poweroff and khubdDan Williams2014-05-281-1/+20
| | * | | usb: refactor port handling in hub_events()Dan Williams2014-05-281-189/+185Star
| | * | | usb: usb3 ports do not support FEAT_C_ENABLEDan Williams2014-05-281-1/+2
| | * | | usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failureDan Williams2014-05-281-1/+0Star
| | * | | usb: block suspension of superspeed port while hispeed peer is activeDan Williams2014-05-283-17/+93
| | * | | usb: make usb_port flags atomic, rename did_runtime_put to child_usageDan Williams2014-05-283-25/+25
| | * | | usb: sysfs link peer portsDan Williams2014-05-281-5/+34
| | * | | usb: find internal hub tier mismatch via acpiDan Williams2014-05-284-22/+83
| | * | | usb: assign usb3 external hub port peersDan Williams2014-05-281-8/+24
| | * | | usb: assign default peer ports for root hubsDan Williams2014-05-285-27/+134
| | * | | usb: cleanup setting udev->removable from port_dev->connect_typeDan Williams2014-05-282-33/+23Star
| | * | | usb: rename usb_port device objectsDan Williams2014-05-284-189/+158Star
| | * | | usb: disable port power control if not supported in wHubCharacteristicsDan Williams2014-05-283-11/+20
| | * | | USB: mutual exclusion for resetting a hub and power-managing a portAlan Stern2014-05-283-0/+19
| | * | | usb: pci_quirks: fix sparse 'symbol not declared' warningKonrad Zapalowicz2014-05-281-0/+1
| | * | | usb: gadget: rename CONFIG_USB_GADGET_PXA25XPaul Bolle2014-05-281-1/+1
| | * | | USB: storage: ene_ub6250: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-281-2/+1Star
| | * | | usb: usbtest: add pattern check on pipe in phase of unlink readHuang Rui2014-05-281-0/+3
| | * | | usb: usbtest: fix unlink write error with pattern 1Huang Rui2014-05-281-0/+10
| | * | | usb: usb5303: add support for reference clock specified in device treeMarek Szyprowski2014-05-281-2/+57
| | * | | USB: separate usb_address0 mutexes for each busTodd E Brandt2014-05-282-4/+3Star
| | * | | xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown.Denis Turischev2014-05-281-1/+3
| | * | | USB: yurex: fix race between probe() and read()Oliver Neukum2014-05-281-2/+1Star
| | * | | USB: appledisplay: fix race between reading and writing from the deviceOliver Neukum2014-05-281-3/+10