aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-09-23USB: whiteheat: fix potential null-deref at probeGravatar Johan Hovold 1-0/+31
2015-09-21xhci: init command timeout timer earlier to avoid deleting it uninitializedGravatar Mathias Nyman 1-6/+5
2015-09-21xhci: change xhci 1.0 only restrictions to support xhci 1.1Gravatar Mathias Nyman 2-5/+5
2015-09-21usb: xhci: exit early in xhci_setup_device() if we're halted or dyingGravatar Roger Quadros 1-0/+3
2015-09-21usb: xhci: stop everything on the first call to xhci_stopGravatar Roger Quadros 1-15/+5
2015-09-21usb: xhci: Clear XHCI_STATE_DYING on startGravatar Roger Quadros 1-1/+2
2015-09-21usb: xhci: lock mutex on xhci_stopGravatar Roger Quadros 1-0/+4
2015-09-21xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMGravatar Tomer Barletz 1-45/+45
2015-09-21xhci: give command abortion one more chance before killing xhciGravatar Mathias Nyman 1-0/+9
2015-09-21usb: Use the USB_SS_MULT() macro to get the burst multiplier.Gravatar Mathias Nyman 1-2/+3
2015-09-21Merge tag 'fixes-for-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 10-30/+54
2015-09-21usb: dwc3: gadget: Fix BUG in RT configGravatar Roger Quadros 1-4/+0
2015-09-21usb: musb: fix cppi channel teardown for isoch transferGravatar Bin Liu 1-0/+3
2015-09-21usb: phy: isp1301: Export I2C module alias informationGravatar Javier Martinez Canillas 1-0/+1
2015-09-21usb: gadget: drop null test before destroy functionsGravatar Julia Lawall 4-8/+4
2015-09-21usb: gadget: dummy_hcd: in transfer(), return data sent, not limitGravatar Igor Kotrasinski 1-2/+4
2015-09-21usb: gadget: dummy_hcd: fix rescan logic for transferGravatar Igor Kotrasinski 1-5/+8
2015-09-21usb: gadget: dummy_hcd: fix unneeded else-if conditionGravatar Igor Kotrasinski 1-1/+1
2015-09-21usb: gadget: dummy_hcd: emulate sending zlp in packet logicGravatar Igor Kotrasinski 1-8/+17
2015-09-21usb: musb: dsps: fix polling in device-only modeGravatar Bin Liu 1-2/+5
2015-09-21usb: gadget: atmel_usba_udc: add ep capabilities support on device tree bindingGravatar Sylvain Rochet 1-0/+11
2015-09-18Merge tag 'usb-ci-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 3-47/+64
2015-09-17Merge tag 'usb-serial-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 1-0/+24
2015-09-16usb: chipidea: imx: fix a typo for imx6sxGravatar Li Jun 1-1/+1
2015-09-15usb: chipidea: add xilinx zynq platform dataGravatar Nathan Sullivan 1-6/+19
2015-09-15usb: chipidea: udc: using the correct stall implementationGravatar Peter Chen 1-40/+44
2015-09-14usb: phy: phy-generic: Fix reset behaviour on legacy bootGravatar Roger Quadros 1-1/+2
2015-09-14usb: musb: ux500: Fix module autoload for OF platform driverGravatar Luis de Bethencourt 1-0/+2
2015-09-14usb: musb: Disable interrupts on suspend, enable them on resumeGravatar Pascal Huerst 1-0/+6
2015-09-14usb: gadget: amd5536udc: fix error handling in udc_pci_probe()Gravatar Alexey Khoroshilov 1-23/+20
2015-09-14usb: phy: fix phy-qcom-8x16-usb buildGravatar Randy Dunlap 1-1/+1
2015-09-14usb: musb: ensure in peripheral mode when checking sessionGravatar Bin Liu 1-0/+1
2015-09-14usb: dwc3: omap: enable irqs latelyGravatar Felipe Balbi 1-2/+2
2015-09-14usb: gadget: fix possible regression introduced with ep->claimedGravatar Robert Baldyga 1-0/+1
2015-09-14USB: option: add ZTE PIDsGravatar Liu.Zhao 1-0/+24
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 2-2/+2
2015-08-18USB: qcserial: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G ModuleGravatar David Ward 1-0/+1
2015-08-18USB: ftdi_sio: Added custom PID for CustomWare productsGravatar Matthijs Kooijman 2-0/+12
2015-08-18USB: usb_wwan: silence read errors on disconnectGravatar Johan Hovold 1-1/+1
2015-08-18USB: option: silence interrupt errorsGravatar Johan Hovold 1-1/+1
2015-08-18USB: symbolserial: Correct transferred data sizeGravatar Philipp Hachtmann 1-10/+8
2015-08-18USB: symbolserial: Use usb_get_serial_port_dataGravatar Philipp Hachtmann 1-3/+3
2015-08-18usb: misc: usbtest: format max packet size for iso transferGravatar Peter Chen 1-3/+4
2015-08-18usb: host: ehci-sys: delete useless bus_to_hcd conversionGravatar Peter Chen 1-4/+4
2015-08-18Revert "usb: interface authorization: Introduces the default interface author...Gravatar Greg Kroah-Hartman 2-48/+0
2015-08-18Revert "usb: interface authorization: Control interface probing and claiming"Gravatar Greg Kroah-Hartman 1-8/+0
2015-08-18Revert "usb: interface authorization: Introduces the USB interface authorizat...Gravatar Greg Kroah-Hartman 2-40/+0
2015-08-18Revert "usb: interface authorization: SysFS part of USB interface authorization"Gravatar Greg Kroah-Hartman 1-36/+0
2015-08-18Revert "usb: interface authorization: Use a flag for the default device autho...Gravatar Greg Kroah-Hartman 2-22/+11
2015-08-17Merge tag 'usb-serial-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 3-76/+240