summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2014-06-19usb: gadget: f_fs: fix NULL pointer dereference when there are no stringsMichal Nazarewicz
2014-06-19usb: musb: ux500: don't propagate the OF nodeLinus Walleij
2014-06-19usb: renesas: gadget: fixup: complete STATUS stage after receivingKuninori Morimoto
2014-06-19usb: gadget: u_ether: synchronize with transmit when stopping queueJeff Westfahl
2014-06-19usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepare/completeGeorge Cherian
2014-06-19usb: dwc3: dwc3-omap: Fix the crash on module removalGeorge Cherian
2014-06-19usb: gadget: f_rndis: fix an error code on allocation failureDan Carpenter
2014-06-19usb: dwc3: gadget: check link trb after free_slot is increasedZhuang Jin Can
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