summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-28usbip: safe completion against unbind operationNobuo Iwata1-1/+4
2016-04-28usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()Krzysztof Opasiak4-6/+6
2016-04-28usbip: fix NULL pointer dereference on errorsAlexander Popov4-18/+12
2016-04-28usb: usbip: vudc: Fix WARN_ON() usage patternKrzysztof Opasiak1-3/+2
2016-04-28Documentation: ABI: Add doc for usbip-vudc attributesKrzysztof Opasiak1-0/+35
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman39-616/+827
2016-04-28usb: dwc3: gadget: disable automatic calculation of ACK TP NUMPFelipe Balbi2-0/+16
2016-04-28usb: dwc3: gadget: update DCFG.NumP to max burst sizeFelipe Balbi2-2/+15
2016-04-28usb: dwc2: Proper cleanup on dr_mode failureJohn Youn1-1/+1
2016-04-28usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan1-1/+2
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan2-0/+2
2016-04-28usb: dwc2: gadget: Prevent handling of host interruptsVardan Mikayelyan1-0/+3
2016-04-28usb: dwc2: gadget: Check for ep0 in enableVahram Aharonyan1-1/+4
2016-04-28usb: dwc3: gadget: give better command return codeKonrad Leszczynski2-3/+34
2016-04-28usb: gadget: composite: avoid kernel oops with bad gadgetsFelipe Balbi1-3/+19
2016-04-28usb: dwc3: pci: pass the platform device as a parameter to dwc3_pci_quirks()Heikki Krogerus1-8/+5
2016-04-28usb: dwc3: pci: make build-in device properties availableHeikki Krogerus1-3/+4
2016-04-28usb: dwc3: ep0: sanity check test mode selectorFei Yang1-2/+12
2016-04-26usb: hcd: do not call whc_clean_up on wch_init call failureColin Ian King1-3/+4
2016-04-26USB: bcma: use simpler devm helper for getting vcc GPIORafał Miłecki1-4/+2
2016-04-26usb: host: xhci: plat: finally get rid of xhci_plat_type_is()Felipe Balbi2-21/+0
2016-04-26usb: host: xhci: plat: make use of new methods in xhci_plat_privFelipe Balbi1-28/+27
2016-04-26usb: host: xhci: plat: change type of mvebu init_quirk()Felipe Balbi3-7/+12
2016-04-26usb: host: xhci: plat: move mvebu init_quirk() to xhci_plat_setup()Felipe Balbi1-6/+9
2016-04-26usb: xhci: plat: add ->plat_start() and ->init_quirk() methodsFelipe Balbi1-0/+2
2016-04-26usb: host: xhci: rcar: retire use of xhci_plat_type_is()Felipe Balbi1-1/+33
2016-04-26usb: xhci: remove duplicate code of interval checkingAlexandr Ivanov1-32/+21
2016-04-26usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov3-53/+16
2016-04-26usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov2-288/+121
2016-04-26drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger1-20/+17
2016-04-26drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger1-8/+7
2016-04-26usbip: vudc: Add vudc to KconfigIgor Kotrasinski2-0/+14
2016-04-26usbip: tools: Start using VUDC backend in usbip toolsIgor Kotrasinski3-6/+112
2016-04-26usbip: tools: Add vudc backend to usbip toolsKrzysztof Opasiak4-0/+201
2016-04-26usbip: tools: Extract generic code to be shared with vudc backendKrzysztof Opasiak6-278/+428
2016-04-26usbip: vudc: Add SysFS infrastructure for VUDCIgor Kotrasinski1-0/+221
2016-04-26usbip: vudc: Add UDC specific opsIgor Kotrasinski1-0/+662
2016-04-26usbip: vudc: Add vudc_txIgor Kotrasinski1-0/+289
2016-04-26usbip: vudc: Add vudc_transferIgor Kotrasinski1-0/+506
2016-04-26usbip: vudc: Add vudc_rxIgor Kotrasinski1-0/+234
2016-04-26usbip: vudc: Add VUDC main fileIgor Kotrasinski1-0/+113
2016-04-26usbip: vudc: Make usbip_common vudc-awareIgor Kotrasinski2-4/+16
2016-04-26usbip: vudc: Add header for USB/IP UDCIgor Kotrasinski1-0/+190
2016-04-26usb: storage: fix multi-line comment styleFelipe Balbi42-455/+829
2016-04-26usb: storage: scsiglue: limit USB3 devices to 2048 sectorsFelipe Balbi1-0/+5
2016-04-26usb: storage: scsiglue: further describe our 240 sector limitFelipe Balbi1-1/+18
2016-04-26hub: admit devices are SS+Oliver Neukum1-0/+2
2016-04-26USB: correct intervals for SS+Oliver Neukum1-2/+2
2016-04-26USB: LTM also for USB 3.1Oliver Neukum1-1/+1
2016-04-25Merge 4.6-rc5 into usb-nextGreg Kroah-Hartman8-49/+265